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

    Auto complete in a DataCombo?

    Does anyone know how to autocomplete a datacombo, currently i am using code that reads the first letter then auto completes using next closest word, the only problem is if you type another letter instead of blanking out the auto-completed text (everything except the 1st letter you typed) it just...
  2. Thead7

    Binding data aware controls

    Is there a way to bind all my controls in a program once, at the moment I am having to rebind them every time I move or alter records which is getting slower as I add more controls to the form. My current code is something like : For Each fctrl In frmInstMain.Controls If (TypeOf fctrl Is...
  3. Thead7

    Starting Internet Explorer

    I am trying to start Internet explorer from one of my programs and set the web page it connect to. I can't seem to find any help for this, I have written code to start Outlook with a new blank email but not to start IE. Any relevant web pages or comments would be much appreciated.
  4. Thead7

    Package and Deployment Wizard

    I am using the package and deployment wizard on several programs and when trying to set them up on a different pc, but I am getting the following error Could not find C:\WINDOWS \ TEMP \ msftqws.pdw This only seems to happen if i have got ActiveX components in the program? I also get an error...

Part and Inventory Search

Back
Top