Connecting Tech Pros Worldwide Help | Site Map

how to restore an application from the sys tray by hwnd

  #1  
Old July 7th, 2007, 06:15 AM
yolilb
Guest
 
Posts: n/a
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


  #2  
Old July 7th, 2007, 03:15 PM
Dean Earley
Guest
 
Posts: n/a

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
  #3  
Old July 7th, 2007, 05:45 PM
yosilb
Guest
 
Posts: n/a

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