Results 1 to 4 of 4

Thread: Simple question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    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!

  2. #2
    Hyperactive Member Philly0494's Avatar
    Join Date
    Apr 2008
    Posts
    485

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    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.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Simple question

    Quote Originally Posted by hepeci View Post
    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width