RE: Hide Window

new topic     » topic index » view thread      » older message » newer message

Scott,

Try using:

showWindow(win1, SW_MINIMIZE)

HTH,

Jonas
Scott Stansell wrote:
> I am writing a program that uses a button control to minimize the
> window.
> 
> Here's the code:
>     procedure minimize_window()
>     showWindow(win1, SW_HIDE )
>     end procedure
>     onClick[bttnHide] = routine_id("minimize_window")
> 
> This code hides the window but doesn't display it in the taskbar.
> So what I have is a program that I have to use "ctrl + alt + del" to
> close.
> How do I get it to minizmize down into the task bar so that I can
> restore it from there?
> 
> 
>

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu