| Thread | Last Post | Replies |
|
| Hex value for GENERIC_READ or GENERIC_WRITE | 01 Aug 2006 00:02 GMT | 4 |
To access a peripheral I need to provide AccessCode and ShareMode. The values for AccessMode, per MSDN docs, are 0, GENERIC_READ, and GENERIC_WRITE. For ShareMode, they are FILE_SHARE_READ and FILE_SHARE_WRITE. If I want to read and write I would need to OR the
|
| RAPI question | 31 Jul 2006 17:45 GMT | 1 |
From a desktop app I need to find the name of the active partner ship in active sync? I also did the path to the "files" folder that is created when they check the "files" option during the setting up of a partnership. I have looked at the Rapi functions but I am confused. HELP
|
| Copy a text file from my desktop to my pda using c# | 31 Jul 2006 17:29 GMT | 3 |
Is it possible to copy a text file from my PC directly to my PDA using c#. Is it possible from my PC to call an application which resides on my PDA. Thanks Ivan
|
| Disable user input | 31 Jul 2006 17:27 GMT | 1 |
Hi to all, a simple question for my current developing session on a CE 4.2 device (i user CF 2.0 sp1). When from the main form (showed as dialog) i want to open a new form
|
| GetKeyState Method | 31 Jul 2006 12:25 GMT | 2 |
This is for an application in VB.Net on .Net Compact Framework (1.0). (PocketPC) I need to trap the Tab key as it is moved over the controls on the panel.
|
| SqlCeDataAdapter.Fill() missing | 31 Jul 2006 12:17 GMT | 2 |
I develop a application for Windows CE with SqlCE database. So I reference System.SqlServerCe and System.Data A part of my code is :
|
| Monitor.Exit ArgumentException | 31 Jul 2006 11:32 GMT | 2 |
Hello all, I am getting an ArgumentException error when I call this code. Anyone know why, I am new to the monitor class and don't have a clue what is causing this. I get the error when I call Monitor.Exit. Monitor.Enter(myApp.Classes.Globals.gobjCopyDB);
|
| CEAppMgr "Cannot copy the file" | 29 Jul 2006 00:29 GMT | 1 |
Dear NG, CEAppMgr is giving me the following error when it trys to deploy my PPC application: "Cannot copy the file. Make sure the mobile device is connected, that
|
| CF2 SP1 COM Connection point Framework bug? | 28 Jul 2006 23:50 GMT | 1 |
I have a CF2 SP1 C# application running on WinCE 4.2 device built with the latest release of Platform Builder that includes CF2 SP1. I have imported some COM objects into my C# project in Visual Studio 2005(including the beta patch for CF2 SP1).
|
| trigger a network dial from compact fw | 28 Jul 2006 22:27 GMT | 1 |
Is there a nice way to trigger a network dial from within an cf vb.net app...? it's a socket bluetooth modem, I'd like to mimic the behaior of IE, you try to go to a website & the bluetooth modem dials out to the isp
|
| Application Upgrade Issue with Window Mobile 5.0 | 28 Jul 2006 19:44 GMT | 3 |
With operating system 2003SE or earlier, when the application upgraded itself, The OS does not prompt the user to uninstall the older version of application while upgrade.Hence the required files in the cab are extracted, the older ones are maintained and the application runs ...
|
| GetHostEntry | 28 Jul 2006 19:24 GMT | 8 |
I'm trying to get the IP address of a named computer in my local network. The problem is, my code below only works when my Axim (WM_Kent1) is cradled and connected via active sync to my desktop (Dell4600). Then I can enter Dell4600 into the textbox and it returns
|
| Asian Fonts | 28 Jul 2006 17:53 GMT | 3 |
I have a iPAQ Model ID: hpiPAQ hw6510a, OS Version 4.21 .... Is it possible to load Asian Fonts(Japanese, Chinese, Korean) in it ? I'm working on an PocketPC appplication in Vb.Net and we need to allow the
|
| Advice Required | 28 Jul 2006 17:36 GMT | 2 |
I have a handheld device running Windows CE 4.2 that I need to send and receive information from/to our Informix database using WiFi I have a few development tools I can use to help me do this, VB6, eVB and VB.Net 2005 (I have little experience in this though but it is my ...
|
| How to hide the SIP icon? | 28 Jul 2006 17:07 GMT | 2 |
I have a form with no MainMenu control but the SIP icon is still visible whenever the application is started. Is there I way to remove it? I have searched around and found that using SetWindowPos solves the problem. However this only works on Pocket PC 2003, it does not work on ...
|