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

Any alternative to Jquerymobile in rhodes for Windows Mobile?

I'm building one project for Cross Platforms like ios, Android, Windows Mobile using Rhostudio. I'm using jQueryMobile to get a nice look and feel. All the stuffs going well untill, Windows Mobile comes to play. As there is no support for…
user1455842
0
votes
1 answer

Vb.net application to run on desktop + windows mobile 6 - Which database to use?

i would like to build an inventory manager application that would have two versions : 1. Would run on the desktop 2. Would run on windows mobile 6 I would like to have both these versions store and read data from a database that can be stored…
0
votes
1 answer

Logging on Windows 6 Mobile application

I want to log events in a windows 6 mobile application. Am basically looking for an equivalent for Log4Net but for a mobile app. In particular I want to be able to constrain the size of the log. What recommendations to people have for logging on a…
AJM
  • 32,054
  • 48
  • 155
  • 243
0
votes
1 answer

C# - Windows Mobile - Bluetooth Pairing

I've been given the task of building a Windows Mobile app for our company that quickly pairs a device by scanning it's bar code. I can discover the device, and talk to it, but I am stuck as far as pairing. In C# / Windows Mobile 6, how do I pair a…
teynon
  • 7,540
  • 10
  • 63
  • 106
0
votes
1 answer

how to fill textboxs from dataset in vb.net, when executed following code then i got invalidCastException

Private Sub frmbranch_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Try str = "select * from EnquiryEntry Where EnquiryId=" & EnquiryId & "" ds = DAL.GetDataSetFromSQL(str) …
sathish
  • 1
  • 1
  • 1
0
votes
1 answer

Using SQL Server Compact 4.0 with Windows Mobile 6.0 and ASP.NET 3.5

I have created an ASP.NET 3.5 Website and added mobile forms to it through third party templates (since the VS designer doesn't support the old templates any more). Now I want to use some database handling in my application which will be tested…
Mamta D
  • 6,310
  • 3
  • 27
  • 41
0
votes
1 answer

XML file can't be saved in windows mobile

In simple way, I want to save some data in XML file when i tried this code it ran successfully but,unfortunately i didn't the file in the project folder or anywhere on my computer.When I changed the path also i didn't find it. The following is the…
Yasmeen
  • 10,991
  • 5
  • 16
  • 15
0
votes
1 answer

Check GPRS availability on windows mobile

I want to check that GPRS avaibility between specific time interval in windows mobile. I tried code which request google every 30 seconds using timer but it hangs system and seems costly to check every 30 seconds.. Is there any other way I can get…
k-s
  • 2,192
  • 11
  • 39
  • 73
0
votes
1 answer

C# WM6 Compact Framework Cross Thread Communication Problem

I'm having a problem updating a control on my ui from a thread created using ThreadPool.QueueUserWorkItem Inside this thread i am calling addControlToPanel(li); As shown here private delegate void addControlToPanelDelegate(ListItem li); private…
OneSHOT
  • 6,903
  • 2
  • 23
  • 24
0
votes
1 answer

Northwind database for SQL Server CE?

Is there somewhere I can get a version of the Northwind database for SQL Server CE to run on Windows Mobile 6.5 (and below) devices?
meds
  • 21,699
  • 37
  • 163
  • 314
-1
votes
2 answers

Can i consume WCF service inside windows mobile 6 project?

Can i consume WCF service inside windows mobile 6 project?? I spend many days to solve my problem of adding web reference of WCF to smartdevice project but the smae error appears. There was an error downloading…
Yasmeen
  • 10,991
  • 5
  • 16
  • 15
-1
votes
1 answer

Icon shows black dots in windows mobile 6

I'm having problems with the Icon displayed on Start menu, my icon shows some black dots inside the ico image. I opened this on Visual Studio and in IconFx but there are no black dots. I tried this on a Windows Mobile 5 and everything was fine. Does…
hyeomans
  • 4,522
  • 5
  • 24
  • 29
-1
votes
1 answer

Lat Long in Windows mobile 6 application

i am very new to windows mobile programming , I want to know how to fetch lat long or the GPS details on the phone. Please suggest me some example or the way to do it.also suggect me some good book i can refer to start the programming from the…
DharaPPatel
  • 12,035
  • 9
  • 31
  • 49
-1
votes
1 answer

Windows mobile 6.1 device classic Psion vendor

Could anyone please tell me how Enable/Disable GSM/GPRS Modem driver from code C++ or C#?
Dmitri
  • 1
-1
votes
1 answer

How do I develop a Windows Mobile application in Visual Studio 2008?

How to make Windows Mobile application in Visual Studio 2008 What is the requirement for that. What Sdk to download. please reply on this.
harshagile
  • 346
  • 1
  • 2
  • 10
1 2 3
15
16