|
-
Dec 29th, 2009, 04:51 PM
#1
Thread Starter
Addicted Member
Simple question
Hello everybody!
I'm interested in name of this control:
http://www.handypassword.com/images/...menu-small.png
What's the name of this control, how to make context menu and icon on tray bar?
I think it's very simple, but I couldn't find this.
Thanks!
-
Dec 29th, 2009, 04:52 PM
#2
Hyperactive Member
Re: Simple question
It is a NotifyIcon
to make a ContextMenu along with it just add a ContextMenu to your form and associate it with the NotifyIcon control
-
Dec 30th, 2009, 02:57 AM
#3
Thread Starter
Addicted Member
Re: Simple question
Yes, I couldn't remember. Thanks!
And is there any solution to put Icon on tray bar when I click some button.
Just like Windows Messenger.
And then when I click some menu in contextmenu on NotifiyIcon to open my program back?
Last edited by hepeci; Dec 30th, 2009 at 03:03 AM.
-
Dec 30th, 2009, 04:09 AM
#4
Re: Simple question
 Originally Posted by hepeci
Yes, I couldn't remember. Thanks!
And is there any solution to put Icon on tray bar when I click some button.
Just like Windows Messenger.
And then when I click some menu in contextmenu on NotifiyIcon to open my program back?
You add one to your form, much like a control, and then you simply toggle the Visible property, much like a control.
Look first, ask questions later:
http://social.msdn.microsoft.com/Sea...otifyicon&ac=3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|