| Thread | Last Post | Replies |
|
| making dll compatible with full and cf | 04 Jan 2008 21:33 GMT | 2 |
I want to make my app to run on both ppc (CF 1) and on the full framework. Now I have some registry keys to add/change. As the most of you know, the syntax of the opennetcf-implementation is the same as on the full framework, but they use opennetcf.win32 instead of
|
| How to detect wi-fi coverage | 04 Jan 2008 19:12 GMT | 1 |
Hi, i´m writting an application in Windows Mobile 5 Smartphone, and i need to detect when i´m in wi-fi coverage, so indicate my software that use wi-fi network, and not use GPRS. I use C# language.
|
| linker errors using functions defined in winbase.h | 04 Jan 2008 14:44 GMT | 2 |
Using winMobile 6 professional (armv4i) when I use a function defined in winbase.h (FindFirstFileA) I compile but get the following linker error: Error 7 error LNK2019: unresolved external symbol FindFirstFileA referenced
|
| How to connect to the serial Bluetooth port from a browser instance? | 04 Jan 2008 02:24 GMT | 1 |
Anyone know how to connect to the serial Bluetooth port from a browser instance running on a PocketPC ? Do I need to write a Java applet? Active-X control? JavaScript? Anyone know of any code examples that can help me get started with this project?
|
| Disable Start Menu | 03 Jan 2008 19:31 GMT | 9 |
I'm wondering how to disable the start menu on the Pocket PC, this used to be done through setting the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell] "DisableCtrlEsc"=dword:00000001
|
| Communication with Pocket PC device through USB | 03 Jan 2008 19:22 GMT | 1 |
Hello everybody and happy new year, I'm searching somes "enlightenments" about a problem. We want to connect (in the same time) more than one Pocket PC devices to a PC via USB interface. We know that ActiveSync can't handle more than one device (in
|
| C# connect to sql 2005 sqlexpress on pockpet PC 2003 | 03 Jan 2008 16:51 GMT | 1 |
I am working a project which using pocket pc 2003 connect to sql 2005 express database. When I try to deploy a testing program on C# 2005, i cannot create the connection with a Sql Exception error.
|
| The specified module could not be found. | 03 Jan 2008 16:28 GMT | 1 |
I am trying to compact mobile database (SQL Mobile 2007 3.0) and get "The specified module could not be found." exception. This syntax worked correctly for SQLCE 2.0. Did something change in new version? I even copied sqlceme30.dll, sqlceqp30.dll and sqlcese30.dll into ...
|
| Problems with Icons and Toolbar on PDAs with different resolutions [C#] | 03 Jan 2008 12:35 GMT | 2 |
currently I am working on a program written in C# which should run on different PDAs. As different PDAs may have different resolutions my tool should be aware of this - unfortuneately it is not :) It works witha 240*320 PDA using 16x16 Icons which fit very well in
|
| VGA pocketpc resize | 03 Jan 2008 11:01 GMT | 7 |
Hi, I have an application written on a windows mobile 5 device. I just recently picked up a windows mobile 6 VGA device and my application only covers 1/4 of the screen. I've verified the sizes and have it maximized. Has anyone else run into this? Is there a way to have it
|
| Hooking system events | 03 Jan 2008 05:37 GMT | 6 |
Could someone direct me to documentation of how to hook into system events, please?
|
| Smartphone home screen plugins & labels | 03 Jan 2008 05:23 GMT | 1 |
I stumbled across a web class on them at one point but I neglected to book mark it. In the presentation they mentioned something called 'labels' which as I recall they said were meant so that you could paint text to the screen without having to actually use GDI.
|
| Mask Textbox | 03 Jan 2008 03:27 GMT | 4 |
I'm using Visual Studio 2005 Pro and VB.NET. Using a Dell Axim x51 and Windows Mobile 5 and WM 5.0 SDK. .NET CF 2.0 SP2 Now that that is out of the way, I was looking for a masked textbox for the PPC and .NET CF. I know a textbox can have a password mask.
|
| Where to take RIL? | 02 Jan 2008 22:49 GMT | 6 |
Where it is possible to download ril.h and ril.lib from Microsoft?
|
| Extending a closed XML file | 02 Jan 2008 16:48 GMT | 2 |
Using C# In CE 5 I have created a XML file based on user's input. The file is created on a SD card and closed. All's well. The problem comes if the XML file needs to be opened to add more XML data (i.e. add a "record").
|