| Thread | Last Post | Replies |
|
| Speed: VB.NET / C#.NET | 02 Sep 2005 08:21 GMT | 3 |
If I code an application in VB.NET and the same one in C#.NET, is there one faster? Thanks Sven
|
| How to configure connection between VS.NET 2003 and smartphone device | 02 Sep 2005 05:41 GMT | 2 |
Reason for my question is: VS connection to smartphone device fails. I'm building my first app I would like run the app (debug) on the real smartphone (emulator works allready). How to configure connection between VS.NET 2003 and smartphone device.
|
| How do I register a home screen plugin? (a few questions) | 02 Sep 2005 02:51 GMT | 7 |
Hi, I'm trying to build the sample home screen plugins from the 2003 SDK (just using the Smartphone emulator for now) and I'm a little confused about when the COM registration is supposed to happen. Is this supposed to occur: 1) Automatically when the resulting DLL is uploaded to ...
|
| how to break into the debugger? | 02 Sep 2005 02:25 GMT | 2 |
I want ot find some instruction for Smartphone platform just like _asm {int 3} to throw exception and then I can switch to debugger. But ASSERT(0) and DebugBreak doesn't work for me. In debugging mode, the program stopped at point where I insert ASSERT(0) or DebugBreak without ...
|
| CEPROPVAL | 02 Sep 2005 00:02 GMT | 3 |
I hv used WM_DBNOTIFICATION to get notify when therei s change in database of Log History. In this i m allocating memory to CEPROPVAL, But it shows exception each time . This PCEPROPVAL is used for writing database entry in my database;
|
| about http(s) communication | 01 Sep 2005 23:50 GMT | 1 |
I use eVC3 and smartphone2002 sdk to develop for smartphone platform. I want to let my application communicate with web server(php or jsp) via http(s) protocol. What should I do?
|
| display the icons in an owner draw list view control | 01 Sep 2005 17:06 GMT | 1 |
how can i display the icons in an owner draw list view control. Thanx for any help
|
| image List problem | 01 Sep 2005 17:00 GMT | 1 |
hi forum How can i show three different icons with three line of text in List View control. I have created an image list and load three different icons in it and when
|
| ARM Device emulator build with PB for Windows mobile 5.0 | 01 Sep 2005 14:16 GMT | 10 |
Platform Builder for Windows Mobile 5.0 that we have came with a Device Emulator (ARM) BSP. I was trying to make a smartphone build (using new build window wizard) with this BSP and run the emulator with this image. Following are the configurations that I've tried -
|
| Drawing management when calling with Phone API | 01 Sep 2005 10:22 GMT | 2 |
I'm using PhoneMakeCall to make a call in my application. During the call, the screen flicker. It seems that there is a drawing concurency between the application and the phone UI. I suppose that I can stop my application drawing during the call, but I
|