Link to home
Start Free TrialLog in
Avatar of huy302
huy302

asked on

Load bitmap on Pocket PC

I'm writing a Pocket PC application using Visual Studio 2005

I can add a bitmap to the project, but I don't know how to use code to access that bitmap

for example, I want that when I click the "button1", the "pictureBox1" will display the "Bitmap1.bmp" that was already in the project's resource

How I'm gonna do that?
Avatar of Mikal613
Mikal613
Flag of United States of America image

m_image = MyResources.Icons.LoadBitmap("resTest");
ASKER CERTIFIED SOLUTION
Avatar of woigl
woigl

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial