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 Wanet Telecoms Ltd 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: Tuan3249
  • Content: Threads
  • Order by date
  1. Tuan3249

    Using WMI to start a process remotely

    I'm trying to start a process remotely using WMI. I'm having alot of trouble with it. I can retrieve all the process and stoppoing it is fine. However when I try to start it, some process will not start. The calling program is on NT4 SP6. I can launch simple programs like NotePad and Calc...
  2. Tuan3249

    How do I set up an ODBC Connection Programmatically?

    Anyone have any ideas on how to set up an ODBC Connection programmatically? Thanks.
  3. Tuan3249

    HtmlHelp API

    I'm having trouble calling this function. I've got the declaration as follows: Const HH_DISPLAY_TOPIC = &H0 Const HH_HELP_CONTEXT = &HF Private Declare Function HtmlHelp Lib "HHCtrl.ocx" Alias "HtmlHelpA" _ (ByVal hwndCaller As Long, _ ByVal pszFile As String, _...
  4. Tuan3249

    Where can I get PDH.DLL?

    I cant seem to find PDH.DLL anywhere on microsoft website and it doesn't seem to be included on my NT box or with Visual Studio. Does any1 know where I can get this file? Are there any other files that are associated with this one that I need also? I'm looking for a way to get performance...
  5. Tuan3249

    How to set Web Sharing on a Folder using the Dos Prompt Command Line

    I'm trying to set Web Sharing on a folder programmatically or create a virtual directory programmatically. I haven't found the code to do that yet and no one in the Programmer's Forum seems to know. Is there another way to set a folder to web sharing in DOS mode? Thanks for viewing my question.
  6. Tuan3249

    Program wants to install Office 2000 Premium

    I've completed my program and used installshield to build the install for it. After installing it on another machine, I tried running it and it runs but in certain places, it wants to install Office 2000 Premium on there. Does any1 know why this is happening? I am using a database (MS Access)...
  7. Tuan3249

    How to set Web Sharing on a Folder Programmatically

    I've got IIS setup on my machine and a folder containing a website. I need to set that folder to websharing. Normally you can do this by right-clicking on the folder. Select Sharing... and then go to the Websharing tab and set it up there. I need to do this very same thing but through code...

Part and Inventory Search

Back
Top