I want only an icon to show when my form is minimized. How would I do that?
plusplus 0 Posting Whiz in Training
Recommended Answers
Jump to PostHi,
Check
http://www.codeguru.com/columns/VB/article.php/c6547/here to Show the Icon in System Tray
Regards
Veena
Jump to PostHi Plusplus,
Add a .bas Module to ur project and put this stuff into it.:
Public Declare Function Shell_NotifyIcon _ Lib "shell32" Alias "Shell_NotifyIconA" ( _ ByVal Message As Long, Data As NotifyIconData) As Boolean Public Type NotifyIconData Size As Long Handle As Long ID As …
Jump to PostHi,
It means MDIforms, Icon only will be diaplayed there, so change the Icon of MDI Form.. or give path of the icon
Regards
Veena
All 11 Replies
jireh 3 Posting Whiz
debasisdas 580 Posting Genius Featured Poster
QVeen72 104 Posting Shark
plusplus 0 Posting Whiz in Training
QVeen72 104 Posting Shark
plusplus 0 Posting Whiz in Training
QVeen72 104 Posting Shark
plusplus 0 Posting Whiz in Training
plusplus 0 Posting Whiz in Training
plusplus 0 Posting Whiz in Training
QVeen72 104 Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.