How do I split up my work space?

J

Jeroen Ceuppens

Hi, I have a window form, i want to create a space of 480x640 for the
continuous drawing of bitmaps and another space for setting some options...

How do I create these separate spaces? create 2 forms?
create panels (i tried it, but i can't draw on it :( ) or are there better
ways? The spaces must be in the same head window

Thx
JC
 
J

Jeroen Ceuppens

I want to find something like A Drawing Canvas, the "Big" Framework there is
a usercontrol for that, but in CF not, please help me to find some drawing
canvas....

THx Jc
 
P

Peter Foot [MVP]

Then you can draw it directly to the form in the OnPaint method specifying
an area which does not interfere with your settings area. Or use a
PictureBox control which you can assign a Bitmap object to - either got from
a memory stream or a file for example.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top