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
-1
votes
1 answer

a parameter is missing. parameter ordinal = 1 dataAdapter

This is my code: String client = textbox.text; try { connexion.da = new SqlCeDataAdapter("Select NOM_PRENOM ,NUM_FAC_CLI ,SOLDE_RESTANT ,DATE_FACT ,MODE_PAIEMENT from EXP WHERE NOM_PRENOM_CLI=@client ", connexion.objConn); …
user3658555
  • 17
  • 1
  • 5
-2
votes
2 answers

error: unable to open database file, SQLiteException was unhandled

My project has a reference to SQLite.Interop.066.dll and even after putting in the correct path to the SQLite database, the application is still unable to find it. A SQLiteException was unhandled is returned. SQLiteConnection conn = new…
rose
  • 29
  • 2
  • 7
-2
votes
1 answer

Print and Export to USB (File Format: XML/CSV/Excel) Functionality in Smart device[Symbo Motoroal MC75(Windows Mobile 6.1)] application?

I have a form which contains combo boxes, textboxes and a data grid with many rows. I want to take print out (with generated barcode [application generating barcode as image]) and also want to export the data in that page as CSV/XML/Excel format to…
-2
votes
1 answer

Programming apps for windows hand-held terminal device [Motorola MC67]

I have a motorola mc67 which runs with windows CE and i need to create a program for this device. I am using visual studio 2015 CE right now and i don't even know where to start a project. Tried to create a web application instead but device doesn't…
Arefi Clayton
  • 841
  • 2
  • 10
  • 19
1 2 3
15
16