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 Mike Lewis 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. DandyPR

    Launching Excel from a VB6 app

    this example will open an existing xls file and write data on it and saves it as another xls file so the original will never be modified On Error GoTo excel_er Dim oExcel As Object Dim oBook As Object Dim oSheet As Object Set oExcel =...
  2. DandyPR

    Transferring Data between PocketPC & Desktop PC

    I made an application for a company gas that collects data in pockets pcs. This is my code to transfer/recieve data from/to the pocketpc the tables you want to transfer/receive must be defined with two periods ".." 'upload from the local DB to the desktop DB listtables =...
  3. DandyPR

    Report Desinger VB6

    Hi; I made an application with eVB that collects Orders and signatures and store them in a .bmp. I can download from the pocket pc the .bmp's using my application in VB. But i need to make a report that will print the Order Number, the items on it and the signatures. My problem that i don't...

Part and Inventory Search

Back
Top