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 gkittelson 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: sridar
  • Order by date
  1. sridar

    How do I hide the scrollbar on a multiline textbox?

    Option Explicit Private Const SB_VERT = 1 Private Declare Function ShowScrollBar Lib "user32" (ByVal hwnd As Long, ByVal wBar As Long, ByVal bShow As Long) As Long Private Sub Text1_Change() On Error Resume Next Dim lReturn As Long lReturn = ShowScrollBar(Text1.hWnd...

Part and Inventory Search

Back
Top