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
SIP buttons not showing on WM6.5 emulator and Windows handheld 6.5 (Motorola MC65)
I've had this Motorola MC65 handheld for a while and was trying to migrate a program that I wrote in C# with VS2008 which ran perfect on a WinCE device on to it. However I encountered a problem that I had no idea at all where to start with.
Please…

Lionet Chen
- 832
- 11
- 26
0
votes
1 answer
Encrypt with RSACryptoServiceProvider and public key string on Windows Mobile 6
my Windows Mobile 6 application needs to send data to a php REST web service of a company.
that WS has a method that returns the public key to use to encrypt the username and password of the user of the mobile application.
They give me a sample code…

Fr.Usai
- 384
- 2
- 17
0
votes
1 answer
Communication between a Windows mobile 6.5 app and a Winform app
First, a WinCE app scannes several barcodes and submit, then a winform app on a PC gets all the barcodes and generates some files and inserts some info into an Oracle database.
So what is the most reliable and easiest approach to realize the…

justin
- 23
- 5
0
votes
0 answers
Wifi scan in WinMo 6.5
New to posting here, so please forgive if my question is kinda basic.
I'm trying to find a way to scan for all available wifi access points on a WinMo6.5 device. I need get every individual access point (by MAC address) and its signal strength, not…
0
votes
1 answer
Print .pdf files in Windows Mobile 6.5
I recently got a Motorola MC9190 handheld and a Zebra P4T printer. The Motorola has a Windows Mobile 6.5 version. My problem is that I want to print .pdf files but any apps can do it. I installed PrintBoy v7 but the service server for convert .pdf…

Costafari
- 45
- 1
- 5
0
votes
1 answer
Establishing connection to server through Windows Mobile 6.0 app
I recently purchased a Honeywell Dolphin 7800 mobile scanner/computer. It is running Windows Mobile Embedded Handheld 6.5. I am writing an app for it to take inventory. I can debug to the device just fine. The app has to retrieve and update data…

TchPowDog
- 2,537
- 3
- 15
- 19
0
votes
2 answers
My Windows mobile 6.5 application very slow?
I have developed a Windows phone 6.5 application. This app is running perfectly, but some times it works horrible slow.
I have tried ClearTemp application( it clear the garbage / unused memory) but no changes in my application ?
I need to give a…

Venugopal.K
- 1
- 3
0
votes
1 answer
Windows Mobile development for PIDION BIP-7000 Smart Handheld computer
I am about to start to developed an application for BIP-7000 Smart Handheld Computer which based on Windows CE 5.0 / Windows Mobile…

Tharinda Wicky
- 388
- 4
- 16
0
votes
1 answer
Getting handle on DefWindowProc function
I want a event handler when a window is minimized. I am reading different posts in stackoverflow but not finding a complete solution. My actual issue is described here
Similar to what is asked here, I want a handle of DefWindowProc in C#. So that I…

Kevin Morocco
- 179
- 1
- 2
- 10
0
votes
2 answers
How to move txt file from Windows Mobile 6.5 to Windows7
I would like to move a file from Windows Mobile to a specific folder in Windows. The file in the mobile device is into the My Documents path.
The device is connected to the WiFi network, and the folder shared in windows is called "folder".
How…

puti26
- 431
- 3
- 14
- 31
0
votes
1 answer
Cannot make a MySQL connection in windows mobile 6 c#
I try to run this simple code and i get this error:
The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly
using MySql.Data.MySqlClient;
MySqlConnection conn = new…

likdaboo
- 180
- 1
- 1
- 11
0
votes
1 answer
hidden setting icon of start menu on windows mobile 6.5
I've got a Windows Mobile 5 and i need to hide settings icon
We have employees that don't speak English, and I need the desktop to be very simplified. I just need hide the icon settings beacause got configuration that they cant to move

user3281015
- 1
- 2
0
votes
0 answers
Proper Max Database Size and Max Buffer Size for Windows Mobile device with 128MB of RAM?
I have windows mobile device that has 128MB of RAM.
What should be the proper Max Database Size and Max Buffer Size for connection string that I use for SqlCe? ( I use Windows Mobile 6.5 and SqlCe 3.5)
Currently I have it set to 512 (for Max…

22332112
- 2,337
- 5
- 21
- 42
0
votes
1 answer
SetForegroundWindow isn't working on windows mobile 6.5
I have a auto log off functionality on my application. Which activates based on settings. When user make a re-login with different username then I have to dispose the existing form.
Here comes the main problem.
When a user open the application from…

SKD
- 402
- 4
- 12
0
votes
1 answer
Adding .xml extension to WCF service
I have a wcf service that contains xml data with the url http://msi-ecs.com.ph:8090/uom/UOMws.svc/xml/codes
Unfortunately, I need it for windows mobile and it only knows what to do with files by their mime type. This Mime type is mostly…

Lendl Leyba
- 2,287
- 3
- 34
- 49