|
-
Dec 30th, 2000, 03:49 PM
#1
Thread Starter
Junior Member
(1) I have code that during form_Initialize minimizes all applications via this line:
Call PostMessage(lngHwnd, WM_COMMAND, MIN_ALL, 0&)
(I found this code snippet in an older post here at VBWorld)
Next I want just my app to appear in it's normal state. I can get a handle on my app BUT what are the values that I have to pass to PostMessage for this happen?
(2) Can you please tell me of any API value resources, i.e., tables of values, with descriptions?
Thanks a million.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|