PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework In need for a control

Reply

In need for a control

 
Thread Tools Rate Thread
Old 05-12-2006, 08:14 AM   #1
Torben Schulz
Guest
 
Posts: n/a
Default In need for a control


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


  Reply With Quote
Old 05-12-2006, 11:29 AM   #2
=?Utf-8?B?U2ltb24gSGFydA==?=
Guest
 
Posts: n/a
Default RE: In need for a control

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
>
>
>

  Reply With Quote
Old 05-12-2006, 12:47 PM   #3
Torben Schulz
Guest
 
Posts: n/a
Default Re: In need for a control

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
>>
>>
>>



  Reply With Quote
Old 31-01-2007, 11:18 AM   #4
Torben Schulz
Guest
 
Posts: n/a
Default Re: In need for a control

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
>>
>>
>>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off