Windows mobile 6.5 is an operating system for PDAs and smartphones developed by Microsoft.
Questions tagged [windows-mobile-6.5]
389 questions
0
votes
1 answer
Windows Mobile 6 app not showing MenuBar on 6.5 scanner
We have a Windows Mobile 6 application used on Motorola scanners. For years, this app has worked fine with the X in the upper right corner (TaskBar) for users to close/minimize the screens. We recently got new scanners that have Windows Mobile 6.5…

gcresse
- 115
- 1
- 12
0
votes
1 answer
Exit Sub when KeyDown.Event is raised
Simply said, I have a form with contains a button.
When the Click-Event is raised, a function is called which is connecting to a database and doing some more database-related stuff.
Now, sometimes the connection is taking its time to establish, and…

seph
- 674
- 2
- 8
- 23
0
votes
1 answer
CRM 4.0 sdk dll is not working with Windows Mobile 6.5.3 Project
I'm working with a project right now using a device with a Windows Mobile 6.5.3 in it. In my Visual Studio 2008 Project i'm trying to make use of CRM 4.0 sdk dll so I could call the CRM services. The problem now is that…

Romeo
- 1,791
- 8
- 25
- 41
0
votes
1 answer
wm6.5 emulator can not connect web services on the host machine
my windows mobile 6.5 emulator cant connect web services on the host machine. i cant solve this. the real device (motorola mc75) connected via usb cable, it is establishing connection and it can access web services on the host machine. but emulator…

mustafatorun
- 313
- 2
- 7
0
votes
1 answer
window.close() not working on Windows Mobile 6.5
I'm calling a webpage from a mobile device (a motorola MC55A0).
The browser is IEmobile.
The page has a button on it, a press on that button calls some javascript code ending with the line:
window.close();
The javascript executes fine until that…

madgangmixers
- 150
- 1
- 16
0
votes
1 answer
Windows mobile threading.timer in unattenededmode
I have a windows mobile 6.5 program which I want to trigger a call to a web server every ten minutes. But the event doesn't seem to be always being called. I have create a simple program to test when events are being triggered.
A threading.timer is…

Blag
- 19
- 1
- 7
0
votes
3 answers
Bulk insert in SQL Server CE from text file or DataTable in Windows Mobile 6.1
I want to insert more than 5 lac records in SQL Server CE in Windows Mobile 6.1
The code I am using is taking about 8 rows per second. which is just unbearable.
My code is as follows - I have DataTable with about 5 lac records:
SqlCeCommand…

user2968744
- 1
- 1
0
votes
1 answer
Can't find SystemProperty.CellularSystemConnectedGprs in WindowsMobile.Status
I'm taking over someone's code and I'm having an issue where I can't find the following three properties which should be part of Microsoft.WindowsMobile.Status according to everything I've…

Gavin Mannion
- 875
- 1
- 14
- 32
0
votes
1 answer
Change Tab header color in Windows Mobile 6.5
I want to change the header of the tab control for Windows mobile 6.5.
Please help.

gmtek
- 741
- 3
- 7
- 25
0
votes
1 answer
SQL CE DB doesn't read on Windows 6.5 device when building on Win 7 - Win 8
I seem to have the same issue as another user here SQLServerCE SDF file on Windows 7 however the advice from that thread hasn't resolved my issue.
This relates to SQL Server CE v3.1 (DLL Version 3.0.5300.0) whereby I am able to build the SDF file…

Joey Bob
- 312
- 8
- 21
0
votes
2 answers
Get XML node from large XML file with XmlReader?
How can I efficiently get XML node from large XML file?
Currently I have this code to load XML file and getting NodeList. This worked fine when that file was small (containing only that node). However, when I merged it with another XML file, Loading…

22332112
- 2,337
- 5
- 21
- 42
0
votes
1 answer
CustomListView in windows mobile 6.5.3
I am using http://christian-helle.blogspot.in/2011/01/multi-platform-mobile-development_19.html for creating a custom list view.
In the existing sample it is not possible to pre set the selectedIndex of list view.
I have made few changes to the…

rakesh kashyap
- 1,418
- 22
- 41
0
votes
2 answers
Clear() or Dispose() to clear dataset assigned to new Dataset() in C#?
What should I use to clear DataSet which I assign to new Dataset() on every new SQL call in my C# code (Windows Mobile Compact Framework)?
At the moment I am using Clear(), however I am not sure if I should be using Dispose instead. What would be…

22332112
- 2,337
- 5
- 21
- 42
0
votes
1 answer
Read a XML File From C Drive
I am developing small application in Windows 6.5.3. For that I need to read one XML file from C drive. When I tried to read the file, I am getting the below error. I checked the file access. Its fine.
"Value does not fall within the expected…

Gansun
- 301
- 2
- 7
- 15
0
votes
1 answer
How to open Connection Manager in Windows Mobile
I made a mobile application for Casio brand Windows Mobile. what my app does is it connects to a webservice and get some data. I deployed the app and gave the Casio device back to the customer. The customer told me that the device's 3G goes into the…

Arif YILMAZ
- 5,754
- 26
- 104
- 189