| Thread | Last Post | Replies |
|
| newbie question - reusing toolbars and menus | 02 Feb 2005 23:18 GMT | 1 |
I have an application where I'd like to create a tool bar and main menu and re-use them on several forms without recoding them in each form. I have an application level class that I start the app from and I thought I could define the toolbar in there as public and use it on the ...
|
| Device ID, C#, P/Invoke? | 02 Feb 2005 22:39 GMT | 1 |
Is it possible to fetch a PPC device ID using P/Invoke? BORROWING FROM THE PINVOKELIBRARY I came up with this... // I just need to know what functionName will return what I'm looking for. namespace PInvokeLibrary
|
| Installer and Access database sync | 02 Feb 2005 21:50 GMT | 2 |
How do I make an installer or script that set up the Access database syncronization relationship between the desktop and the device? Use an interface? Function call? Hack it into desktop and device registry? Letting the users do it manually in ActiveSync options dialog will only
|
| GRID trouble | 02 Feb 2005 20:51 GMT | 2 |
well i guess i am to stupid to figure out how to adjust the column size of a grid. while changing the properties in diffetenways: DataGridTextBoxColumn0.Width = 1 or
|
| the control cold not be created | 02 Feb 2005 20:26 GMT | 1 |
"the control comm2 could not be created" I get his both on the emulator and on the pocketpc. Odd, because it all worked prior to the Ipaq losing power and my need to reload the whole app.
|
| Deploying a Pocket PC application | 02 Feb 2005 20:10 GMT | 1 |
Hi group, I am currently develoing an pocket PC application using Microsoft .NET Compact Framework. The IDE i am using is Microsoft .NET 2003 IDE. After developing and testing the
|
| Problems with syncing - RSCB | 02 Feb 2005 18:14 GMT | 1 |
I am having problems pushing data from a PocketPC device to a SQL Server 2000 database via a Verizon Wireless card. I have no problems when I am connected to the SQL Server db via a dialup modem, or a DSL connection.
|
| Problems with Emulator in EVB 3.0: "can't compile module" | 02 Feb 2005 18:03 GMT | 4 |
I'm trying to convert a VB6 application to EVB on the the Pocket PC, using EVT 3.0, Pocket PC 2002 SDK. After a lot of installing & reinstalling, I finally got the emulator to come up, and I have breakpoints working.
|
| HttpWebRequest connections on iPAQ 550 | 02 Feb 2005 14:27 GMT | 4 |
I am using HttpWebRequest() to get a response from a Web Service. After approxumately 25-27 such connections, the connections fail with error 'Unable to connect to remote server'. The only way to re-establish the connection is to remove the device from the cradle and dock it ...
|
| HttpWebRequest fails only over ActiveSync after 15 successes | 02 Feb 2005 14:15 GMT | 3 |
I have a problem using HttpWebRequest over ActiveSync. I've turned off firewalls and there is no proxy. Using HttpWebRequest to download web pages, one right after another. Seems to start failing around feed number 13-15 with "WebException: Unable to
|
| Cannot upload on PDA when Wlan card running | 02 Feb 2005 13:27 GMT | 2 |
I'm encountering a quite strange problem. I'm working on a laptop, having a PDA plugged on the USB and having a WLan Card running (D-Link DWL-AG650) to connect the internet. The thing is, when I compile a program with evc, then the executable can not
|
| How to capture system suspend event | 02 Feb 2005 11:02 GMT | 3 |
and how to capture power button down event?
|
| Turn Bluetooth on / off | 02 Feb 2005 10:03 GMT | 3 |
i wan't to turn bluetooth on / off and get the information if it is on or off. i'm using bluetooth stack BT-PPC/PE Version 1.0.0 Build 3500 from broadcom on
|
| unmanaged function list in Coredll.dll | 02 Feb 2005 09:36 GMT | 1 |
Anyone know where to see all the unmanaged functions and description? Is there any good article detailly describe all the marshalling scenarios? Thanks!
|
| Problem with szTarget | 02 Feb 2005 05:29 GMT | 3 |
Newbie question: The szTarget in HTML View works with the online file such as http://www.google.com and then click any link, it will return correct result such as /about.html. However, I try to deal with the local html file. After
|