In need for a control

  • Thread starter Thread starter Torben Schulz
  • Start date Start date
T

Torben Schulz

Hi forum,

is there any control which can handle a background image and a image, just
like the picturebox under framework 1.1? Or is there an easy workaround?

Thanks you very much,
Torben
 
No, you will need to write your own. If you are using CF2.0 then UserControl
class is supported which makes it much easier, otherwise, CF1 you will have
to inherit from Control and handle all the painting using GDI.

Regards
Simon.
 
Thank you very much, Simon. Fortunately I'm using CF2.0 so I'll create an
UserControl.
 

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

Back
Top