|
-
Jul 24th, 2001, 02:36 PM
#1
Thread Starter
Member
Getting the default icon for a form.
I am trying to figure out how to grab the default icon for a form. I use the GetClassLong with GCL_HICON, and the WM_GETICON sendmessage first. if neither return an icon (both fail) then i know that that form never had its Icon property set. Visual basic adds the default icon to the form, and draws it. But I cant use either of the known methods to just grab it. So how do I get it?
-
Jul 24th, 2001, 03:53 PM
#2
Member
What's wrong with [form name].Icon?
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
|