How to Use Notification Icons in VB 2008/2010

preview_player
Показать описание
In this tutorial i will show you how to use notification icons, the icons in your tray st the bottom right corner of your screen. Here are the codes:
'Button1_click
Me.Hide()
NotifyIcon1.Visible = True

'Notifyicon1_double click
Me.Show()
NotifyIcon1.Visible = False

Please Rate, Comment, and Subscribe :O
Рекомендации по теме
Комментарии
Автор

ThAnKs! Helped a lot. What did you use to record your video?

kshadow