WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

DllCall Information

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

WinShow No Activate

 Keywords:  WinShow Window State WinActivate ShowWindow SW_SHOWNOACTIVATE

hWnd = hDialog ; DllhWnd("SomeWindowName")
SW_SHOWNOACTIVATE = 4
DllCall("user32.dll", long:"ShowWindow", long:hWnd, long:SW_SHOWNOACTIVATE);

Article ID:   W17798
Filename:   WinSHow No Activate.txt
File Created: 2014:04:07:14:33:18
Last Updated: 2014:04:07:14:33:18