| Thread | Last Post | Replies |
|
| Windows Mobile 5.0SE? | 09 Mar 2006 17:52 GMT | 6 |
Does anyone know if Microsoft is working on a second edition of WM5.0? It has been suggested to me that WM5.0 was originally released prematurely to the OEM's and some are having issues with implementing the OS properly. I'm hoping that MS is working on a WM5.0SE that will ...
|
| please, How can I change the display of a Form | 09 Mar 2006 14:22 GMT | 1 |
hi, How can I let the Form display on the PDA horizontally, that is the Form's width is larger than the height. So I can use the PDA in another direction, there is a turn of 90 digrees.
|
| Connecting to SQL Server through wireless | 09 Mar 2006 09:31 GMT | 6 |
I am trying to connect to a SQL server database from an HP IPAQ PDA using a wireless network card. I am getting "Login failed for user null. Reason Not associated with a trusted SQL Server coonection." error.
|
| Loadin icon from file | 09 Mar 2006 09:24 GMT | 3 |
I need to be able to load icons from *.ico files under program control. On standard Windows I can use LoadImage function. It turns out that this function cannot load from file in CE implementation. Can anyone suggest alternative solution?
|
| Last Modified Timestamp of POOM's Contact/Appointment items? | 09 Mar 2006 08:27 GMT | 2 |
I've been playing around with POOM (managed api, .NET CF) and I wonder if there is some kind of timestamp I can use to decide wether an item has been changed on the device or on e.g. the server I want to sync with. Or do I have to compare by field to get hold of the changed items? ...
|
| How to save image/graphics | 09 Mar 2006 07:49 GMT | 1 |
It is possible to draw circles and lines on the Windows form for CE by using creategraphics. But how to save this graphics/image to a file? Hans
|
| Read signature as img file problem | 09 Mar 2006 07:43 GMT | 1 |
How can I read the signature created by the pocketPC pencel/mouse? Any source examples in visual basic? Thanks, Hans
|
| Why PDA is rebooted ? Any way to stop this ? | 09 Mar 2006 07:08 GMT | 3 |
What I try to do is, kill the CProg.exe and then try to call New->Contact from today screen. But it makes PDA reboot.. so, whats the reason and is there any way to stop this ? Steps to reproduce this,
|
| Directshow, PPC2003 and VS2005 | 09 Mar 2006 04:08 GMT | 3 |
NB: I posted this to .pocketpc.multimedia and then realised that is probably a user group, not for dev questions. So i assume this is the best place to post my question. Hi,
|
| Which platforms are compatible with EVC4? | 09 Mar 2006 02:22 GMT | 2 |
Which of the following platforms can I debug PPC 2003 apps on a Windows mobile 5 device a PPC 2003 Special Edition device a PPC 2003 Professional device
|
| Setting Ringer Volume. Help! | 08 Mar 2006 23:15 GMT | 1 |
Using WinMobile 5. I'm trying to set the phone ringer volume in my application. I'm attempting this by setting the registry key 'Ringer' in HKCU\ControlPanel\Volume, like so: RegOpenKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\Volume"), 0, 0, &hKey);
|
| SQL CE ExecuteReader | 08 Mar 2006 20:48 GMT | 1 |
I am trying to use two readers in the same Sub of code. The first one works fine, but the second one fails. Here is my code: sqlCommand.CommandText = "<an SQL Select statement>" Dim rs As SqlServerCe.SqlCeDataReader = sqlCommand.ExecuteReader
|
| how to deploy an application | 08 Mar 2006 16:22 GMT | 2 |
i have developed a smart device pocket pc application with dot net 2003 and c#. now i want to deploy the applcation to O2 pocket pc . i have installed microsoft active sync. i have problems and errors in
|
| profiling Windows Mobile 5.0 Application | 08 Mar 2006 16:22 GMT | 1 |
I have some problems of profiling an application. (performance tool is for profiling??) I can't find any document about usage of performance tools in VS 2005. is there anybody know how to use this tool or where i can get that docs?
|
| Problem linking a RAPI file handle | 08 Mar 2006 15:30 GMT | 2 |
I'm working with a desktop API to build a desktop application that only takes character strings to reference file names. But, I'd like to use RAPI to access a file handle and hand it off to the desktop API. Is there a way to do this?
|