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

EndpointNotFoundException [in Windows Mobile 6.5.3 APP]

Brief summary of the "problem": I have created a host according to these instructions: LINK; and then according to this instruction for a Windows Mobile 6.5.3 application i created the classes for the connection (via NetCFSvcUtil). Now it is so that…
Michael
  • 13
  • 2
0
votes
1 answer

Shutdown the windows mobile device from smart device application

I ave return below code but it is not working for shutdown. restart works fine for me. [DllImport("Aygshell.dll")] internal static extern bool ExitWindowsEx(uint uFlags, int dwReason); private void btnLogout_Click(object sender, EventArgs e) { …
0
votes
2 answers

column does not belong to table

try { objConn.Open(); connexion.da = new SqlCeDataAdapter("Select NUM_PHY ,NOM_CLI ,NUM_FAC ,DATE_FACT ,MODE_PAIEMENT ,DATE_REG from EXP WHERE NOM_CLI=@client =@vari", objConn); …
user3658555
  • 17
  • 1
  • 5
0
votes
1 answer

System.Drawing Image.FromFile

ImageList listImages = new ImageList(); String[] imageFiles = Directory.GetFiles(@"C:\icones"); foreach (var file in imageFiles) { //ajouter images a la listeImages listImages.Images.Add(Image.FromFile(file)); } I want to…
user3658555
  • 17
  • 1
  • 5
0
votes
0 answers

change windows phone 6 profile [normal,silent,vibrate] not taking effect on the main screen?

i have problem that i need to switch on my application the phone profile to silent [normal ,vibrate ,Silent, Automatique , Loud] so i found solution to modify the "ActiveProfile" registry key like this RegistryKey registryKey =…
0
votes
1 answer
0
votes
1 answer

Turn on/off Leds and Torch on Windows Mobile

Sorry for my question. I searched on Internet for tutorials or helps but I had not result. I want to make some little apps for my Windows Mobile 6.X device. I can made little programs in C and for ".net compact framework 3.5", but I can't do a lot…
Mich-C
  • 3
  • 6
0
votes
1 answer

Windows mobile 6 self updating app

Is it possible to create an application for windows mobile 6 that can either periodically or on demand update itself to the latest version? I was thinking of maybe creating a project containing 2 solutions, the first one runs on execution and…
0
votes
1 answer

Hide/show Button at runtime

I need your help with c# and some graphic issues: I'm developing a very simple application. There is a unique form called DeltaPregView, a controller for the form called DeltaPregController and a class that contains the Main of the project: Main…
superpuccio
  • 11,674
  • 8
  • 65
  • 93
0
votes
1 answer

Registering DLL on windows mobile 6

I have a DLL file that contains an ActiveX control that I need to register it programmatically by code. here is the code I am using to register that DLL file but it keeps giving me "The system cannot find the file specified" when calling the Start…
user2586756
  • 41
  • 1
  • 6
0
votes
1 answer

How to make terms of service for windows mobile + How do I make a setup msi file?

I want to make a Terms of service that must be accepted before you install the application. How do I do this in Visual Studios 2008. Edit I want to make a setup msi that will install the application on their phone through active sync. I have the cab…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
0 answers

Windows Mobile 6 Emulator fails to launch Visual Studio 2008 Project

Whenever i try to debug a solution for windows mobile 6 I am met with this error The project works on other machines around the office and has worked on my machine before. My guess is a setting has changed on my machine that is causing this to…
AJ_Cemprola
  • 143
  • 2
  • 9
0
votes
3 answers

Web Reference not updated in VS2008

I am currently maintaining a Windows Mobile 6 app. I am trying to update the web reference added, but get the following error: "The custom tool MSDiscoCodeGenerator failed. Could not retrieve the current project." I removed the .Net Compact…
user1269016
0
votes
1 answer

Why can't you see textboxes in Windows mobile standard?

I am looking at windows mobile standard(non touch screen). I dragged in some text boxes and when I run it you don't see them. You only see them if you go if the arrows and move them around. I find that kinda stupid how would I person know where a…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
0 answers

NullPointerException when enabling/disabling scanner from barcode data input handler

I'm developing for a Motorola barcode scanner and it seems I'm having some threading issue. When I set barcode_OnRead() as a handler for input from the scanner and manipulate the state of the scanner in the same flow, I get a NullPointerException…
Maciej Trybiło
  • 1,187
  • 8
  • 20