When talking about the shellexecute api function, what is the value of SW_SHOWNORMAL? I know that's what I want, but I don't know what value it is to declare in my app!
Printable View
When talking about the shellexecute api function, what is the value of SW_SHOWNORMAL? I know that's what I want, but I don't know what value it is to declare in my app!
Public Const SW_SHOWNORMAL = 1
If you use the Hardcore Visual Basic API type library, you will almost never need to declare another function or constant again. I can't remember the URL right now, but will post it if I find it.