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: Doteco
  • Content: Threads
  • Order by date
  1. Doteco

    How do I get file summary "title"

    When you hover the mouse over a file a "tool tip" listing:- Type: Title: - (but only if a title has been given to the file.) Date Modified: & Size: ... is displayed. Is there any way in VB6 to get the "Title" component of this information - as opposed to the "name" of the file...
  2. Doteco

    Using StdPicture

    I've never used "StdPicture" before and am getting an error "User defined type not defined" on a line: Public pic as StdPicture I must be missing something but can't work out what. Could someone tell me what I need to do. Thanks in anticipation. Doug.
  3. Doteco

    Record delete error msg.

    Hi, I'm working on an app - VB6 front end & MySQL backend - have a routine to delete all the records in selected tables. Works fine on all tables bar one in which it deletes the first record then does a recset.movenext and in the attempt to delete the next record throws up the following...
  4. Doteco

    Problem with error handler

    I have a loop (looping through records in a recordset) which has an "on error goto..." statement (in the loop) that deals with the error by skipping that record and moving on to the next... works OK for the first error that it comes accross but next time around it throws up an error message and...
  5. Doteco

    Adding a service

    I need to add an entry into the "services.msc" file (via code) and assume that this can be done through an API call. Does anybody know the API or, if it's not by API then how do I do it ? Using XP. Thanks, Doug. "A nose by any other name still smells the same."
  6. Doteco

    How to get User names from Registry

    I'm wanting to populate a list with all of the User names on a PC. Have worked out how to get this from:- HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DocFolderPaths but this only works if each user has logged in subsequent to being added as a user. Can't find where...

Part and Inventory Search

Back
Top