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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ss27

  1. ss27

    main menu dissapear, in a mdi form

    I faced the same prob but I found that it support only one menu bar when we display child menu bar the the main menu disappears.
  2. ss27

    How to delete last character in a Textbox.

    you want to remove last character from text box you can perform event aither any button click or lost focus and you can write code like the foll. 1. get the text from the text box in a string. 2. get text exluding last character from this by using left aur mid function. 3. replace text box's...
  3. ss27

    Connecting MS Access via ODBC

    You have tried Provider=Microsoft.Jet.OLEDB.4.0 I have used this provider for MS Access database tell me if this works with MS Access database. Goodluck
  4. ss27

    calling toolbar Click event from code

    This code can help you to call toolbar's button click event. here you can give keyname or index values for your individual buttons on your toolbar. Private Sub tbToolBar_ButtonClick(ByVal Button As MSComCtlLib.Button) Select Case Button.Key Case "keyname1&quot...

Part and Inventory Search

Back
Top