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. gk207541

    To show tooltiptext while browsing a combo box

    Hi ! Try to use the SendMessage API function . U'll be able a lot of stuff imposiible to be done directly from VB .
  2. gk207541

    exit button newbie

    Private Sub Form1_Unload() Dim x For Each x In Forms Unload x Next End Sub
  3. gk207541

    Finding a directory

    Man u should that wonderful thing that MS calls FileSystemObject - it's in a weird library whose name I never understood - VBScript or something containing 'script' Good Luck !
  4. gk207541

    Set DBGrid Datasource property?

    dim rs As New ADODB.Recordset Set rs.ActiveConnection = (u know here) rs.Open " Select * from Custommers" 'Better don't do this set myGrid.DataSource = rs
  5. gk207541

    Problem working with access database that has security setup on it

    Just for curriosity : why doesn't anybody around here use ADO ?

Part and Inventory Search

Back
Top