PC Review


Reply
Thread Tools Rate Thread

Composite User Controls in PPC ?

 
 
Softwaremaker
Guest
Posts: n/a
 
      25th Sep 2003
Hello,

I was juz wondering if there is any way we can create Composite User
Controls in .NET Compact Framework ?

I dont mean Custom Controls...what I want is a composite control that
comprises of 4 small textboxes like an IP Address Box ?

Also I notice that there is no "Windows Control Library" in my Smart Devices
Application Wizard when I specified I wanted a Smart Device Extensions
Application. Only available options were Windows Application, Class Library
and Non-Graphical Application.

At this link,
http://msdn.microsoft.com/library/de...tNetCompfx.asp,
there is a Windows Control Library option for the Smart Device Extensions.

I am using VS.NET 2003 PRO...is that the reason why ?

--
Thank you very much

Warmest Regards,
WilliamT
Software Architect
Softwaremaker.NET Pte Ltd


 
Reply With Quote
 
 
 
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      25th Sep 2003
A composite control *is* a custom control - anything not included in Studio
is considered custom. You will have to manually roll it like the article
describes as there is no designer support for custom controls yet.

-Chris

"Softwaremaker" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I was juz wondering if there is any way we can create Composite User
> Controls in .NET Compact Framework ?
>
> I dont mean Custom Controls...what I want is a composite control that
> comprises of 4 small textboxes like an IP Address Box ?
>
> Also I notice that there is no "Windows Control Library" in my Smart

Devices
> Application Wizard when I specified I wanted a Smart Device Extensions
> Application. Only available options were Windows Application, Class

Library
> and Non-Graphical Application.
>
> At this link,
>

http://msdn.microsoft.com/library/de...tNetCompfx.asp,
> there is a Windows Control Library option for the Smart Device Extensions.
>
> I am using VS.NET 2003 PRO...is that the reason why ?
>
> --
> Thank you very much
>
> Warmest Regards,
> WilliamT
> Software Architect
> Softwaremaker.NET Pte Ltd
>
>



 
Reply With Quote
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      25th Sep 2003
To add to Chris's response the correct project type to choose in the wizard
is "Class Library"

Peter

--
Peter Foot
Windows Embedded MVP

www.inthehand.com | www.opennetcf.org

"Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> A composite control *is* a custom control - anything not included in

Studio
> is considered custom. You will have to manually roll it like the article
> describes as there is no designer support for custom controls yet.
>
> -Chris
>
> "Softwaremaker" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello,
> >
> > I was juz wondering if there is any way we can create Composite User
> > Controls in .NET Compact Framework ?
> >
> > I dont mean Custom Controls...what I want is a composite control that
> > comprises of 4 small textboxes like an IP Address Box ?
> >
> > Also I notice that there is no "Windows Control Library" in my Smart

> Devices
> > Application Wizard when I specified I wanted a Smart Device Extensions
> > Application. Only available options were Windows Application, Class

> Library
> > and Non-Graphical Application.
> >
> > At this link,
> >

>

http://msdn.microsoft.com/library/de...tNetCompfx.asp,
> > there is a Windows Control Library option for the Smart Device

Extensions.
> >
> > I am using VS.NET 2003 PRO...is that the reason why ?
> >
> > --
> > Thank you very much
> >
> > Warmest Regards,
> > WilliamT
> > Software Architect
> > Softwaremaker.NET Pte Ltd
> >
> >

>
>



 
Reply With Quote
 
George Lowry
Guest
Posts: n/a
 
      26th Sep 2003
The Custom Control example for the compact framework is written in C++, can
these custom controls also be written in VB and then copied into the
SmartDevice project?



"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> To add to Chris's response the correct project type to choose in the

wizard
> is "Class Library"
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
>
> www.inthehand.com | www.opennetcf.org
>
> "Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > A composite control *is* a custom control - anything not included in

> Studio
> > is considered custom. You will have to manually roll it like the

article
> > describes as there is no designer support for custom controls yet.
> >
> > -Chris
> >
> > "Softwaremaker" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hello,
> > >
> > > I was juz wondering if there is any way we can create Composite User
> > > Controls in .NET Compact Framework ?
> > >
> > > I dont mean Custom Controls...what I want is a composite control that
> > > comprises of 4 small textboxes like an IP Address Box ?
> > >
> > > Also I notice that there is no "Windows Control Library" in my Smart

> > Devices
> > > Application Wizard when I specified I wanted a Smart Device Extensions
> > > Application. Only available options were Windows Application, Class

> > Library
> > > and Non-Graphical Application.
> > >
> > > At this link,
> > >

> >

>

http://msdn.microsoft.com/library/de...tNetCompfx.asp,
> > > there is a Windows Control Library option for the Smart Device

> Extensions.
> > >
> > > I am using VS.NET 2003 PRO...is that the reason why ?
> > >
> > > --
> > > Thank you very much
> > >
> > > Warmest Regards,
> > > WilliamT
> > > Software Architect
> > > Softwaremaker.NET Pte Ltd
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Xin Yan
Guest
Posts: n/a
 
      14th Oct 2003
Yes, you can develop custom control from VB and use them in SmartDevice
project.
Thanks
Xin
|
| The Custom Control example for the compact framework is written in C++,
can
| these custom controls also be written in VB and then copied into the
| SmartDevice project?

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resizing controls embedded in a composite user control Ron Microsoft Dot NET Framework Forms 1 21st May 2008 03:30 PM
asp.net composite controls Philip Townsend Microsoft ASP .NET 1 4th Oct 2004 07:17 PM
web composite controls properties of underlying controls Ziyad Makki Microsoft ASP .NET 0 20th Jul 2004 01:39 PM
composite controls... Microsoft Press: Dev ASP.NET Server Controls dx Microsoft ASP .NET 10 11th Apr 2004 12:33 AM
Composite control with dynamic composite controls sleigh Microsoft ASP .NET 1 12th Feb 2004 06:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:28 PM.