i built a small app in vb.net and i would like my icon to appear next to the computer clock in the taskbar. how can i do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should add a
NotifyIconcomponent to your form. Assign an icon to itsIconproperty, and set itsVisibleproperty totrue, and it should appear next to the clock. You can use the various mouse events of the component to let the user interact with it, or you can assign a context menu to it.