1. What am I doing wrong ? - Pocket PC
I create a PPC application with default form class name
("Form1").
I add:
<DllImport("Coredll",
CallingConvention:=CallingConvention.Winapi,
CharSet:=CharSet.Auto)> _
Public Shared Function FindWindow(ByVal className As
String, ByVal windowName As String) As Int32
End Function
And add the following to the New():
Dim hWnd As Int32
Dim className As String
Dim windowName As String
className = "Form1"
windowName = "Form1"
hWnd = FindWindow(className, windowName)
But I got hWnd=0. What is wrong?
3. PDA constantly chooses the wrong access point to connect to - Pocket PC
4. pda appointment yields meeting request with wrong date
Hi, I create an apointment with attendees on a pda. Then during activesync, the meeting requests that are sent have a wrong date : instead of having the appointment's date, they have today's date with the hour being rounded to the closest half hour. However, in the calendar, the appointment has the correct time and date. I've seen afew testimonies of people witnessing the same behavior, but nothing close to a hint about where to find the beginning of a solution. I will add that this problem seems to happen randomly, i.e. it does happen "sometimes" with the same pda and computer, while with other devices it will always happen and with some other it will never happen... By other, I mean same brand, model, same windows mobile edition, same outlook edition, and really similar configuration on laptop. Thank you for your ideas
5. pda Appointment yields meeting request sent with wrong date - ActiveSync (Pocket PC)
6. iPAQ 5555 won't sync..what am I doing wrong?
I'm doing everything the directions tell me to. Installed outlook first, didn't connect the sync cable to my PC, installed ActiveSync. After installation of ActiveSync, connected USB cable to PC.....activesync starts and just goes round and round and round, and doesn't acknowledge synching with the iPAQ. Is it me? Or just another Microsoft joke. Respond by email or public please. Thanks. H
7. RDA Pull - can anyone tell me what I am doing wrong. - Pocketpc Developer