| Thread | Last Post | Replies |
|
| Tap-and-Hold Button | 29 Aug 2005 05:19 GMT | 6 |
Pocket PC 2003 SE C# ... The following processes Tap-and-Hold anywhere on the screen. How can I limit Tap-and-Hold to a single button? private void Form1_MouseDown(object sender,
|
| determining a Window's process ID | 29 Aug 2005 05:18 GMT | 1 |
i know how to find a find a window using the FindWindow API. I would now like to determine two things: -first determine the process id that that window belongs two -find out the NAME of that process id (i.e. the executable name).
|
| GetOpenFileName causing stack corruption on WM5? | 28 Aug 2005 00:49 GMT | 4 |
has anyone used GetOpenFileName on WM5? it seems to be corrupting our stack. has anyone else used it? or is it a known issue?
|
| is alloca known to work well on WM5? ... or not? | 27 Aug 2005 23:21 GMT | 4 |
i'm talking about ** alloca **, not malloc, i.e. allocation in the stack. i have an interesting problem: my stack is getting trashed at the precise instant when a particular routine returns. i have some suspicions since the routine in question uses alloca.
|
| How to detect user Click Application ICON | 27 Aug 2005 22:50 GMT | 6 |
Hi,All I want to detect if the user click application ICON? I means: when user launcher a exectue file, and close screen. so the application run on background.
|
| WM5 debug problem: cannot create breakpoints! | 27 Aug 2005 07:38 GMT | 1 |
i have an ennoying problem in all the projects that i have converted to WM5: i cannot place any breakpoint (in the DEBUG config). I get: "this breakpoint will not currently be hit. no executable code loaded at this location"
|
| is it "Ok" or "Done" to close a modal dialog on WM5 Pocket PC ? | 26 Aug 2005 23:54 GMT | 3 |
On Smartphones, MSFT said that when a dialog has no choice other than closing it, it *MUST* have the word "Done" on the left Softkey (in the enclish version). What is MSFT's position regarding WM5 Pocket PC in the same situation?
|
| Develop Bluetooth Printer | 26 Aug 2005 23:37 GMT | 1 |
Hi,all I have a bluetooth printer. However the Company does not offer SDK for PocketPC. So I want to develop common print function.
|
| Scrolling a HTML-control programatically | 26 Aug 2005 22:59 GMT | 1 |
I have created a HTML-control using WC_HTML. How can I scroll this windows programatically (i.e scroll up/down when the user presses the up/down-buttons on the PDA), like the behaviour of native IE? Advice appreciated.
|
| has anyone installed Active Sync 4.0 Developer Beta? Does it work fine with the old (eVC4.0) development tools? | 26 Aug 2005 22:37 GMT | 11 |
Has anyone here installed Active Sync 4.0 Developer Beta? (required for the Windows Mobile 5.0 dev tools, and available from http://msdn.microsoft.com/mobility/downloads/tools/default.aspx ) Does it work fine with the old (eVC4.0) development tools?
|
| convert BMP File to pcx File | 26 Aug 2005 20:23 GMT | 2 |
Hi, all I have a BMP FILE, how to convert PCX File? Thanks
|
| Accessing an Access Database. | 26 Aug 2005 15:04 GMT | 4 |
Hi just a question with a yes or no answer (i hope) can I access an Access Database from an application that I'm developing or must it be a SQL Server or Oracle DB? If i try to reference OleDb namespace keep getting error. Where as SqlServerCe and SqlClient are working ok
|
| Accessing remote Sybase database directly frm Pocket PC/Windows CE | 26 Aug 2005 15:04 GMT | 1 |
Hi all, My desktop C# application working fine with Sybase database. In pocket pc code i can't access System.Data.Odbc namespace. I think that pocket pc only supports SQL Server database.
|
| WinCE form | 26 Aug 2005 14:56 GMT | 2 |
1. Does anyone know whether it has the acrobat writer (same as PC) one in POCKET PC? ¡¥cos I wanna make a form that let the user input the data and the questions are NON-EDITABLE. 2. Anyone can know the best way to create a form POCKET PC? No need to
|
| Connect to SQL Server 2000 Database from PDA PPC2003 | 26 Aug 2005 14:53 GMT | 3 |
Currently I'm using ActiveSync to sychronise the DB. But the automatic sychronisation only allow me to do every 5 minutes. is there anyway making it lower than 5 minutes? Also, is there anyway to Connect to SQL Server 2000 Database from PDA
|