Questions tagged [windows-mobile-6]

Windows Mobile 6, formerly codenamed "Crossbow", was released on February 12, 2007 at the 3GSM World Congress 2007. It comes in three different versions: "Windows Mobile 6 Standard" for Smartphones (phones without touchscreens), "Windows Mobile 6 Professional" for Pocket PCs with phone functionality, and "Windows Mobile 6 Classic" for Pocket PCs without cellular radios.

Windows Mobile 6 was powered by Windows CE 5.0 (version 5.2) and was strongly linked to the then newly introduced Windows Live and Exchange 2007 products. Windows Mobile 6 Standard was first offered on the Orange's SPV E650, while Windows Mobile 6 Professional was first offered on the O2's Xda Terra. Aesthetically, Windows Mobile 6 was meant to be similar in design to the then newly released Windows Vista. Functionally, it works much like Windows Mobile 5, but with much better stability.

229 questions
0
votes
1 answer

Possible to develop "Windows Mobile 6.1" appl. with EVC4 (Embedded Visual C)?

Is it possible to develop "Windows Mobile 6.1" appl. with EVC4 (Embedded Visual C++)?
user220047
0
votes
3 answers

Possible to render html in a compact edition mobile 6 phone form?

I am wondering does anyone know if it is possible to render html in a mobile 6 form? The only way I can think that may work is the internal web browser control. I am wondering is there a better way? I am thinking if I go the path of web browser…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
2 answers

Play sound during standby on windows mobile?

I got an app which is started on a notify timer (which works on time, it writes into a debug log file). This app should play a sound, but since the device is on standby, no sound is played. I'd guess the sound device needs to be woken up, but how…
Sam
  • 28,421
  • 49
  • 167
  • 247
0
votes
1 answer

Windows mobile SDK 6.0 GPS sample not worked

These days I'm try to implement GPS application for windows mobile device. I had try Windows mobile SDK 6.0 sample but unfortunately it doesn't work. I configure GPS ports properly. It just print "On, StartingUp". longitude and latitude and other…
Prasad
  • 125
  • 2
  • 3
  • 13
0
votes
1 answer

How to show map control on windows mobile application and which service is providing that?

I am searching for How to use map control on windows mobile 6? Which service i have to use for this? Can any one help me? Thanks.
karim
  • 91
  • 4
  • 14
0
votes
1 answer

Get value of battery level OpenNetCF 2.0

I'm working on windows mobile 6.0 project using .NET CF and OpenNET CF. I'm looking to get the value of the battery from the battery life bar. Any help please?
Anouar
  • 75
  • 1
  • 12
0
votes
1 answer

CAB installation failing on new Windows Mobile 6.5 devices

We use a CAB file through a webpage to deploy our mobile application to our customers. Now with the new Windows Mobile 6.5 devices, the cab file is downloaded as a .tsk file (when using the new Internet Explorer). Naturally the installation fails to…
Morten
  • 4,507
  • 7
  • 29
  • 31
0
votes
0 answers

TMemo issue on Windows Mobile 6.1

I'm writing a very simple terminal application for Windows Mobile. It opens a serial port, and dumps whatever data is coming into a TMemo. The application works just fine on Windows Mobile 5, but on Windows Mobile 6.1, the memo acts strangely. After…
iMan Biglari
  • 4,674
  • 1
  • 38
  • 83
0
votes
1 answer

communication between windows mobile client and winforms application throw wcf

i created a wcf service to receive gps coordinates from windows mobile 6 client and save them into data base.Every thing works fine but i'm trying to send some configuration from a winforms application to the windows mobile client. Does any one have…
Anouar
  • 75
  • 1
  • 12
0
votes
1 answer

How to catch F1 and F2 in windows mobile 6?

how can I catch F2 and F1 in my device? I have to use it in my application but it doesnt work Thanks,
0
votes
1 answer

Infrared command with pocket pc

i have an infrared remote control and i want replace this with my PPC. My Mitac P550 has an infrared serial port but i dont know how to retrieve and resend the sequence of byte..... It's possible get the data with SerialPort component of .net for…
Antonio
  • 1,181
  • 4
  • 15
  • 34
0
votes
1 answer

UI library for Windows Mobile 6

I need some help finding a graphic library for Windows Mobile 6 with a control to answer some quick Yes/No questions. Something like what's shown here Also, I need to do something like this. I don't need to present it the information in the exact…
eduardods
  • 1
  • 2
0
votes
1 answer

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 dialog, it does open camera, but the they won't…
RoyT
  • 139
  • 1
  • 1
  • 14
0
votes
2 answers

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 label.
0
votes
1 answer

Getting button presses on Windows Mobile 6

I am making an application for a windows mobile smartphone, and I would like to know, using C# and the Windows Mobile 6 SDK, how can I make a window that can get input events even after minimized? Is it possible? I'm sure it is. Please let me…
QAH
  • 4,200
  • 13
  • 44
  • 52