How to keep application window on top of other apps in a general module? Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal_ hWndInsertAfter As Long, ByVal x As Long, ByVal y ...
I know there has to be an easy way to do this in .NET, but for the life of me I can't figure it out. Does anyone know how to get the window titles of all open windows into an array in VB.NET?
I have been trying to use the Me.Hide() in all sorts of places, starting with the HandleCreated event. However, I cannot seem to get my program to start hidden! Basically, it starts hidden and then is ...