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 bkrike 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: *

  1. softwarescience

    GetOpenFileName Directory Locking

    We have a C++ dll that is uploaded to intranet users to allow them to select file names. This uses the GetOpenFileName function with the OPENFILENAME structure. The basic concept works, however there is an unwanted side affect that we cannot find any reference to. For windows 98 SE and prior...
  2. softwarescience

    Check Radio button from parameter

    Hello I seem to have hit a mind-bendingly awkward problem using GetElementsByName to get a radio button group and select a particular item. Following is a portion of the code I am trying to make work. function doDataPopup(sArgs, sType) { var RetVal; var oObj; RetVal =...
  3. softwarescience

    Retrieve path and account info for services

    Using the 'ServiceProcess.ServiceController' namespace and class I can get almost all the information I want regarding services and devices, and manipulate them. However, (as usual with .Net) the last bit of information I need is the actual path of the service and the account it runs under...
  4. softwarescience

    Opening ADODB connection with CurDir = "A:"

    I ask a user to select a file from the "A:" drive. Then they exit the application. When they restart the application there is no floppy in the "A:" drive and when I call "Connection.Open" (ADO 2.6) VB6 always checks the A drive (and displays the 'cannot read drive...

Part and Inventory Search

Back
Top