| Thread | Last Post | Replies |
|
| File Download win2003 server | 04 Apr 2006 11:08 GMT | 4 |
I'm using Http to pull a file from a directory in a web sevice down to the device. Works like a champ here in the office between my XP Pro laptop (web service on it) and my dev box. But keep erring out when deployed at the client's site.
|
| WebBrowser in .NET Compact Framework eats my events | 04 Apr 2006 09:58 GMT | 2 |
The .NET WebBrowser control in the Compact Framework 2.0 is a major headache. Once it takes the focus (e.g. by the user tapping on it) it keeps it and keyboard events are not passed to the form anymore even though
|
| Initiate a Copy File command from ppc to pc without network | 04 Apr 2006 09:33 GMT | 5 |
I'm trying to let the user of a ppc press a button which will copy a file from the pc to the ppc. The ppc is only connected via the cradle and therefore uses Activesync 3.8. I'm developing in VB.net 2003.
|
| ShowDialog ApplicationEx OpenNetCF | 04 Apr 2006 05:43 GMT | 25 |
Dear List, I am having a few problems with the ShowDialog method of the Application2 (ApplicationEx) class of the OpenNetCF package. When I call the ShowDialog Method, everything works good except for the
|
| QVGA vs VGA | 03 Apr 2006 23:29 GMT | 1 |
I'm using Dot Net CF 2 and C#. My application runs fine on a PDA with a QVGA screen. I set the DPI rescale setting in my forms and the application displays well on a PDA with a VGA screen. However, all the bitmaps that were setup for a QVGA screen do not rescale. I don't ...
|
| Handheld PC using WinCe 5.0 | 03 Apr 2006 22:50 GMT | 6 |
Do you know of any handheld computer device that is currently available in the USA that runs the WinCe 5.0 OS? I have searched for a bit and have not found any item. Thanks.
|
| Removing controls on the fly | 03 Apr 2006 22:48 GMT | 4 |
Hi I'm having issues removing controls on the fly. Here's my code: ================================================================= public Form1() {
|
| Finding a handheld that runs WinCe 5.0 | 03 Apr 2006 22:15 GMT | 7 |
I found a new Dell (Dell Axim X51v) that runs "Windows Mobile 5.0". Is that the WinCe 5.0 OS? Thanks.
|
| Diiference in threading on PPC 2002 and PPC 2003? ( Deadlock on PPC 2002, runs fine on PPC 2003. ) | 03 Apr 2006 19:57 GMT | 2 |
I have an application, developed in Visual Studio 2003 and running CF 1.0, where I have two threads saving to the database. I have used the SyncLock keyword in VB.Net to prevent both threads saving at the same time.
|
| Windows Mobile dev. with .NET | 03 Apr 2006 19:43 GMT | 6 |
I have a question regarding the compact framework and its emulators. I have a Dell Axim X51v with Windows Mobile 5 and when I tried to create a VS.NET project (VS 2003) it presented me with possibilities for Pocket PC and Windows CE. I am confused there, wasn't Pocket PC the ...
|
| Objects in memory and Size | 03 Apr 2006 19:40 GMT | 2 |
I would like to know if there is a way or any 3rd party tool that could show me the objects of my app loaded in memory and the size of them? Thanks in advance Shloma Baum
|
| Timer problem in CF 1.1 on WinCE 4.2 | 03 Apr 2006 18:32 GMT | 9 |
I have a timer and a few sequent function inside it. Functions are called in a "For ..Each" code block.Program does not response any request that made by form while code goes into timer. I used an "Application.DoEvents()" at just beginning of timer.tick but i can not use it ...
|
| ActiveSync and OpenNETCF.Desktop.Communication.dll | 03 Apr 2006 18:14 GMT | 5 |
Hi NG, one of my customers has problems running ActiveSync when OpenNETCF.Desktop.Communication.dll is installed on his PC. There is an app written in VB.Net using the following DLLs:
|
| Multi-tier programming on devices | 03 Apr 2006 17:06 GMT | 4 |
Howdy all, Is it advisable to write Mobile Device applications using multi-tier methodology? Or as Devices are much more resource-limited, would keeping the number of tiers help reduce memory and processor usage?
|
| SqlCeTransaction and InsertPerofrmance | 03 Apr 2006 16:06 GMT | 1 |
How does SqlCeTransaction influence the performance of many inserts? What kind of isolation level should be used for best performance?
|