MonthCalendar and PDA

O

oliver

hi,

i'm using ms visual studio .net 2003. i created a
new c#-project "smart device application" for
pocket pc.

next, i wanted to insert "windows forms"
"monthcalendar", but in the toolbox,
section "windows forms", every item is
deactivated (shadowed).

does anybody know, how i can activate those
entrys in the "windows forms" section in the
toolbox???

thx, oliver.
 
J

Jon Skeet [C# MVP]

oliver said:
i'm using ms visual studio .net 2003. i created a
new c#-project "smart device application" for
pocket pc.

next, i wanted to insert "windows forms"
"monthcalendar", but in the toolbox,
section "windows forms", every item is
deactivated (shadowed).

does anybody know, how i can activate those
entrys in the "windows forms" section in the
toolbox???

When you selected "smart device application" it should then have asked
you another question about what kind of app to build - what did you
answer?

Also, the forms designer is only applicable when you're editing a form
- are you?
 
O

oliver haupt

When you selected "smart device application" it should
then have asked you another question about what kind of
app to build - what did you answer?

there was a platform question (i selected pocket pc.
another choice was "windows ce")

second, there was a project type question
(windows application, class library, non-graphical-
application and empty project). i selected windows
application.
Also, the forms designer is only applicable when you're
editing a form - are you?

yes.
 
J

Jon Skeet [C# MVP]

oliver haupt said:
there was a platform question (i selected pocket pc.
another choice was "windows ce")

second, there was a project type question
(windows application, class library, non-graphical-
application and empty project). i selected windows
application.
Right.


yes.

And you're in design mode? It really should come up...
 

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