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.
 
Back
Top