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

connect Mysql server with windows mobile 6

i am developing a application for windows mobile 6 device. i want to update its database with Mysql server database but unfortunately this device have not any network connection facility. so i have to connect this device with PC to update the…
Nick
  • 29
  • 1
  • 1
  • 5
0
votes
5 answers

retrieve value from database and assign it in to string variable C#

I want to retrieve value from table. Please guys help me. The thing is I want to get that value and check it with a string value. this code is not working: SqlCeCommand cmd1 = new SqlCeCommand("SELECT username FROM tmpusername WHERE _id=1",…
Nick
  • 29
  • 1
  • 1
  • 5
0
votes
1 answer

How to detect and prevent screen locking when power button is pressed in windows mobile phone 6?

In my windows mobile phone 6 application, I want to detect the power button press event and prevent it from locking my phone screen. Is it possible in windows mobile phone 6? Can anybody please guide me on this?
Tejas
  • 391
  • 2
  • 7
  • 19
0
votes
1 answer

C# WM6 and Mouse Move event

I play with small but hopefuly nice app for WM6. I have noticed that there is no MouseUp and MouseDown triggered when playing with stylus (acting as a mouse) on the screen. That's ok for me, I mean I can live without it. But there is something else…
Mariusz
  • 908
  • 1
  • 13
  • 28
0
votes
1 answer

Motorola HandHeld Terminal MC75A does not Respond

I'm developing some project with Motorola MC75A. But I have some problem. I added barcode control to page and EnableScanner properties=false. When I change barcode's properties EnableScanner=True and run the project, app doesn't respond. Therefore I…
0
votes
1 answer

i want to add flash file in my windows mobile application.

I am developing application in vb.net. please help me how to add a flash file in my application.
Rizz
  • 41
  • 2
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

How can I view STDOUT from Windows Mobile 6 in Visual Studio?

I'm doing debugging of a Windows Mobile 6.5 application, using Visual Studio 2008, and it'd be nice if I could get console output while the program runs. How can I read the output of printf, from code running on the emulator, in the Visual Studio…
mimicocotopus
  • 5,280
  • 4
  • 22
  • 24
0
votes
1 answer

Why does windows mobile 6 emulator restart after each new deploy?

When I stop and re-run the debugger in Visual Studio against a Windows Mobile 6 device, the emulator restarts each time making the debugging experience extremely slow. I could understand if I made changes to the code, but this is happening…
0
votes
2 answers

Windows Mobile 6 System.PlatformNotSupportedException

I write small WM 6.1 app which read and write to xml but i get the following exception: System.PlatformNotSupportedException was unhandled Message="PlatformNotSupportedException" StackTrace: at System.Globalization.CompareInfo..ctor(Int32…
someone
  • 227
  • 6
  • 18
0
votes
1 answer

How Check Applcation Status in windows mobiles?

I need to know the application status i.e app is in resume state,active or any..programatically in windows mobile 5,6,7 OS phones. Please help me for that...
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

Textbox text not retrieving due to encoding

I'm using a chinese mobile device which has windows mobile 6.1 to run my .net CF 3.5 application.The problem I'm having is, when I enter text in a custom textbox, I see empty spaces in textbox.text in the code. Can anyone tell me how I could encode…
user961440
  • 51
  • 1
  • 1
  • 8