1. RE: Hide Window

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 message » categorize

2. RE: Hide Window

Thanks Jonas...

Scott


From: Jonas  Temple <jktemple at yhti.net>
Subject: RE: Hide Window


Scott,

Try using:

showWindow(win1, SW_MINIMIZE)

HTH,

Jonas

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu