Questions tagged [windows-mobile-6.5]

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

389 questions
2
votes
1 answer

How do I install an app onto Win Mobile 6.5 device so it appears on the desktop/start menu?

I created a CAB project and the installer runs fine on my mobile device, but I have to go to the explorer and open "Program Files/My APP" to find the exe and launch it. Is there some action I have to take in the config of the setup project or during…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
3 answers

How can I hide the little keyboard popup in Windows Mobile 6.5? (c#)

I have an app that is essentially a wizard that goes through some dialog boxes. One of the forms has just a button on it that brings up the common "take picture" dialog. After that picture functionality is dismissed the little keyboard icon shows…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
1 answer

Toolbar button sizes in windows mobile 6.5.3

We have a VB.net CF2.0 Apllication that up until now has run on windows mobile platforms from 2003 to 6.0 without any major issues. Our current team use HP iPAQ devices running winodws 6.0 and everything runs fine. There is a good, hardware related…
2
votes
1 answer

SWT 3.7.2 Browser Widget | Internet Explorer Mobile 6

I am developing Java for Handheld Devices. I want to implement a Browser Widget, but Java throws an Exception: java.lang.NoClassDefFoundError: org.eclipse.swt.browser.Browser Now I am not sure if the OS and the Webbrowser are not compatible with the…
2
votes
0 answers

"Unable to find dependency..." when building smart device CAB project in VS2008

I'm trying to get a Setup project to build, and it does but with a Warning saying: Unable to find dependency 'mscorlib' (Signature='969DB8053D3322AC' Version='2.0.0.0') of assembly 'Microsoft.WindowsMobile.Samples.Location.dll' The solution also…
2
votes
1 answer

Error 1359 Setting Bluetooth Radio Mode Windows Embedded Handheld 6.5

Using In The Hand 32feet library for .NET Compact Framework 3.5, when runing their sample project Chat2Device on a Datalogic Scorpio X3 running Windows Embedded Handheld 6.5 Professional CE OS 5.2.29366 Build 29366.5.3.12.48 the command to switch…
Malcolm McCaffery
  • 2,468
  • 1
  • 22
  • 43
2
votes
1 answer

Windows Mobile SDK 6 Confusion

I am upgrading my Windows Mobile 5 project to a Windows Mobile 6 project. The first step (at least so it seems to me) is to get the Windows Mobile 6 SDK installed. When I went searching for this I found the following installs that both seemed to fit…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
2
votes
1 answer

How to port the code of an application on Windows Mobile 6.5 to Windows Phone 7?

I have an application running successfully on Windows Mobile 6.5. Is it possible to port that application to Windows Phone 7?
njays
  • 41
  • 4
2
votes
1 answer

ftp upload/download in c# for windows mobile 6.5 with opencf.net.ftp

I tried to make an ftp upload and download but it is going all time to Nullreference error. It can be that the opennetcf.net.ftp is not the best way to solve the problem? Can anyone help me to solve the problem? namespace ftp_load { public…
2
votes
1 answer

How to Install QueryAnalyzer on Windows Mobile 6.5?

I don't know if it is just me, but searching on google didn't reveal me answer to my question "How to install QueryAnalyzer for SQL Compact 3.5 DB on Windows Mobile 6.5 Professional emulator device". Does somebody knows how to do it?
Bero
  • 229
  • 1
  • 3
  • 16
2
votes
1 answer

Connect to WiFi when no Wireless Zero Config adapter is available

I've been using OpenNetCF SDF for years to connect to WiFi on an app I wrote. My manufacturer has a new device that no longer has a wireless zero config adapter, so I'm forced to work around the issue. I've searched for days on how to Find nearby…
Kyver
  • 37
  • 3
2
votes
1 answer

HTC HD2 device emulator

I'm new to the Windows Mobile scene, but I have made a few Symbian apps before. When I was making those apps the target device was always a Nokia, and Nokia is good about providing specific device emulators. Despite my best search efforts the only…
ubiquibacon
  • 10,451
  • 28
  • 109
  • 179
2
votes
1 answer

Alternative for "System.Security.Cryptography.Pkcs" on Windows Mobile 6

For quite some time, I search an alternative for “System.Security.Cryptography.Pkcs” on a Windows Mobile application developed with C# and DotNetFramework 3.5. In fact, I want sign and encrypt a XML file. I’ve already realized this operation on a…
Amatukami
  • 93
  • 1
  • 7
2
votes
2 answers

How to remove hanging start up application (windows mobile)?

I am developing a native application for Windows Mobile 6.5 (Samsung Omnia II i8000). After making some changes, my application hangs when it is run. The problem is my application is also run during Start Up (via \windows\startup shortcut) and…
Afriza N. Arief
  • 7,696
  • 5
  • 47
  • 74
2
votes
0 answers

Windows Mobile 6.5 Authentication Soap Header

How do you add a username/password to a Soap header via a Windows Mobile 6.5 application for an outbound web service call? I have successfully achieved this in the full .Net framework by specifying the SoapExtension in the App.Config/Web.Config…
1 2
3
25 26