Page 1 of 1

UpdateWindow() and IsShowWindow()

Posted: Mon Jan 03, 2005 12:47 pm
by Wolf
This commands is missing in window commands in PB.

Yes i know we can update one window by HideWindow() or UpdateWindow_() ( API ) but UpdateWindow() is one important command and must exist in window commands.

Other nice command is something like IsHideWindow() or IsShowWindow() for check one window is hide or showen.

Regards.

Re: UpdateWindow() and IsShowWindow()

Posted: Mon Jan 03, 2005 12:50 pm
by PB
> IsHideWindow() or IsShowWindow() for check one window is hide or showen

I know you probably don't want an API solution, but you can check if a window
is currently shown or hidden with the IsWindowVisible_() API command.