MonthCalendar and PDA

  • Thread starter Thread starter oliver
  • Start date Start date
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.
 
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?
 
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.
 
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...
 
Back
Top