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

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
Imran Qadir Baksh - Baloch
  • 32,612
  • 68
  • 179
  • 322
0
votes
1 answer

How to automatically add all files/folder of application when using a Smart Device CAB Project?

I have founding lot of difficulty in a Smart Device CAB Project. I have created an application in Windows Mobile 6.5. Then I have created a CAB project. But it's pain for me to manually add folder/files in the project. I there is any way to…
0
votes
1 answer

How to set the timezone to UTC?

I need to convert the Timezone of my windows mobile 6.5 application to UTC in C# 4.0? Is it possible to change the timezone to UTC?
Imran Qadir Baksh - Baloch
  • 32,612
  • 68
  • 179
  • 322
0
votes
1 answer

Window media player in windows mobile 6 application developement

I am developing windows mobile 6.5 application, in which i have to use window media player to play videos in the application. Please help me or give reference of any website which contains information about using window media player in windows…
0
votes
1 answer

How to put tab on top in windows mobile 6.5

I m creating a windows mobile application. In the application i have a tab control , by default the position of tab page menu is comming at buttom but i wanted it on top. Is there any way to do it. Any help appreciated Thanks in Advance
Attri
  • 217
  • 5
  • 14
0
votes
2 answers

How to Create pop up screen on windows mobile 6.5

I'm very new to creating Windows Mobile applications. I have a Submit button on a form and at the button click I want to open a small popup that overlaps the current window with checkbox and button. After clicking the button on pop up form will…
Attri
  • 217
  • 5
  • 14
0
votes
1 answer

scan text (optical character recognition)

Is it possible to develop an app for windows mobile 6.5 that can scan/read text (Optical Character Recognition)? Or if there was an app that existed like that? I am about to develop an app that would require that function, and not being familiar to…
SleepNot
  • 2,982
  • 10
  • 43
  • 72
0
votes
1 answer

Opening XML files with notepad program in Windows mobile 6/6.5

So, I have a windows mobile 6 application, written with .NET CF which loads its settings from an XML file. The problem is that windows 6.5 opens xml files using the browser and I don't see any "open with" option anywhere. I am using a free…
Jonny
  • 2,787
  • 10
  • 40
  • 62
0
votes
1 answer

Problems using ImageHelper to resize images on OpenNetCF with HTC T3333

I use the class ImageHelper who was quoted in the article of Chris Tacke to resize large images on Compact Framework, using OpenNetCF.Drawing namespace. In many devices that have Windows Mobile 6.5 version Embebbed the class worked perfectly.…
0
votes
1 answer

Synchronise local database cache with a condition

To synchronize data between my handheld app and a back end app, I'm using a WCF service library together with a local database cache (as described here and here). The synchronization works. A user of a handheld only needs a subset of the data.…
robor
  • 2,969
  • 2
  • 31
  • 48
0
votes
1 answer

Windows mobile 6.5 IME

Is that possible to send characters to currently open text box via IME ? What I am trying to do is that I have Bluetooth module that handles connection between Bluetooth keyboard and windows mobile device , when user press key on Bluetooth keyboard…
Ahmed
  • 814
  • 2
  • 19
  • 38
0
votes
2 answers

Barcode scanner stops on Motorola MC 75A

I have a multi-form Windows mobile application that accesses the barcode scanner of the MC75 using the EMDK (version 2.6). I access the barcode scanner using a Singleton. When the application starts I call barcodereader.Actions.Enable() and when the…
RichyL
  • 16
  • 1
  • 2
0
votes
1 answer

Windows mobile API's Reference link?

Please tell me what are API's are available in windows mobile.tell me the reference links for that.
0
votes
1 answer

Kill Multithreaded Process

Windows Mobile 6.5 I have a process which uses System.Threading.Timer upload some data to net at specified intervals. Now I want to terminate this process from a GUI application. I can use process enumerator to get Process object. What happens when…
ASR
  • 429
  • 3
  • 6
  • 16
0
votes
3 answers

Displaying a progress bar or wait message

I want to display progress bar / wait message on any process in windows mobile. I tried displaying simple text "Please wait..." and wrote Application.DoEvents() but it is not displaying it nor progress bar. Is there any way or other thing I need to…
k-s
  • 2,192
  • 11
  • 39
  • 73