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 IamaSherpa 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. killercelery

    Detecting station on a network

    Hi, I'm trying to develop an application to deploy patch over a network. I want to detect all computers within a range of IP address for display purposes. Anybody knows how to make such a scan with VB6? An other important note is that it has to work with Windows NT4, 2000, 2003, XP...
  2. killercelery

    Changing printer in VBA Access 2000

    The Printers collection does not exist in Access 2000, I believe it was added in Access XP.
  3. killercelery

    Changing printer in VBA Access 2000

    Hi, I'm trying to change the printer on witch to print a report depending on multiple variables. The printer selection must occur in the code. I considered using APIs such as OpenPrinter, StartDocPrinter, StartPagPrinter, WritePrinter, EndPagePrinter, EndDocPrinter and ClosePrinter, as...
  4. killercelery

    VBA Access Change Printer

    Hi, I'm currently trying to change the printer on witch a report is to be printed in Access 2000 (no printers collection) depending on multiple variables. The printer has to be selected in the code. I use the following APIs: -OpenPrinter -StartDocPrinter...

Part and Inventory Search

Back
Top