| Thread | Last Post | Replies |
|
| Multiple Concurrent calls to a Web Service | 25 Mar 2008 14:52 GMT | 2 |
I'm developing on .NET 2.0 CF and I'm trying to make concurrent asynchronous calls to a web service. The calls may take a long time to process (> 1 minute), but that's not a problem. What I'm running up against though, is the limit of two concurrent calls at a time. If I was ...
|
| How to show percentage of completion on a label ? | 25 Mar 2008 07:13 GMT | 3 |
I am downloading few files from server. I am using Progress Indicator to show the progress of download. But I also want to show the percentage of completion and file which is getting download. I tried as given below. Progress bar is working properly but still label text shows ...
|
| How to ? | 22 Mar 2008 15:39 GMT | 7 |
Hi, how can I install the NETCFSetupv35.msi on my Win CE 5.0? It says there is nothing associated with the extension... I need to run a mobile CE 5.0 project .exe generated by VS 2005 on my Win CE 5.0 !
|
| How to create PocketPC/Smartdevice/Mobile Web Project in VS 2008 or CF 3.5 | 21 Mar 2008 02:59 GMT | 2 |
hi to all fellows. i m very sorry if i m posting this in wrong forum. but please intsruct me where to post if it is wrong. i have an question as all know in VS 2003 we can create Mobile web
|
| Craddle with ethernet only. How do I debug my program | 20 Mar 2008 23:36 GMT | 3 |
Env.: WM6, Vista Hi All, I'm developing an app for a PSion WorkaboutPro device. The client gave me a 4-device craddle with an ethernet connection only. No USB. ActiveSync
|
| custom SIP with display box | 20 Mar 2008 22:46 GMT | 1 |
I have a custom Soft Input Panel in my CE 5.01 device. The SIP is very big - it almost occupies the entire screen on the CE device. I want to have a "text" box on the SIP that displays the text as the user types in.
|
| Memory leak in an managed application | 20 Mar 2008 19:00 GMT | 4 |
We use the Compact Framework on a x86 device runnning CE 6.0 (.NET Compact Framework 2.0 SP2). We noticed that with the folowwing application.We have a memory leak (see Below). We also noticed that we had the exact same leak if we use a native
|
| use OCX in compact framework 2.0 | 20 Mar 2008 13:45 GMT | 1 |
I read that is possible to use a ocx in a framework 2 application i see the microsoft article : http://msdn2.microsoft.com/en-us/library/aa446514.aspx but can anyone know a small tutorial to do this ?
|
| UnauthorizedAccessException | 20 Mar 2008 00:54 GMT | 2 |
I run sample code on Pocket PC 2003 emulator, that use cf 2.0 the code opens "big" file and write parts of this file to another files. program can write 1, 10, 20, 70..any files and then shows error
|
| How to save a file from my desktop app directly on My Device | 19 Mar 2008 11:38 GMT | 1 |
I want to write a file from my desktop application (C#) directly to a subfolder of the My Documents folder on My Device. I guess since My Device shows up as a syst folder on my host pc, i need to use some kind of activesync api's to get to my device.
|
| pinvoke question | 19 Mar 2008 10:40 GMT | 2 |
i have some problems p invoking this : HRESULT WINAPI ConnMgrEnumDestinations( int Index, CONNMGR_DESTINATION_INFO *pDestInfo
|
| NumericUpDown ValueChanged | 19 Mar 2008 10:22 GMT | 3 |
I'm using a numericupdown in my app. The event ValueChanged fires when the value is changed via the up down arrows. However, if I change the value by editing the text directly, this event does not fire until I change focus to another control.
|
| How to start the updated version of the running application. | 19 Mar 2008 06:50 GMT | 4 |
I have executables of an application and the application is running on the device(Compact framework). This application downloads executables of updated version of the same application from server.
|
| Connection to GPRS with P/Invoke | 19 Mar 2008 01:21 GMT | 6 |
i m using VS 2003 with C# in CF 1.0. i have made application of chatting client. my requirement is when user bind to any socket it first made connection of GPRS. so can some one give me code of how to connect to GPRS in CF 1.0/
|
| Rewind / Fast Forward / Seek Audio Functions? | 18 Mar 2008 23:00 GMT | 1 |
The following article describes how to record and playback wave files on .NET CF. We have implemented these in our portable recorder application for the iPAQ. http://msdn2.microsoft.com/en-us/library/aa446573.aspx
|