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 SkipVought 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. BentonEquip

    using Clipart

    I don't know for sure, but I think if I were going to attempt to place clipart at runtime into the form, I would take this approach. Use form1_MouseDown - When you're mouse is down, check the button and change the form1.picture (or whatever) to the information that's in the clipboard at the...
  2. BentonEquip

    Open Computer programs using visual basic code and other

    A simple way to open a program is as follows: variable = shell("c:\program files\internet explorer\iexplore.exe",vbMaximized) or, if you want to go ahead a pass a specific url or file to it: variable = shell("c:\program files\internet explorer\iexplore.exe...
  3. BentonEquip

    Quickbooks IIF File Formatting

    Sorry, but I just didn't know what other forum to place this under. I'm using Visual Basic 6.0 to send data from the database into a spreadsheet that will be saved with the extension .iff. This extension is the proper extension for a version of Quickbooks, (mine being Quickbooks Pro 2002,) to...

Part and Inventory Search

Back
Top