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...
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?
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?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.