(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.