NotifyIcon flash

  • Thread starter Thread starter Guest
  • Start date Start date
* "=?Utf-8?B?QnJpYW5ESA==?= said:
How can i make the NotifyIcon Icon flash in the Tray?

Place a 'System.Windows.Forms.Timer' on your form (available in the
toolbox in the "Windows Forms" group), set its interval to 500, then
switch between two icons by setting the notify icon's 'Icon' property.
You can load the icons from an embedded resource
(<URL:http://www.google.de/[email protected]>).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top