Windows Control Library project type missing

M

Mobile Boy 36

I try to build a simple control. But I can't even start because the Windows
Control Library project type for the compact framework is missing in VS.

I saw that other people had the same problem, but I didn't find a solution
for this problem.
Can someone help ?

Best regards,
Mobile boy
 
S

Serg Kuryata [MS]

You can use the Class Library project type for your needs and then derive
your control from the Control class. Please note that you will need to add
System.Drawing.dll and System.Windows.Forms.dll to the "References" list.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Mobile Boy 36" <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: Windows Control Library project type missing
| Date: Tue, 3 Feb 2004 16:05:46 +0100
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Lines: 11
| Message-ID: <[email protected]>
| Organization: -= Belgacom Usenet Service =-
| NNTP-Posting-Host: 194.78.50.218
| X-Trace:
DXC=8>F1:jRm`XbF`2JZ4eL7nji98m_9@L0lg1XhdhRZ;<4gM^:7^f:]f?bjeW?\eJ;S=lFC<=XB
A=gUnjW7kVU09F<g
| X-Complaints-To: (e-mail address removed)
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.su
l.t-online.de!t-online.de!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!sky
net.be!louie!tjb!not-for-mail
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:44727
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I try to build a simple control. But I can't even start because the
Windows
| Control Library project type for the compact framework is missing in VS.
|
| I saw that other people had the same problem, but I didn't find a solution
| for this problem.
| Can someone help ?
|
| Best regards,
| Mobile boy
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top