Questions tagged [notifyicon]

Specifies a component that creates an icon in the notification area. This class cannot be inherited

Specifies a component that creates an icon in the notification area. This class cannot be inherited

361 questions
-2
votes
1 answer

While loop balloontipclick as condition

I need the following while loop to repeat until the balloontip is clicked. How can I do this? while(/*Here, I want the loop to end when the Norm.BalloonTipClicked occurs*/) { Norm.ShowBalloonTip(10000); …
Often Right
  • 427
  • 1
  • 9
  • 22
1 2 3
24
25