Questions tagged [windows-mobile-6.5]

Windows mobile 6.5 is an operating system for PDAs and smartphones developed by Microsoft.

389 questions
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
1 answer

Compile SQLite to run on Windows Mobile

Here is a link to the source. http://www.sqlite.org/download.html It is written in C and I need it to run on windows mobile 6.5. Any tips on doing this?
Tim
  • 785
  • 1
  • 7
  • 20
-1
votes
2 answers

Does windows phone 6.5 support perst lite?

does windows mobile OS 6.5 support Perst lite DB for persistent storage?? or which version of perst does windows mobile os support?
Raju
  • 737
  • 2
  • 11
  • 21
-1
votes
1 answer

C# - Windows Mobile App - Kernel32.dll Error

This is my code: [System.Runtime.InteropServices.DllImport("kernel32", SetLastError =true)] private static extern bool GetSystemTime(out SYSTEMTIME systemTime); [System.Runtime.InteropServices.DllImport("kernel32",…
BurakBK
  • 100
  • 12
-1
votes
1 answer

c# Compact framework Math.Round up problem

I am using VS2008 c# , windows mobile 6.5, so I have to use the .Net Compact Framework, the problem is: When Math.Round(66.05,1) the result is 66 when the correc value should be 66.1 what can I do ? how should I use the round() function Thanks
KillemAll
  • 633
  • 1
  • 10
  • 25
-1
votes
1 answer

How can I program the speakerphone on a pocketpc running Windows Mobile 6.5?

Thanks to Josef who put me onto the right track for coding Windows Mobile 6.5 phone support. I have found some more tricks which I would like to share. Yes, I know it is old technology, but there are many devices being sold that still run mobile…
-1
votes
1 answer

Can't connect from Application

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim StringConexao As String = "Server=some_ip,1433;Database=MyDatabase;User ID=sa;Password=sa;Connection Timeout=30" Dim conn As…
-1
votes
1 answer

Convert a Windows Mobile 6.5 application to Android app with Xamarin

I have a Windows Mobile 6.5 application that a customer are interested to have the same application for Android devices. I have thought with Xamarin to migrate the application to Android platform. Is it possible or exists some other way/tool to…
stivex
  • 657
  • 1
  • 8
  • 20
-1
votes
1 answer

Trying to make a CHttpFile::SendRequest, device hangs

I'm trying to fetch contents of an URL on a WM 6.5 not so uber gizmo, using VC++ 2008 CString http_request(CString params){ CInternetSession session(_T("My Session")); // add device identifier here? CHttpConnection* pServer = NULL; CHttpFile* pFile…
Nick M
  • 2,424
  • 5
  • 34
  • 57
-1
votes
2 answers

How to set and retrieve value to a Combo-Box?

I have a combo-box in a windows mobile application. I have added items to it in the following way: cmb_task.Items.Add(new ListItem(taskid.ToString(), taskname)); I have done this b'coz i want to set a value field to the combobx to use…
Arti
  • 2,993
  • 11
  • 68
  • 121
-1
votes
1 answer

Disable SK1 and SK2 on Windows Mobile 6.5

I am wanting to disable the softkey1 and softkey2 on Windows Mobile 6.5. Below are the registries: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Today\Keys\112] @="" Open="" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Today\Keys\113] @="" Open="" When I assign…
Phillip C
  • 97
  • 1
  • 12
-2
votes
3 answers

Collection() in C#? (moving code from VB.Net to C#)

I am migrating code from VB.Net to C# for Windows Mobile 6 applications. Portion of that code is using Collection() from Microsoft.VisualBasic. Private tbNew As New Collection However, when I tried to use Collection() in C#, it gives me error. I…
user3020201
  • 67
  • 2
  • 10
-2
votes
2 answers

Access url in windows mobile 6

I need to pass some values through php file located in localhost. I need to open that url via windows mobile 6 application. Please suggest me an easy way to do it. url is something…
-4
votes
1 answer

rise the volume to maximum on Windows-Mobile 6.5

how to rise the volume to maximum on Windows-Mobile 6.5 using C# code thanks
Gali
  • 14,511
  • 28
  • 80
  • 105
1 2 3
25
26