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 wOOdy-Soft 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: LW
  • Content: Threads
  • Order by date
  1. LW

    Problem with menu visibility

    I have an app where I use forms for user input and store that input on sheets that the user never sees. I use the following code to hide all of the menus: Public Sub EverythingOff() Application.ScreenUpdating = False Dim cb As CommandBar For Each cb In CommandBars...
  2. LW

    Headings for Excel Combobox

    I am using Excel97. I have a 2 column combobox set to dropdown List style. How do I setup the column Headings from code?
  3. LW

    How do I hide the Windows Task Bar?

    I am developing an application that needs to use all of the screen real estate. I also need to control the user's access to to any other application on the machine. Is there an API function I can use to turn off the visibility of the task bar, including the Start Button?
  4. LW

    How can I hide the windows task bar?

    I am developing an application that needs to use all of the screen real estate. I also need to control the user's access to to any other application on the machine. Is there an API function I can use to turn off the visibility of the task bar, including the Start Button?
  5. LW

    Browser Control

    Does anyone know of a browser control that can be used from within a VB Application. I have found the microsoft Browser control, but I need documentation on how it works. Does anyone know where I can find documentation for the Microsoft control or any other Browser controls? Thanks

Part and Inventory Search

Back
Top