gregghoush
Jul 24th, 2001, 02:36 PM
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?