B
Bredal Jensen
I have added an image as a background of my buttuon in my windows form
application.
The ide has added the following code:
this->button1->BackgroundImage = (__try_cast<System:rawing::Image *
this results into the following error:
...\Form1.h(68): error C2039: 'GetObjectA' : is not a member of
'System::Resources::ResourceManager'
well i'm new to this and this not make so much sense to me . Especially when
the compiler complains about code the ide has added for me
Any help will be highly appreciated.
Jensen
application.
The ide has added the following code:
this->button1->BackgroundImage = (__try_cast<System:rawing::Image *
(resources->GetObject(S"button1.BackgroundImage")));
this results into the following error:
...\Form1.h(68): error C2039: 'GetObjectA' : is not a member of
'System::Resources::ResourceManager'
well i'm new to this and this not make so much sense to me . Especially when
the compiler complains about code the ide has added for me
Any help will be highly appreciated.
Jensen