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

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

    Don't use Microsoft Forms 2.0 Object Library!

    If you are planning on rolling out your App on clients which don't have MS Office installed don't use the above library. (fm20.dll) I used it because it gives you multi column list & combo boxes. It was only when I came to install it on non office clients that I got the charming 'System Error'...
  2. pokermat

    List SP's in a DB from VB

    Hi all I need to display a list of stored procedures in a sql server db. I am using Data Environment and when you insert an SP you get a list of all SPs for that connection - that is the list I am after in code. Any ideas? Thanks. VB6 - XP Pro.
  3. pokermat

    Insert from .xml

    Hi I am developing an app that needs to run on remote client laptops. The app downloads xml recordsets and needs to load them into tables in a local db (access). I have no problem opening the recordsets in VB but am struggling to get the contents into the access database (the structures are...
  4. pokermat

    TreeView - check all children

    Hi I am using a TreeView with checkboxes. When the user checks a checkbox at any level - I want all the child nodes of the selected node to be checked in code. Anyone done this? Many thanks.
  5. pokermat

    WithEvents?

    Hi I have created a VB ActiveX DLL and declared it 'WithEvents' in Access. In VB (design time) when you select the object you have just declared you get the associated events in the procedure drop down list. When I try this in Access I get a 'User-defined type not defined'. The DLL is...
  6. pokermat

    vb .tmp files

    Just a general query... Does anyone know what the .tmp files that get created in the same folder as your vb project while developing are? I always delete them and have no problems - I was just wondering what they do.
  7. pokermat

    Get Printer Mailbox status?

    Hello... We use HP LaserJet 8100 printers with 8 bin mailboxes. I already use API's to retrieve printer/job status etc but need to get individual mailbox status i.e. empty, not empty or full. These properties must be available as the printer knows when a mailbox is full and there are switches...
  8. pokermat

    Rename a registry key

    Does anyone know how to rename a registry key from VB. I have read MikeLacy's FAQ and have no problem writing, reading etc to the registry but would like to be able to rename like you can in Regedit. Thanks.
  9. pokermat

    Dissolve?

    Does anyone know how to 'dissolve' from 1 image to another in VB (eg. like Powerpoint does)? Thanks.
  10. pokermat

    Use VB to set screensaver

    Does anyone know how to make Windows use a specified screensaver using VB? Thanks...
  11. pokermat

    Set screensaver in batch file

    Hello In users login, I copy our company screensaver to the appropriate path on the users machines. Does anyone know how I can set this as the default screensaver in the same login? Thanks...
  12. pokermat

    Use DLL without reference?

    Hello - I've tried searching for this but the search seems to have died, so... I have an application which needs to call various DLL's depending on certain conditions. I don't want to have to re-compile my app everytime one of the DLLs changes (which could be quite often). Is there a way of...
  13. pokermat

    List available servers

    This should be an easy one... Does anyone know how to list available servers in VB?
  14. pokermat

    Test Connection at RunTime?

    Hello I have an app which uses several connections within the Data Environment. On loading, the Connection Strings for the connections are read from an .ini file. The idea being that if one server is down there is an alternative server in the ini file. At design time you can click 'Test...

Part and Inventory Search

Back
Top