A
AliR \(VC++ MVP\)
Hi All,
I have a C# application which talks to some hardware on the machine. The
application puts a NofityIcon in the taskbar, and needs to be hidden.
In order to hide the main form I'm calling SetTopLevel(false) in the Load
event handler of the form, but when I do that I no longer receive
broadcasted registered window messages.
I've also tried ShowInTaskBar = false; and hiding the form, but setting
ShowInTaskBar to false has the same negative effect.
Does anyone know of a way to hide my main form, and still receive
broadcasted windows messages?
Thanks
AliR.
I have a C# application which talks to some hardware on the machine. The
application puts a NofityIcon in the taskbar, and needs to be hidden.
In order to hide the main form I'm calling SetTopLevel(false) in the Load
event handler of the form, but when I do that I no longer receive
broadcasted registered window messages.
I've also tried ShowInTaskBar = false; and hiding the form, but setting
ShowInTaskBar to false has the same negative effect.
Does anyone know of a way to hide my main form, and still receive
broadcasted windows messages?
Thanks
AliR.