c# and icons...
-
I would like to know if it is possible to have different icons for the same window in the title bar and in the taskbar.. I think that everything is possible but.. Anyway.. if someone have something to help me it would be appreciate.. Thanks Luc
I could be wrong, but I don't think there's a practical way to do that. The Task Bar reads the icon from the executable -- you don't have an obvious opportunity to pass an alternate icon to system processes managing the Task Bar.
-
I could be wrong, but I don't think there's a practical way to do that. The Task Bar reads the icon from the executable -- you don't have an obvious opportunity to pass an alternate icon to system processes managing the Task Bar.
-
That's also my conclusion, but there's absolutely no way to do that? No hack or tricky tricks?
I know I've seen an example of how to draw a rectangle on the desktop in response to mouse drag events, but I can't recall where. It's been a while. You should be able to dig up an example.
-
I would like to know if it is possible to have different icons for the same window in the title bar and in the taskbar.. I think that everything is possible but.. Anyway.. if someone have something to help me it would be appreciate.. Thanks Luc
The NotifyIcon has its own icon property. so you can set that. http://www.codeproject.com/dotnet/notifyiconcontrol20.asp[^] Then you set the project and form icon to be something different. http://www.codeproject.com/useritems/HowToIcon.asp[^] Hope that helps. Ben
-
The NotifyIcon has its own icon property. so you can set that. http://www.codeproject.com/dotnet/notifyiconcontrol20.asp[^] Then you set the project and form icon to be something different. http://www.codeproject.com/useritems/HowToIcon.asp[^] Hope that helps. Ben
-
kubben, there's nothing about the tray in what i want to do. I just want to have different icon in my titlebar and taskbar.
what would this be good for?
-- • Zeta Producer Desktop CMS Intuitive, completely easy-to-use CMS for Windows. • Zeta Helpdesk Open Source ticket software for Windows and web. • Zeta Uploader Easily send large files by e-mail. Windows and web client. • Desargues Innovative, lean and neat calculator for Windows.
-
what would this be good for?
-- • Zeta Producer Desktop CMS Intuitive, completely easy-to-use CMS for Windows. • Zeta Helpdesk Open Source ticket software for Windows and web. • Zeta Uploader Easily send large files by e-mail. Windows and web client. • Desargues Innovative, lean and neat calculator for Windows.
-
kubben, there's nothing about the tray in what i want to do. I just want to have different icon in my titlebar and taskbar.