How can we change the icon of the form in title bar using API?
Printable View
How can we change the icon of the form in title bar using API?
I have seen this posted before by Tygur, i think it was,
I'll find it
This may be of some use ;)
http://www.vbforums.com/showthread.p...hlight=Taskbar
Sorry I couldn't .Any other clue?
Thank You.
Do you really need API to do it?
VB Code:
Private Sub Form_Load() Set Icon = Picture1.Picture End Sub
Actually I wan't to use it in forms6i(oracle).If I know hou to use it in vb using Api, I could do it in another applications too.