Windows mobile 6.5 is an operating system for PDAs and smartphones developed by Microsoft.
1
vote
0answers
15 views
.NET CF : Scrolling Issue (SB_TOP does not work)
(.NET CF/Windows Mobile 6.5) I have a panel which contains some controls. I am using the below pInvoke to set the panel's scroll bar to the Top, with the page scrolled all the way up.
private ...
0
votes
1answer
20 views
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.
...
1
vote
1answer
38 views
There is a file sharing violation. SQL Server CE 3.5 SP2
I've been getting this random issue in my .NET CF application that uses a SQL Server CE 3.5 SP2 database.
When the CF application starts up it performs database maintenance to verify the .SDF ...
0
votes
1answer
17 views
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 ...
0
votes
1answer
40 views
Log exceptions and events in Windows mobile 6.5.3 CF 3.5
I am writing windows mobile (6.5.3) application on MC9190 device (CF 3.5). I want to log certain events (e.g. user login info) and any runtime exceptions occurred. How can I do that?
I tried to use ...
0
votes
0answers
31 views
Keytool error importing SSL certificate into J9 keystore
We trying to import main certificate into keystore caserts J9 mobile VM. The exception:
keytool error: java.security.NoSuchAlgorithmException: 1.2.840.113549.1.1.11
Certificates algorithm is ...
0
votes
1answer
30 views
Symbol.Imaging.Device.AvailableDevices throwing exception in windows mobile 6.5
In windows mobile 6.5 when Symbol.Imaging.Device.AvailableDevices is accessed it is throwing exception as 'IMAGE_FindFirst failed: Can't find PInvoke DLL 'ImgApi32.dll''. Can anyone tell what is ...
0
votes
0answers
30 views
Deploy a Visual Studio application in a recently installed emulator
I'm trying to deploy an Visual Studio 2008 application in an emulator. I've downloaded the Windows Mobile 6.5.3 Professional DTK from this page, which comes with some emulators.
The Emulator Manager ...
0
votes
1answer
27 views
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 ...
0
votes
1answer
18 views
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 ...
0
votes
1answer
45 views
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 ...
0
votes
0answers
15 views
How do I fix MC55a app closure upon scanning
We have multiple MC55a symbols that we use for Tray tracking purposes in our food service operations. We use a Tray InMotion app from Computrition . The OS is Windows 6.5 and we have Datawedge and ...
1
vote
2answers
35 views
Failure to deploy application to mobile device
I got the following error message from Visual Studio at deploy stage to the mobile device:
An operation was attempted on something that is not a socket
The only solution that worked was removing ...
0
votes
1answer
27 views
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 ...
0
votes
0answers
28 views
Does ConnMgrEstablishConnectionSync prevent winsock connections?
My winmobile 6.5 application connects via winsock api to another application on the device. This works well. However when my application also establishes an 3G connection via ...
0
votes
1answer
124 views
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, ...
0
votes
0answers
80 views
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 ...
0
votes
1answer
110 views
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 ...
0
votes
1answer
55 views
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 ...
0
votes
1answer
94 views
Close remaining/other forms in Windows Mobile 6.5 (Flag Clear Top / Pop to Root)
Suppose I have forms A,B and C. I open frmB from frmA by: frmB B = new frmB(); B.show();
And then opens frmC from frmB by: frmC C = new frmC(); C.show(); I do not close forms A and B just in ...
0
votes
2answers
95 views
Is there a tool like Dependency Walker that can be run on a Windows CE 6.5 mobile device?
I am trying to port an application from eMbedded Visual C++ 4.0 to Visual Studio 2008, and trying to get it to work with a Windows Embeded Handheld (6.5 Professional).
I have the compiler errors all ...
0
votes
1answer
94 views
windows mobile force dhcp renew
We have several Windows Mobile 6.5 device deployed and a few of them will occasionally lose the ability to connect to the Internet. I've been able to reproduce the issue by switching from Wi-Fi to 3G ...
0
votes
0answers
38 views
one form designing is as background of other form in windows mobile and resco toolkit?
I have just started to develop in windows mobile using resco toolkit. i want to display error message of form not with messagebox but with multiline error message and button to try again, so i have ...
0
votes
1answer
149 views
windows mobile camera frozen
I'm developing a windows mobile 6 application that allows user to take image and send it back to server. It works fine, but sometimes, users tell me that when they press the button which opens camera ...
0
votes
1answer
150 views
Form layout in Visual Studio 2008 (mobile)
I'm just starting on a quick proof of concept application intended for use on Windows Mobile 6.5 devices. I'm using the Visual Studio 2008 (9.0.21022.8) form designer to create a simple GUI as per the ...
0
votes
1answer
396 views
Missing Data.SqlClient namespace in SmartDevice project (Windows Mobile)
I start programing on Windows Mobile 6.5.
I install VS2008, SDK 6.0 and DTK 6.5.3. Create project (WM 6.0, .NET 3.5) and the is no using System.Data.SqlClient. I System.Data only is Common, SqlTypes.
...
0
votes
1answer
212 views
Disable Windows Mobile from using Data Connection through USB or Bluetooth
Everytime I connect my Motorola MC 65 running Windows Mobile 6.5 to my computer using USB or Bluetooth, it begins to use the data connection through the computer rather than maintaining the connection ...
1
vote
2answers
115 views
Windows Mobile/Compact Framework: Detect form move
I have a compact framework forms application that, among other things, displays popup windows that are not the full window size.
As things stand, it is possible when one of these popups is displayed ...
0
votes
2answers
115 views
How to avoid writing the zero size file to storage card in windows mobile 6.5 device using C#?
I am developing a smart device application in windows mobile 6.5 with .NET CF 3.5 using C#.
user will use this application to write xml file to storage card, every day around have 5000 xml files to be ...
0
votes
0answers
160 views
Camera not working on Windows Mobile 6.5
I have an application for Motorola MC9500 series that uses the device camera.
I use the following method to init the Imager:
Symbol.Generic.Device MyDevice;
int i = 0;
if ...
-1
votes
1answer
76 views
Disable SK1 and SK2 on Windows Mobile 6.5
I am wanting to disable the softkey1 and softkey2 on Windows Mobile 6.5. Below are the registries:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Today\Keys\112]
@=""
Open=""
...
-1
votes
2answers
5k views
How to ActiveSync Windows Mobile 6 to windows 8 [closed]
I have some devices with Windows CE 5, CE 6, Windows Mobile 6.1 and 6.5.
Synchronizing with ActiveSycn 4.5 on XP and Windows 7 I have no problems.
Now I'm facing the new Windows 8 and I cannot ...
0
votes
2answers
151 views
How to Change height of label dynamically in windows mobile 6.5
In my app i will get text from server whose length is unknown. can some one give idea for how to change the height of label so that the text will not get cutted off if is larger than the length of ...
0
votes
1answer
176 views
ConnectionLinkFailed on GPRS connection
I'm using this sample code by CodeProject to connect to GPRS in a Windows Mobile in C#.
I tried the code and it works fine. However, sometimes I get a message saying "ConnectionLinkFailed" and I ...
0
votes
0answers
129 views
Blank Dialog on MessageBox on Windows Mobile 6.5
I use MessageBox in some moments of my application or ask something to alert the user, but in some situations the MessageBox appears on the screen without the dialog box, showing only the buttons and ...
-1
votes
1answer
72 views
Purchasing Windows Mobile 6.5 [closed]
I want to purchase ~200 WM 6.5 mobile sets preferably of HTC and Mobile. I need advice which model should I go for in terms of battery life and durability. Also suggest me where should I be able to ...
0
votes
1answer
125 views
How to dial a number programmatically in Pocket PC?
I am creating an app using Pocket VB.NET in VS 2008 for the Windows Mobile 6.5. I have a button on the form. When I tap the button, I want the phone to dial a pre-programmed number. How do I do that?
...
1
vote
1answer
183 views
Motorola MC9596 kiosk mode
I'm developing my first application to MC9596 mobile device (OS: Windows Mobile 6.5). The goal is to create an application in 'kiosk mode', that means user can only use this application on mobile ...
0
votes
0answers
335 views
Windows Mobile 6.5 file system crash on Motorola MC55/MC65
I have the same problem. We use also Motorola MC55 and Motorola M65 device with Windows Mobile 6.5. On the device runs a .NET 3.5 Windows Forms application with a SQL CE 3.5 database. The program ...
1
vote
1answer
87 views
Is there a way to enable FIPS mode on a Windows Mobile device?
I'm using a Windows Mobile 6.5 device, and was wondering, is there a way to enable FIPS only mode on it, the way you can in Windows 7 and XP?
The equivalent setting I've found on a desktop OS is:
...
0
votes
1answer
169 views
Pass value to label variable in Zebra using Windows Mobile
If I have a variable text and QR Code on my pre-made label in my Zebra printer. How could I pass values to the 2 variables using Windows Mobile 6?
0
votes
2answers
225 views
Prevent button getting focus
I have a solution with several forms, each may have TextBox's/controls and a button to show the SIP (the bottom bar is hidden).
When the user clicks my SIP button, the SIP is enabled but the focus is ...
0
votes
2answers
134 views
How to make a form draggable in mobile 6.5
I'm developing an aplication for windows mobile 6.5 (c#, .net, compact framework) and i'm having a hard time finding how to drag my form up and down without using the default scroll bar.
My form is ...
0
votes
1answer
94 views
I want to send mail to custom domain email provider in windows mobile application
I want to send mail from my windows mobile application.
I have configured new mail account on windows mobile emulator 6.5.3. with custom domain email provider,
Now I am able to send and receive mails ...
0
votes
1answer
243 views
Camera Resolution change in windows mobile 6.5
I wanted to change the camera resolution in windows mobile 6.5 through code. but its not working my code snippet is below.
CameraCaptureDialog cameraCaptureDialog = new CameraCaptureDialog();
...
0
votes
0answers
119 views
Windows mobile forms not disposing
I'm switching forms in a windows mobile 6.5 app using the following code:
Form oldForm = this;
Form newForm = new Form();
Main x = new Main();
x.ShowDialog();
oldForm.Dispose();
or the following:
...
0
votes
1answer
213 views
Hide the menuBar in Camera capture dialog in windows mobile 6.5
I wanted to hide the menuBar in Camera capture dialog in windows mobile 6.5 development.
0
votes
1answer
125 views
WireShark/Fiddler like Network Capturing Tool for Windows Mobile 6
Is there any WireShark/Fiddler like Network Capturing Tool for Windows Mobile 6? I want to debug the network traffic of my mobile
1
vote
1answer
225 views
Unable to hide SIP menu bar when showing and re-hiding SIP
I have a Windows Mobile 6 solution where I'm trying to hide the bottom bar. I have my own button to display the SIP (it's larger and easier for the user to click on than the standard one). This brings ...
0
votes
0answers
190 views
Windows Mobile 6.5 popup menu spacing
I am trying to modify the size of the popup menus on a device running Windows Mobile 6.5. I've come across the following two registry keys that change the size and weight of the fonts in the popup ...


