Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: minoad
  • Content: Threads
  • Order by date
  1. minoad

    ACT 2006

    My company sells specific items which each are customized for each quote. For instance Windows 1 Lenght 2.5 Width 3.6 I would like to show this in the quoteing process, however it is not readily apperent how to change these items. Any ideas would be appreciated. Thanks Micah A. Norman
  2. minoad

    SetDWordValue issues

    I am attempting to use a script to enable rdp on xp pro. I have written two reg files that do the trick yet i need to convert these to a vbs file. This is the code: regVal = 0 Set objReg = GetObject("winmgmts:\\" & strCompName & "\root\default:StdRegProv") intRc = objReg.SetDWORDValue(HKLM...
  3. minoad

    EDB

    I would like to open the database associated with the windows 2003 terminal lic. server. This file is in a EDB format. I have found refrence indicating that this is an odbc compliant format, however i cannot find any information on how to open it to view the data. Any ideas would be...
  4. minoad

    Relay

    I am running exchange 2003. I am interested in having this server act as my smtp server. When i turn on anon access for my internal users i was getting several servers returning relay denied. I enabled authentication and this fixed my problem. However now when sending to AOL users the email...
  5. minoad

    SQL input

    I am trying to rig a very poorly written access database. One of the queries in this database is using information supplied by the user via an inputbox. The input box is being generated in the sql as the below snippet shows: - Between [Enter Start Date (_ _/_ _/_ _ _ _)] And [Enter End Date...
  6. minoad

    Enterprise Wide Signature

    I am trying to setup a signature that will go out with all messages from all users on the domain. Is anyone aware of a way to setup a default signature for all users on the exchange server Micah A. Norman
  7. minoad

    Exchange to pop

    Is anyone farmiliar with a program or a way to forward from Exchange 2003 to POP accounts? I have found dozens of progs that go pop to exchange, but not the other way around. Micah A. Norman
  8. minoad

    Object lifetime

    It seems that as with the arrays, i am also having issues with object lifetime. I would like the constructor of class1 to create 60 instances of class2. This is fine as long as i only refrence those objects from within class2.cpp. Is it possible to create an instance of an object and make it...
  9. minoad

    Array lifetime

    How can i create an array within a funtion or a class and have it available to the rest of the code in the entire project? Micah A. Norman
  10. minoad

    Creating a ton of objects at once

    I have a class which in its constructor will create 60 instances of another class. It would be nice if i could simply loop through the creation of all of these classes, however i dont know how to dynamically create the names. Mayby an array of objects? is this possible in C++. Something...
  11. minoad

    Slow VPN

    I have a client who just opened a new office in the "Boonies" of our local high speed providers. The best speed i am getting is just over 900k. This is a remote office to the original office. At the original office i have 2k3 sb server. The problem i am having is with data access. Becuase of...
  12. minoad

    Runtime Error 5

    I have a computer with office 2k3 installed. Updated to sp1 with all post updates installed. I am attemtping to insert a file into a newly created word document. I am able to drag and drop a file onto the open word document and it attaches perfectly.... However, when i click "Insert", "File"...
  13. minoad

    Project / Apointment Software with Mappipng Capabilities

    I am searching for a sofware package for scheduling appointments, creating route maps and calculating the best path to take. It would also be nice if thier were some project management features associated. I am striking out with researching this, any help would be appreciated. Thanks Micah...
  14. minoad

    Restricted Groups Group Policy

    I am attempting to use the restricted groups in group policy for the first time. I have found several small refrences on the web and in a couple of books to this process. Basically i would like to set XXAdministrator on the domain to be the administrator of the local machine. Everything i...
  15. minoad

    Event Log

    This is no doubt an amaturish question, but how can i write to the event log through vbscript. I have found a ton of info with regards to WMI, but all of the properties are read only, and i have not seen any methods that fit the bill. Thanks in advance Micah A. Norman
  16. minoad

    VPN Question

    I have a PIX-501 Firewall version 6.3(3) Device Manager version 3.0(1) with licsence features VPN-DES enabled and VPN-3DES-AES enabled. I would like to turn this device into a VPN server provideing service to remote users through a software client and am looking for any documentation on how this...
  17. minoad

    Network Usage

    I have a computer with more than enough resources to run indesign CS 3.01 perfectly. If i start the computer with no network plugged in it runs great. If i start the computer with a network connection than InDesign runs horridly. Any ideas would be greatly appreciated. Thanks, Micah A. Norman
  18. minoad

    MSDTC

    The msdtc service is not in my services.msc. Any ideas how to resolve this, or have they changed the name. Micah A. Norman
  19. minoad

    Resizing

    I have created a coke can @ 512 X 960. After have created the selection i then changed the color. This then was moved into another file @ 800 X 600 I need this to appear much small, yet when i use the free transform tool I get that oversaturated look. Are their any techniques, or tools...
  20. minoad

    Mysql Connect on Fedora

    This is my first attemtpt to use a MySql database. When i attempt to connect MySql i issue the command "mysqladmin ping" and recieve "error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket...

Part and Inventory Search

Back
Top