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
2 answers
Disable SmartMinimize Hard button/ OK hardbutton in windows mobile 6.5.3
I am not able to disable "OK" hardware button from my code. To disable other buttons I am using
private void DisableButton(IntPtr Handle, Int32 code)
{
UnregisterFunc1(KeyModifiers.Windows, code);
…

rakesh kashyap
- 1,418
- 22
- 41
0
votes
3 answers
Debugging Win Mobile 6 App with Visual Studio 2008
When I go in to debug the app, it asks me to choose where I would like to deploy it. When I select Windows Mobile 6.5.3 Professional Emulator and click the Deploy button, it starts to work and throws up a command line and then it goes away and…

Brad Wickwire
- 1,093
- 4
- 16
- 29
0
votes
1 answer
Create a Taskbar Icon in Windows Mobile 6.5?
Hi All,
I have a requirement to build an app for windows mobile 6.5, which will display an icon in the taskbar (at the top to the left of the volume,clock and wireless icons) and respond to an onclick event. I have found references describing how to…

dachyon
- 103
- 2
- 6
0
votes
1 answer
Programmatically connect/sync to WMDC via bluetooth with WM6.5 device
I've been looking around for a way to create this connection automatically and I haven't been able to find anything. I've looked at the 32feet library as well as some others, and while I can use them to "connect" to the device, they don't seem to…

JWrightII
- 942
- 11
- 26
0
votes
1 answer
Windows mobile shows incorrect image size
I am trying to create an application for WinMobile using SmartDevice project in VS2008 for Motorola device. I am adding image to the form. It looks good in editor and emulator but when I run it on my device, image looks smaller in two times then…

Roman
- 391
- 2
- 4
- 17
0
votes
1 answer
How to intercept minimize message on WM 6.5
I was trying to intercept the WM_SIZE message sent by the "X" button on windows mobile 6.5. I know that this message along with the minimize value in wParam can be used to do whatever we want.
However, the problem is, even if I implement my own…

ravindu1024
- 1,496
- 1
- 13
- 30
0
votes
1 answer
c# motorola use datawedge only in textboxes
I use datawedge to scan barcodes in my windows mobile c#.net cf application, which works quite nice.
i use a motorola es 400 for my software.
But I have the problem, that datawedge works "everywhere": In the textboxes and also on buttons,…

abc
- 2,285
- 5
- 29
- 64
0
votes
1 answer
Symbol Device Kill Process
I'm trying to see how many instances of an application are running on a MC65 device, a Windows Mobile 6.5 device. Then if there is more than one instance of the application running kill all instances and run the application. I've tried that code…

GH23
- 27
- 7
0
votes
1 answer
Amazon DynamoDB for Windows Mobile
I need to use DynamoDB in Win Mobile application (I'm using VS2008 and Smart Device project). I can find a lot of SDK for different platforms at Amazon site, but can't find SDK for Win Mobile. Can I use some tricks to handle this with some of…

Roman
- 391
- 2
- 4
- 17
0
votes
2 answers
Capture keypress sequence in Windows Mobile device
I need to capture a keypress sequence from a Windows Mobile device to trigger a duress event. If my application was the only thing running I would use a base form event handler to check the keypress BUT... as the application could launch a browser…

TeamWild
- 2,460
- 8
- 43
- 53
0
votes
1 answer
RegistryNotifyCallback equivalent for Windows Phone
In Windows Mobile I could use RegistryNotifyCallback and get notified when certain data changed.
Is there any equivalent to this function in Windows Phone 8?
Since RegistryNotifyCallback was used in C++ (unmanaged code) and WP uses .Net (managed…

drl
- 811
- 2
- 11
- 21
0
votes
1 answer
Signed .CAB results in "Unknown publisher" on windows mobile 6.5
I have purchased a certificate from http://www.ksoftware.net/ which I use to sign a .CAB file used for installation of our software on windows mobile 6.5 devices. However, even after signing the .CAB, when attempting to install the application on…

unohoo
- 378
- 4
- 14
0
votes
0 answers
How to handle Blue/Orange button on Motorola MC55 or MC65 (Hardware button)
i am working with Motorola MC55/MC65, and i found using Symbol.Keyboard.KeyPad but when i create an instance from "KeyPad" it's crashing with exception "KeyState notification is not supported".
Stack Trace like below;
at v.h(IntPtr A_0, UInt32…
0
votes
1 answer
Regarding : Random native exception from .NET Compact Framework 3.5 application - ES400 Specifics
Came across the question Random native exception from .NET Compact Framework 3.5 application and have an identical crash dump for an ES400, but the solution is rather vague and I need clarification regarding the solution specifics and effect of the…

Matt
- 377
- 4
- 17
0
votes
1 answer
Looking for working SQLLite.Data and interop dll with compact framework on windows mobile 6
Can anyone provide me, working DLL for sqllite on compact framework,
From the forum i found, that some build has error for compact framework, and i am unable to compile c and c++ binary.
So it will be great if some one provide me working dll of…

HMP
- 31
- 2