How do I create an invisible control and give it an icon (like the timer control)?
Printable View
How do I create an invisible control and give it an icon (like the timer control)?
Check the .Visible = False and .Icon = App.Path & "/youricon.ico"!
Thanx Jop. Perfect answer. Solved everything.