Connecting Tech Pros Worldwide Forums | Help | Site Map

how to restore an application from the sys tray by hwnd

yolilb
Guest
 
Posts: n/a
#1: Jul 7 '07
hi everybody

I'm using VB6
I need to restore a program that resides in the sys tray.
I menage to write a function that finds the hwnd of the program but I can't
figure out how to restore the program from the sys tray

can someone help pls

thanks



Dean Earley
Guest
 
Posts: n/a
#2: Jul 7 '07

re: how to restore an application from the sys tray by hwnd


yolilb wrote:
Quote:
hi everybody
>
I'm using VB6
I need to restore a program that resides in the sys tray.
I menage to write a function that finds the hwnd of the program but I can't
figure out how to restore the program from the sys tray
You would really need to talk to the authors.
If they just hide it, then you can call ShowWindow with SW_SHOW.
If they do anything more than that then you will need to find out what.

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
yosilb
Guest
 
Posts: n/a
#3: Jul 7 '07

re: how to restore an application from the sys tray by hwnd


thank you for your help
"Dean Earley" <dean.earley@icode.co.ukwrote in message
news:468f9d8f$0$15855$fa0fcedb@news.zen.co.uk...
Quote:
yolilb wrote:
Quote:
>hi everybody
>>
>I'm using VB6
>I need to restore a program that resides in the sys tray.
>I menage to write a function that finds the hwnd of the program but I
>can't
>figure out how to restore the program from the sys tray
>
You would really need to talk to the authors.
If they just hide it, then you can call ShowWindow with SW_SHOW.
If they do anything more than that then you will need to find out what.
>
--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
>
iCode Systems

Closed Thread