| Thread | Last Post | Replies |
|
| How to detect the platform (Windows Mobile x or CE.Net)? | 19 May 2006 10:56 GMT | 3 |
I am using C# and VS2003 for developing applications to many different PocketPC devices. How can I find out, which platform my app is running on? Is it Windows Mobile (2003, 5.0) with Today screen or plain CE.net? I have to change menus and other things programmatically based on ...
|
| Compact Database Nightmare! | 19 May 2006 10:09 GMT | 3 |
In the not so long gone 'old days' I used to use EVB for portable development, it was really simple to connect to a CDB using ADOCE. Not so anymore! I purchased the In The Hand ADOCE kit some time ago which worked really well
|
| what is the "Native" orientation of "Landscape" Smartphones (like Motorola Q) ? | 19 May 2006 09:56 GMT | 2 |
what is the "Native" orientation of "Landscape" Smartphone (like Motorola Q) ? this may seems to be a stupid question, but apparently the MSFT documentation is not clear about that, and this leads to conflicting
|
| Enumerating CEDB records | 19 May 2006 09:41 GMT | 2 |
What's the most efficient way to enumerate the records in a database? Also, how do you reset the record pointer to the first record in the database? I'm setting the CEDB_AUTOINCREMENT flag, but after the first loop of calling CeReadRecordPropsEx(), I can't get back to the
|
| No Transport Provider | 19 May 2006 08:21 GMT | 1 |
It seems things have got corrupted on my machine. I am using VS 2005 with Windows Mobile 5.0 SDK for PPC and SP. When I try to connect via any "Remote Tool", like File Viewer, Registry Viewer, Zoom In... I don't see any transports available.
|
| Transfering files to PocketPC | 19 May 2006 06:48 GMT | 10 |
I am having a dialog based application. When i connect a pocetpc to the system where i have my application running it should check for some files in the PocketPC if the files are not there i need to send the files to pocketpc.
|
| GetPortNames not including bluetooth serial devices | 19 May 2006 05:41 GMT | 3 |
I'm using GetPortNames to get a list of available serial devices in C# on WM5. It does not include the bluetooth serial ports. I can open and connect to these ports, but they're not included in the list returned by GetPortNames.
|
| EvB runtime question | 19 May 2006 01:24 GMT | 5 |
Sorry, i have a 'legacy' app, you know the drill. Its always a big bullet to bite to convert. Would be nice to have that time...maybe someday... After installing on PPC (Ipaq), when i launch it, i get "the app you have launched requires the Microsoft eMbedded visual basic ...
|
| ending a pocket pc 2003 c# program | 19 May 2006 00:52 GMT | 1 |
Sorry if this is a stupid question, but I am doing some newby type programming in C# and doing some mock-up progs to see what they look like and how they work. On my ipaq i have wizbar and a few other utilities that actually close apps
|
| Displaying short date format in text box | 19 May 2006 00:14 GMT | 1 |
I am using the following code to databind a date field to a text box. I want to only display mm/dd/yy and get rid of the time. When the form loads I get the data and txtCallInDate.DataBindings.Add("Text",dtabCallDetail,"CallInDate_Pr")
|
| Config file | 18 May 2006 22:49 GMT | 1 |
Any suggestions on how best to do a configuration file that is read on program startup?
|
| Where is VS 2005 in the Windows Mobile 5.0 Developer Res Kit? | 18 May 2006 20:32 GMT | 5 |
I am just wanting to start to program for WM 5.0 and downloaded all 900 Mb of the WM5.0 DRK - installed it and can't find the install for Visual Studio 2005 - am I going insane? It does say quite clearly in the documentation: "This resource kit includes a 90-day trial of Visual ...
|
| Installing CF on Device | 18 May 2006 18:16 GMT | 4 |
How do I install .Net Compact Framework (I'm working with CF 1.0 SP3) directly on to the device... without using Visual Studio?
 Signature Happy Hacking,
|
| Forms and Memory: Hide() then Show() frees up memory??? | 18 May 2006 17:24 GMT | 2 |
I have a .NETCF v.2 application running under Windows Mobile 5 (WM5) which embeds Windows Media Player 10 (WMP10) and our own camera control. This application, at times, requires more memory that WMP5 is willing to allocate and so I have had to be creative in experimenting with ...
|
| Can't create NOTIFICATION_EVENT_ON_AC_POWER notification | 18 May 2006 17:14 GMT | 1 |
I'm trying to create a notification that will execute an application when AC power is connected to a PocketPC 2003 device. I'm writing in C++ and using a code fragment like this: CE_NOTIFICATION_TRIGGER st;
|