Thanks for your response. If I follow the instructions,
>-----Original Message-----
>Do you mean a .NETCF control - if so there are a number
of articles which
>describe how to do this. It is not quite the same as
creating a custom
>control for the desktop framework as you do not have
designer support for
>creating UserControls however you can create a class
which derives from
>System.Windows.Forms.Control and code a graphical
component.
>
http://smartdevices.microsoftdev.com/Learn/Articles/509.as px - Creating an
>Image Button Control
>
http://www.intelliprog.com/articles/index.html - Adding
Designer Support to
>a Control
>
>Peter
>
>--
>Peter Foot
>Windows Embedded MVP
>OpenNETCF.org Senior Advisor
>
www.inthehand.com |
www.opennetcf.org >
>"NEO" <nabeel@estratcom.com> wrote in message
>news:084901c3a056$fbc18060$a301280a@phx.gbl...
>>
>> Can I create DLL instead of ActiveX that will have some
>> GUI too?
>>
>> Thanks!
>>
>> >-----Original Message-----
>> >No ActiveX controls can only be created in Native
code -
>> Using either eVC++
>> >3.0 or 4.0 depending on the Windows CE OS version of
the
>> target device. E.g.
>> >Pocket PC 2000 and 2002 are CE 3.0 based so you would
use
>> eVC++ 3.0, Pocket
>> >PC 2003 is CE 4.2 based so you would use eVC++ 4.0 SP2.
>> >
>> >Download links for both are available here:-
>>
>
http://msdn.microsoft.com/mobility/downloads/updates/defau >> lt.aspx
>> >
>> >Peter
>> >
>> >--
>> >Peter Foot
>> >Windows Embedded MVP
>> >OpenNETCF.org Senior Advisor
>> >
www.inthehand.com |
www.opennetcf.org >> >
>> >"NEO" <nabeel@estratcom.com> wrote in message
>> >news:070701c3a034$a8b9ac70$a101280a@phx.gbl...
>> >> Can I create ActiveX controls using C# in Compact
>> >> Framework?
>> >>
>> >
>> >
>> >.
>> >
>
>
>.