Hi..
I have come across a strange situation. I have a winForm in my application.. which is normally hide /visible false but used to prvide the Even handling functionality for for Tray application. I have set ShowInTaskBar=false and IsAccessible=False for my winform. bt still i am seen that form when I use "Alt+Tab" does any body know the reason.
My secnod problem is related with ControlBox=false property.
MSDN says "if any form does not have ControlBox this form doesnt closed by Alt+F4.
but when i set ControlBox=False for my winform, its controlBox disapper but still i m able to close it using Alt+F4. Is ita bug or what.
Thanks
Rohit

Disable Close Button... on a Winform