G
Guest
I have a Windows Forms.NET project & am modifying the GUI in Form1.h[Design] .
I click the Form, go to Properties, click the Icon Property, & change it to
the .ico file I want. It accepts the change & shows me a thumbnail of the
image in the Properties tab, but when I compile I get a "C2039: 'GetObjectA'
is not a member of System::Resources:ResourceManager".
I've tried to manipulate ResourceView so it will accept my image, but to no
avail (I'm really not sure if I'm doing the right thing).
Perhaps there's a setting in the project Properties that needs to be changed ?
Can anybody tell me how to setup a user-drawn bitmap as the icon to an
application ?
Thanks,
ak
I click the Form, go to Properties, click the Icon Property, & change it to
the .ico file I want. It accepts the change & shows me a thumbnail of the
image in the Properties tab, but when I compile I get a "C2039: 'GetObjectA'
is not a member of System::Resources:ResourceManager".
I've tried to manipulate ResourceView so it will accept my image, but to no
avail (I'm really not sure if I'm doing the right thing).
Perhaps there's a setting in the project Properties that needs to be changed ?
Can anybody tell me how to setup a user-drawn bitmap as the icon to an
application ?
Thanks,
ak