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

    Return values of an AxtiveX control

    I have created an ActiveX control (ocx) in VB 6 that basically shows a drive list box, directory list box, file list box and a plain list box. What I want the user to do is to browse through thier system looking for files and once they find a file they want, add it to the list box. I have all...
  2. jstockton

    Msgbox title

    You can do this Dim WshShell, rvShowMessage Set WshShell = CreateObject( "WScript.Shell" ) rvShowMessage = WshShell.PopUp( strMessage,0 , "YOUR MESSAGE HERE", strButtons ) ' Clear objects Set WshShell = Nothing

Part and Inventory Search

Back
Top