Title: Message
Hi All.
I have an app. that is controlled from the System Tray.
When a form opens up, it puts a reference to the app. on the taskbar (i.e. the icon and app. name etc) just like any other app. that you have running.
BUT, in XP, if you dbl click on the item in the taskbar, it will close the form, or hide it or something as the form disappears and so does the item off the task bar.
The Form "Appears" to still be open or created as doing a FindWindow will return a handle for it.
I noticed that if I dbl click on say Notepad when its in the tskbar, it doesnt close.
 
Is there a way to stop this? My inital thought was to hide the item that gets added to the taskbar by ShowWindow(application.handle SW_HIDE) but the form is then not shown at all.
If I could hide it off the taskbar then that would be good, but really I need to stop it for going away.
 
Anyone know of a solution for this?
 
Cheers,
 
Jeremy Coulter
 
 
------------------------------------------------------------------------
All email scanned with Nortons Antivirus 2003
------------------------------------------------------------------------
 
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to