is it possible to call the smartphone's calendar out within my form?
if yes, how? any clues?
thank you
Printable View
is it possible to call the smartphone's calendar out within my form?
if yes, how? any clues?
thank you
process.start ("\windows\calendar.exe")
or look at the pocketoutlook namespace as you won't be able to interact with the calendar if you just run it
thx . i should be fine with the pocketoutlook namespace.=)Quote:
Originally Posted by petevick
oh ...then i am wondering ...because what i need with the click on the calendar date is a note and not a appointment, so i need to use process to open a note within this process.start ("\windows\calendar.exe") click event, right?
oh no.....can just use textbox instead and save it to database....lol
the windowmobile actually give you both the appointment and the note.
oh...i tested it..Quote:
Originally Posted by husky_doggy
it actually interact with my calendar without any other namespace..appointment and note gets saved..and choose differenct views.
now i have another problem...
would it be possible to put the calendar in a panel? because i dnot want it to take up the whole screen