Questions tagged [windows-mobile-6.5]

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

389 questions
0
votes
1 answer

Fetch token and post a webservice

I have a webservice written in Net Weaver gateway. I need to POST a data for which first I have to fetch an x-csrf-token. I am getting that token by a GET method. Upto there my code is working fine. But when I have to send the data using POST with…
Praveen
  • 267
  • 1
  • 9
0
votes
1 answer

Windows Mobile 6.5 Professional Font Size doesn't work

I have developed an application that uses the native microsoft WebBroswer. I have the following problem, the application opens a website, also developed where I work, and the browser does not support changing the font size (By css for example). I…
0
votes
2 answers

M3 API Toolkit ? unable to find

M3 API Toolkit ? unable to find. I want to scan rfid from M3 mobile and want to show it in the text field of the browser based application by using M3 API Toolkit !!! Need Help?
0
votes
1 answer

always use WIFI in Windows Mobile 6.5 C#

How can I force my Windows Mobile 6.5 app to always use the phone WIFI adapter, even when the phone is docked to a PC over USB. Is this possible to do in code? I've tried to use the Connection Manager API but I cannot figure out how to select a…
pac w
  • 647
  • 6
  • 17
0
votes
3 answers

Creating a compass on a non-directionally aware device

I need to develop a compass for a device we are using. This device is directionally unaware (no gyroscope), but has a GPS module. How can I make a compass, with a needle, that leads from a start coordinate (likely their current position) to an end…
test
  • 2,589
  • 2
  • 24
  • 52
0
votes
2 answers

Unable to call Webservice (asmx) from Windows Mobile 6.5 on IIS

My asmx Service is hosted on IIS. On making request from windows mobile 6.5 browser it returns HTTP 400 BAD REQUEST. While I run this service on local environment it works fine .... Kindly reply as soon as possible ... thanx
0
votes
1 answer

C# Windows Mobile MC67 Mobile Computer , how to print using Zebra RW420 via Bluetooth

I am developing a project for Windows Mobile 6.5 MC67 Mobile computer. I have to connect my MC67 Mobile computer to the Zebra printer via Bluetooth. I am developing in C# with Visual Studio 2005 Standard Edition. How to do this module.I donot know…
0
votes
2 answers

Buttons are not showing

I have this button tag: One of my customers reported that, they can see only a plain text instead of buttons. They are using THIS mobile…
Slim
  • 1,708
  • 5
  • 37
  • 60
0
votes
1 answer

Monitoring Network traffic in Windows Mobile 6.5 using C#?

I need to monitor Network Traffic of every application used in Windows Mobile 6.5 device using c#. I really don't know where to start and how to start. After searching in google, i found Netlog can be helpful for this scenario. Any Ideas? Please…
Balu
  • 513
  • 1
  • 5
  • 9
0
votes
2 answers

WCF Client from windows handheld 6.5

I am experiencing a problem which I cannot seem to solve. I have created a WCF service which is currently hosted in a console application for testing purposes. I created a client using the compact framework version of svcutil.exe and created a…
Nick Williams
  • 1,237
  • 6
  • 19
  • 40
0
votes
2 answers

HTML/JS application on Windows Mobile 6.5

I have no experience with Windows Mobile. I am looking into the possibility to deploy HTML/JS applications for Windows Mobile 6.5. If I understand correctly development is normally done through C++ or C#. According to this article Windows Mobile…
Anonymoose
  • 2,389
  • 6
  • 36
  • 69
0
votes
0 answers

Real XML to .sdf database (changed data only, same schema) for Windows Mobile 6?

I am working with SQL Server CE 3.5 for Windows Mobile 6 app development. I have created a table in one .sdf data source. I was able to write xml from .sdf data pretty easily: this.myDataSet.Titles.WriteXml("Out.xml"); However, I was never able to…
0
votes
0 answers

Why is this registry check returning null?

I'm checking if there's an entry in the registry so I'll know if I need to install SQL Compact on a Windows Mobile Device, but this request just returns null. Microsoft.Win32.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL…
cost
  • 4,420
  • 8
  • 48
  • 80
0
votes
2 answers

Should an application that updates Windows Mobile 6.5 to Compact Framework 3.5 be .NET 1.0 or native code?

I recently inherited a large mobile application, and one of the things I'm looking to improve is its installation/update process. Right now, company policy is, whenever a new version is released, we released a new CAB file and it's manually copied…
cost
  • 4,420
  • 8
  • 48
  • 80
0
votes
1 answer

Windows Mobile 6.5 and webbrowser

I have an application developed for Windows CE with compact framework 2.0. in c#, Which opens a website developed by the company I work for, using the webbrowser component Component Palette Microsoft. The site uses jquery and javascript. The…