| Thread | Last Post | Replies |
|
| Button pressed image | 30 Sep 2006 18:22 GMT | 1 |
I'm develping a PocketPc app in VS2005 C++ no MFC. I have created an OWNERDRAW button and can dispaly an image on it. The button is hosted by a dialog. I want to give it a different
|
| Setup INF, Conditional Compile, WM5 | 29 Sep 2006 17:28 GMT | 3 |
Is there any way to tell the setup INF file: 1) What conditional compile constants are used? 2) That the target is WM5 versus PPC2003? Thanks for any help,
|
| Running Pocket PC 2003 Applications on Windows Mobile 5 Pocket PC Phone Edition | 29 Sep 2006 17:28 GMT | 4 |
I have an eVC++ application developed using Pocket PC 2003 SDK and it runs fine on Pocket PC 2003 devices (e.g. iPaq Pocket PC 2003). When running it on I-mate JAMin 850 which is based on Windows Mobile 5 Pocket PC Phone Edition, it gets an error code 0x80070716 in the following ...
|
| How To detect Pocket PC 2003 or Mobile 5.0 ? | 29 Sep 2006 17:28 GMT | 4 |
i have a VB.NET project and have to detect if Windows Pocket PC 2003 (SE) or Windows Mobile 5.0 is running. Is there a simple way to get this information? Ciao
|
| Call Stack when Exception appears | 29 Sep 2006 16:56 GMT | 2 |
Can some of you guys tell me how to retrieve the call stack and possibly associate it to symbol information from pdb file when an exception appears on Windows Mobile. There are a lot of articles on the web on how to handle this case for
|
| Custom MessageClass issues | 29 Sep 2006 16:45 GMT | 2 |
A very tricky problem we are facing... maybe some of you can give us some hints or actually know a solution: Short Description of the Problem: We are developing a Messaging Application for Windows Mobile 5.0 devices and we encounterd a problem, in the application custom transport ...
|
| display a word or rtf file inside a textbox | 29 Sep 2006 15:22 GMT | 4 |
Is it possible to display the content of rtf file inside a texbox or something like that?
|
| timer component vs2005 | 29 Sep 2006 13:24 GMT | 3 |
Hi Newsgroup i am developing a app for wm5 i use vs2005 i need to add an timer
|
| ActiveSync Service Provider with VS 2005? | 29 Sep 2006 12:55 GMT | 1 |
i am supposed to create a complex database syncronisation via ActiveSync. I now have searched days for *new* informations/documenations about building ActiveSync service provider. Has anybody developed an ActiveSync service provider with the Visual Studion 2005 Tools and libraries?
|
| Why is there no right click menu for copying in textbox? | 29 Sep 2006 08:48 GMT | 1 |
I hv create app with textbox, i want copy the text inside. is that i need to create the menu by myself? if yes, is there any sample thank you so much.
|
| WinCE Problem, Serial communication test, not reading in the ReadFile() from the serial port | 29 Sep 2006 05:37 GMT | 2 |
I m trying diagnostic Application for serial communication using CEPC. I have connected one serial cable with RX and TX shorted to the COM1 port of the target i.e CEPC My code is ....
|
| SIP goes off on a key press | 28 Sep 2006 19:51 GMT | 1 |
On PPC 2005, if we invoke the SIP and then press any key on the keyboard of the device, the SIP goes away. I checked , it is not the keyboard driver that turns OFF the SIP on any key press. Now we need to code an application which invokes the SIP on one
|
| Location of "tap" | 28 Sep 2006 19:32 GMT | 8 |
How do I get the coordinates of the pointing device whenever someone taps the screen? I want to use the tap event to magnify an image, but the CStatic control in eVC4 does not seem to pass information in the click event.
|
| Custom Toolbar on VGA Pocket PC | 28 Sep 2006 19:00 GMT | 1 |
I am trying to create a custom toolbar. I am doing this by creating a bitmap, blitting images to the bitmap, and then calling SetBitmap on the command bar. This works when I run it on a 240x320 Pocket PC. However, when I try running it on a VGA Pocket PC (480x640) the images do not ...
|
| Auto Refresh datagrid in the window form | 28 Sep 2006 17:09 GMT | 1 |
Once there is any addition of record to the table in the database, the datagrid in the windows form should automatically refresh. How do i do this? Is there any work around to it. Do I need to use timer for it? thanks. Your help would be much appreciated
|