Necesito usar objetos de Framework 3.5
Mi idea es poder acceder a los contactos, SMS, tel茅fono, etc... ya que lo que tiene WM 6.0 no me gusta nada.
Tambi茅n intentar un poco de PocketOutLook.
Y todo esto creo que lo da Framework.
Quiero poder usar c贸digos como esto:
Tel茅fono...
Imports _
聽Microsoft.WindowsMobile.Telephony
...
Dim phone As New Phone
phone.Talk("+6512345678", True)Calendario...
Imports _
聽Microsoft.WindowsMobile.PocketOutlook
...
Dim appt As New Appointment
appt.Subject = "Meeting with Jeff"
appt.Start = New _
聽 聽 DateTime(2006, 7, 15, 9, 0, 0)
appt.End = New _
聽 聽 DateTime(2006, 7, 15, 11, 0, 0)
'---vibrate the device as a reminder
appt.ReminderVibrate = True
'---repeat the reminder
appt.ReminderRepeat = True
Dim currentSession As New _
聽 聽OutlookSession
聽 聽 聽 聽 currentSession.Appointments.Items. _
聽 聽Add(appt)FWH 16.02, xHarbour 1.2.3, Harbour 3.2.0, WorkShop 4.5, AJ Make 0.30, Borlan BCC 7.00, VisualStudio 2013