How can i focus/make active/bring to front my program when i double click the notify icon?
I have:
show in taskbar = false
i have tried:
dll reference or setforegroundwi ndow(this.handl e);
this.activate() ;
this.bringtofro nt();
this.focus() (and a combo of those)
What is going on??? and what can i do?
im using C#.net2.2
I have:
show in taskbar = false
i have tried:
dll reference or setforegroundwi ndow(this.handl e);
this.activate() ;
this.bringtofro nt();
this.focus() (and a combo of those)
What is going on??? and what can i do?
im using C#.net2.2
Comment