| Thread | Last Post | Replies |
|
| Compact Framework 2 and PPC 2003 do they match? | 04 Mar 2006 23:07 GMT | 7 |
Simple question: can I install and run an application written using Compact Framework 2 on a Windows Mobile 2003 PPC? And: Is the CF 2 released as a final version?
|
| System.Diagnostics.Debug.WriteLine C# | 04 Mar 2006 22:58 GMT | 4 |
Have several of these in my C# smartdevice project targerted as DEBUG mode; Pocket PC 2003 device running .NET CF 1.1/. But these debug statements do not appear in the VS2003 Output Window ? Is this normal ? Can one get these messages ? Any settings to enable remote
|
| Developing for Axim 51? | 04 Mar 2006 21:51 GMT | 7 |
I've been writing programs that worked on my old iPAQ 3600 and have recently purchased a Dell Axim 51. The iPAQ 3600 programs don't install on the Dell. Is this is because the iPAQ and Dell are different CPUs? If so, how do I install the necessary software to develop for the Dell ...
|
| Pocket PC VB programming tips | 04 Mar 2006 21:51 GMT | 1 |
I took a VB .NET course not too long ago, so I'm still a raw beginner. That said, I was wondering if someone could point me to some good sites that go over developing simple VB .NET programs for Pocket PC handhelds. Also... I have Visual Studio 2003 installed. Is that all I ...
|
| Transfer Data Between WM5 device and Desktop | 04 Mar 2006 21:16 GMT | 6 |
SQLCE is great to store data on the mobile device, but the only way to move data between the Pocket PC and an SQL Database on the desktop (or remote on another computer) is with either Remote Data Access or Merge Replication. Rob Tiffany's text "SQL Server CE Database Development ...
|
| linking error | 04 Mar 2006 10:45 GMT | 1 |
I have created a simple dialog based application and added a static integer variable and using it into class. when i build project i am getting following error: Dlg3ComboDlg.obj : error LNK2001: unresolved external symbol "public: static
|
| Threads are so slow in CF 1.x | 04 Mar 2006 01:59 GMT | 1 |
I've created one worker thread which communicates with the main UI thread via delegate/event and the results are unacceptable. It is so slow in responding. Does anyone has any idea? I may have to switch to use Timer instead. Haven't started working
|
| Get info about phone events | 03 Mar 2006 20:23 GMT | 1 |
I would like to get an event when phone is answered and phone call is over etc. I thought it was just to call phoneInitializeEx with suitable params and then get the callback function called at events.
|
| Availability of MSFP for WM5 | 03 Mar 2006 18:47 GMT | 1 |
I am trying to find the MFSP (Messaging and Security Feature Pack) for Windows Mobile on an HP iPAQ device. I have tried looking everyhere but not able to find it
|
| Memory | 03 Mar 2006 17:23 GMT | 3 |
How do I increase the memory of my windows mobile 2003 SE emulator? It is 32 Mb and I want to use 64Mb.
|
| A Question re - ChangeDisplaySettingsEX | 03 Mar 2006 12:48 GMT | 3 |
I have a little question.... When i compile the following code, i get the error 'error C2065: 'ChangeDisplaySettingsEx' : undeclared identifier' DEVMODE devmode = { 0 };
|
| blocking Hardware-Button(s) | 03 Mar 2006 12:24 GMT | 1 |
Firstly i have to say that my english is not very god ;-) I have an Pocket-Pc within i can take some phone call. Now i try to create an Full-Screen Modal-CDialog. With this code was you see, its works fine.
|
| Disable Balloon ToolTip | 03 Mar 2006 10:52 GMT | 2 |
is there a way to disable all Balloon ToolTip, specially for network problems, via c# or using .Net Compact Framework System API ? Thanks in advance Valerio
|
| Accessing CF I/O devices | 03 Mar 2006 09:06 GMT | 4 |
How is it possible to access a CF I/O device in PPC 2003 or WM 5.0? Do I HAVE TO do it through platfrom builder? Platfrom builder is too expensive and looks like and over-kill for sucha an application. Is there any API in the normal SDK for this purpose?
|
| SqlCE for WindowsMobile5.0 | 03 Mar 2006 08:57 GMT | 4 |
I developped an application for pocketpc with vb.net2003 for a qtek2020 (WindowMobile2003). I created a database (.sdf) with a string sql with SQLCEQuery (Query Analyzer). Now I have a qtek9100 (WindowsMobile5.0) and when my application accesses to
|