Reputation: 1259
In my project i have one parent window form with one menu bar and one status bar. that is what i want is: when i show the child form to see in the status ber an icon relative to the child window. How i can do that? And if that can't be how i can see an icon in a task bar? Please if anyone can assist me on this.
Upvotes: 0
Views: 1812
Reputation: 4879
You'd need to, when you show the CHILD window, add an ICON to the status bar of the main window, and when the child closes or is hidden, remove the icon.
Here's a site describing how to add an icon to a status bar.
http://www.devasp.net/net/articles/display/426.html
Upvotes: 1