Missing Option?!

  • Thread starter Thread starter Craig Hardcastle
  • Start date Start date
C

Craig Hardcastle

hi,

i'm looking into creating my own controls, so i've started to read the
example at: http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/customctrlscompactfx.asp

however, when it comes to "Creating the Runtime and Design Time
Projects" part 2 figure 4, it says "Select Pocket PC for the platform
to target and Windows Control Library as the project type", but in my
project type the windows control library option is missing?

It's missing in both Visual Basic Projects and Visual C# Projects?
Does anyone know why? Also, is it possible to create controls with
Visual Basic Projects, as i not sure because the option is missing
from both?

Thanks,

Craig.
 
For .NETCF you must create a "Class Library" project type, and then create a
class which inherits from System.Windows.Forms.Control

Peter
 
I got the same problem. And even if I create a class from "Class Library" Option and inherits from System.Windows.Forms.Control, there is not UserControl for me to choose. Wat should I do next

----- Peter Foot [MVP] wrote: ----

For .NETCF you must create a "Class Library" project type, and then create a
class which inherits from System.Windows.Forms.Contro

Pete
 

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

Back
Top