PDA

Click to See Complete Forum and Search --> : Icon


purusingh
Nov 19th, 2001, 05:56 AM
How can we change the icon of the form in title bar using API?

da_silvy
Nov 19th, 2001, 06:32 AM
I have seen this posted before by Tygur, i think it was,

I'll find it

da_silvy
Nov 19th, 2001, 06:35 AM
This may be of some use ;)

http://www.vbforums.com/showthread.php?s=&threadid=85310&highlight=Taskbar

purusingh
Nov 20th, 2001, 07:10 PM
Sorry I couldn't .Any other clue?
Thank You.

Matthew Gates
Nov 21st, 2001, 07:30 AM
Do you really need API to do it?


Private Sub Form_Load()
Set Icon = Picture1.Picture
End Sub

purusingh
Nov 21st, 2001, 07:46 AM
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.