|
-
Nov 19th, 2001, 06:56 AM
#1
Thread Starter
Addicted Member
Icon
How can we change the icon of the form in title bar using API?
-
Nov 19th, 2001, 07:32 AM
#2
Conquistador
I have seen this posted before by Tygur, i think it was,
I'll find it
-
Nov 19th, 2001, 07:35 AM
#3
Conquistador
-
Nov 20th, 2001, 08:10 PM
#4
Thread Starter
Addicted Member
Sorry I couldn't .Any other clue?
Thank You.
-
Nov 21st, 2001, 08:30 AM
#5
Do you really need API to do it?
VB Code:
Private Sub Form_Load()
Set Icon = Picture1.Picture
End Sub
-
Nov 21st, 2001, 08:46 AM
#6
Thread Starter
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|