Questions tagged [windows-mobile-6.5]

Windows mobile 6.5 is an operating system for PDAs and smartphones developed by Microsoft.

389 questions
1
vote
1 answer

Start navigation or maps application on Windows Mobile

Is there a way to start maps or navigation application programmatically on Windows Mobile (6.5)? I am looking for something similar to Android where you can pass location encoded into uri to view and the system will then automatically start whatever…
Alex Gdalevich
  • 685
  • 7
  • 15
1
vote
0 answers

Microsoft wceload tool kills all running processes

The tool that is placed in \Windows\ called wceload.exe kills all programs (some .NET program) except system ones (like Programs, Settings or FileExplorer) while installing a CAB file. The issue occurs on Windows Mobile 6.5, on Windows Mobile 5.0…
algorytmus
  • 953
  • 2
  • 9
  • 28
1
vote
1 answer

Toolbox controls not active in VS2008

i install Visual studio 2008 and install windows mobile 5.0 pocket pc SDK to create my own app and deploy it but when i create new project the toolbox controls are not active i don't what is the problem can any one help me???
Yasmeen
  • 10,991
  • 5
  • 16
  • 15
1
vote
2 answers

C# customcontrol OnMouseDown - always get wrong Y position

I am struggling in a project on Windows Mobile 6.5. I am writing a custom-controls that can plot lines of where the user has clicked on the custom-controls. I am facing a problem that the OnMouseDown(MouseEventArgs e) is not returning correct e.Y…
1
vote
2 answers

Precision using VariantCopyInd

I am using VariantCopyInd . The source contains 1111.199999999. However after VariantCopyInd the value gets rounded off in the destination as 1111.200000. I would like to retain the original value . how can this be achieved ?
sameer karjatkar
  • 2,017
  • 4
  • 23
  • 43
1
vote
1 answer

jQuery mobile 1.0, will it support windows mobile 6.5?

We are developing a web application in jQuery mobile. I'm testing my application in Windows mobile 6.5. In that, jQuery mobile 1.0 and jQuery 1.6.4 plugins were used. I want to know whether jQuery mobile 1.0, will support to Windows mobile 6.5…
selladurai
  • 6,491
  • 14
  • 56
  • 88
1
vote
1 answer

how to fetch correct PhoneSignalStrength in WM 6.5 C#

I am using SystemState.phonesignalStrength property to fetch signal strength in my Windows Mobile Application 6.5(C#) for HTC HD 8585, Problem With this property is that it always gives 100 value as signalstrength even if there is no sim in phone or…
gagan sharma
  • 256
  • 1
  • 4
  • 18
1
vote
1 answer

TreeNode name in C# CF

I'm building an application with the .NET Compact Framework v3.5 with C# using Visual Studio 2008. The OS is Windows Mobile 6.5.3 For listing articles I want to use a TreeView, but I can't figure out how to give the node its own identifier. This is…
user1029650
1
vote
1 answer

Windows Mobile C# application with database

I am writing a prototype application in Windows Mobile 6.5 device. The objective of the app is to ask user for some inputs, collect data and store into local database and on a server. I am done with creating GUI (in C#) of the application which…
Ashish Vyas
  • 617
  • 1
  • 5
  • 19
1
vote
1 answer

How do I copy files to "program files\\my application" for Windows Mobile (6.5) emulator?

I am trying to test my mobile app and am not sure why I can't get my files deployed or copied to the emulator. How can I deploy or add files to my applicaiton or program files directory? EDIT I am able to get this to work in some sense, but not the…
Tim
  • 20,184
  • 24
  • 117
  • 214
1
vote
3 answers

Where can I get pkfuncs.h (and access to KernelIoControl)?

I'm trying to call KernelIoControl but can't find the header file pkfuncs.h anywhere. I'm wondering if: a) Is there a secret download I need? b) Or is it not present because the device's SDK I'm using (Casio) does not include these libraries? Also…
noelicus
  • 14,468
  • 3
  • 92
  • 111
1
vote
3 answers

How to fix C# error "The type or namespace name '[x]' could not be found (are you missing a using directive or an assembly reference?)"

I would like to use the open source code from here - Roger Lipscombe's .NET wizard form classes. Unfortunately for me my target is a Windows Mobile 6.5 device and not a Win7/VS 2010 project. So since I could not use the projects as is I decided to…
Tim
  • 20,184
  • 24
  • 117
  • 214
1
vote
1 answer

Internet Explorer (WM6.5) - How to increase TimeOut limit after page submit?

I'm testing a webpage that after a submit triggers a very heavy process on the server backend. Unfortunately the processing takes so long that after some 40 seconds Internet explorer displays this error page. This is definitely a timeout error…
1
vote
1 answer

GPS connection is lost and does not recover

We have developed an application on Windows.net mobile framework and it is used on a Windows 6.5 Smartphone. for our location based application. Our application is real time and tracks our employees. We are finding that the device loses its GPS…
Sandy
  • 11
  • 1
1
vote
1 answer

how to bring up start menu in windows mobile 6.5 app (full screen) in vb.net compact

My app is built in vb.net compact. All these years in all versions when user taps at the top or bottom of the screen (depending on where the task bar is located) it brings up the task bar and start menu fine. But now the latest OS build doesn't do…
coder
  • 4,121
  • 14
  • 53
  • 88