How to add running application to window xp taskbar notification area when minimize the windos of application and not to be stop the application from running

if any one can help me

Many Thanks,

Recommended Answers

All 3 Replies

use a NotifyIcon component. Use the FormClose event handler of your form to cancel the close. However you need to provide some method of allowing them to close the app.
See NotifyIcon on google or MSDN for a number of examples.

1. Add a Notify Icon to your main form of your project
2. Select if and press F4 to show the properties grid.
3. Set The name, the ballontipIcon, the ballontipText, ballontipIconTitle and the Icon(you should have and already icon to test you can bring any icon just for the test purposes
4. Go the the toolBox and add a ContextMenuItem
and add on it some menu items and customize their behavior a suite your needs
5. Put the ShowInTaskbar property of the form to false
And enjoy your self

Thank you all for help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.