Re: Custum Control basic question
- From: "Buthrakaur" <filip@xxxxxxxxxx>
- Date: 29 Nov 2006 01:13:02 -0800
Hi, in CF1 you have to build 2 assemblies for your custom control. One
for design time and the other for runtime. If I remember right, you
have to define custom attributes (for proper designtime support for
control's properties) and handle painting of the control a little
different in the design-time assembly. Try to search the msdn for some
articles - for example this could be useful for you:
http://msdn2.microsoft.com/en-us/library/aa127153.aspx
baramuse@xxxxxxxxx napsal:
Hi,
after some unsucessfull researchs I'm trying to understand what I'm
doing wrong...
I'm targeting the 1.0 SP3 .net compact framework.
I'm trying to create an autoresize Label (I know, sounds common :p).
My problem is at desing time : instead of displaying my label text, It
displays the namespace.classname (even with the .Text property valued),
with a border around the control....
So I've tried the simplest user control, woth no custom code etc, and
still, it shows the classname....
Somebody must have a answer I gess I'm not the only one confronted to
this :D
Thx in advance!
.
- Follow-Ups:
- Re: Custum Control basic question
- From: baramuse@xxxxxxxxx
- Re: Custum Control basic question
- References:
- Custum Control basic question
- From: baramuse@xxxxxxxxx
- Custum Control basic question
- Prev by Date: Re: Fullscreen ?
- Next by Date: Re: Fullscreen ?
- Previous by thread: Custum Control basic question
- Next by thread: Re: Custum Control basic question
- Index(es):
Relevant Pages
|