Icon in the start toolbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cameljs18@yahoo.com

    Icon in the start toolbar

    I need to know how to be able to create the icon_click event so when i
    double click the icon it displays a windows form which i have
    developed.Thank s
  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

    #2
    RE: Icon in the start toolbar

    You should create a NotifyIcon and then create a handler for the doubleclick
    event. The event handler would make the form visible.

    http://msdn2.microsoft.com/en-us/library/062478za.aspx.
    Specifies a component that creates an icon in the notification area. This class cannot be inherited.



    "cameljs18@yaho o.com" wrote:
    I need to know how to be able to create the icon_click event so when i
    double click the icon it displays a windows form which i have
    developed.Thank s
    >

    Comment

    Working...