PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
In need for a control
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
In need for a control
![]() |
In need for a control |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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. "Torben Schulz" wrote: > 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 > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you very much, Simon. Fortunately I'm using CF2.0 so I'll create an
UserControl. "Simon Hart" <srhartone@yahoo.com> schrieb im Newsbeitrag news:61C88CE9-1406-49E2-A04B-8499BBC68C11@microsoft.com... > 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. > > "Torben Schulz" wrote: > >> 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 >> >> >> |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Thank you very much for answering, Simon.
Torben "Simon Hart" <srhartone@yahoo.com> schrieb im Newsbeitrag news:61C88CE9-1406-49E2-A04B-8499BBC68C11@microsoft.com... > 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. > > "Torben Schulz" wrote: > >> 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 >> >> >> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

