UpdateWindow() and IsShowWindow()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Wolf
Enthusiast
Enthusiast
Posts: 232
Joined: Sat Apr 03, 2004 12:00 pm
Location: S.T

UpdateWindow() and IsShowWindow()

Post 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.
Last edited by Wolf on Mon Jan 03, 2005 12:52 pm, edited 1 time in total.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: UpdateWindow() and IsShowWindow()

Post 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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply