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.
UpdateWindow() and IsShowWindow()
UpdateWindow() and IsShowWindow()
Last edited by Wolf on Mon Jan 03, 2005 12:52 pm, edited 1 time in total.
Re: UpdateWindow() and IsShowWindow()
> 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.
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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.