| Thread | Last Post | Replies |
|
| How to port eVC4 project to VS2003 | 02 Feb 2005 17:58 GMT | 5 |
I have several eVC4 projects that I would like to convert to Visual Studio 2003 .Net. Is this possible through some sort of Wizard? If I create a VS project/solution can I add the evc4 files and compile
|
| Precompiled insert-select | 02 Feb 2005 17:44 GMT | 3 |
I need to duplicate a record in a table, copying everything but the key. I used to do this in a different program using a regular SQL sentence (ie building the sentence in a string and executing it, no parameters) and it worked fine. However I'm now trying to use a precompiled ...
|
| Debugging in a mixed development environment | 02 Feb 2005 17:13 GMT | 6 |
My Win CE 5.0 app is a combination of C# (using VS .NET 2003) and unmanaged DLL's in C/C++ (using eMbedded VC 4.0). I'm using Interop services to make the call from .NET to the unmanaged code. Using VS.NET, how can I set a breakpoint in a function within one of the DLL's
|
| WM_HIBERNATE | 02 Feb 2005 17:11 GMT | 7 |
Can anybody tell me which version of the compact framework if any pays attention to the WM_HIBERNATE message that Windows CE.NET sends in low memory conditions? Thanks In Advance
|
| GPRS comms | 02 Feb 2005 16:06 GMT | 4 |
I want to be able to "send" data to remote clients over GPRS. I currently have a solution whereby I am using http polls to check for data periodically to emulate the push behaviour I want but this seems wasteful. I am thinking of a hybrid http/tcp but I don't know too much about
|
| Help with capturing events. | 02 Feb 2005 15:46 GMT | 4 |
I am running Visual Studio 2003 with .NET Compact Framework 1.1.4322 SP1. I have this code in a class: Protected Overloads Sub OnKeyDown(ByVal e As KeyEventArgs) Select Case e.KeyCode
|
| local IP address becomes 0.0.0.0 | 02 Feb 2005 15:45 GMT | 10 |
I written a small application that waits for UDP messages becoming from the network and it runs in background. The problem is that when the connector cable is not plugged in the ip address (it's a static address) becomes 0.0.0.0, this cause problems with the opened sockets.
|
| RFID with CF | 02 Feb 2005 15:40 GMT | 2 |
Is it possible read the RFID informations with a CF card and the .NET Compact Framework? Are there any samples?
 Signature Sleepless in Berlin
|
| Pinvoke String problem | 02 Feb 2005 15:23 GMT | 2 |
Hi group, i have a problem. I don't succeded to pass string from Unmanaged Code to managed code. I have this situation:
|
| Dinamically loaded assembly | 02 Feb 2005 14:39 GMT | 3 |
I have a strange behaviour loading dinamically an assembly in PDA with Assembly.LoadFrom. The DLL is in the same directory as the main EXE, and has the same name : AICA.exe
|
| Maximise window on wakeup | 02 Feb 2005 11:29 GMT | 2 |
OK, I've read through various other threads that give hints at how to do this (which I really don't understand), but nothing definite. So here's my problem: I have a C# application running on PocketPC 2003. This application acts as
|
| help:How to implement XP-style controls in .NET Compact Framwork | 02 Feb 2005 10:28 GMT | 1 |
I wonder how to implement xp-style controls in CF? Is there any source or examples can be found? Please help me! Thank you!
|
| quit unexpectedly vs hard out of memory | 02 Feb 2005 04:05 GMT | 3 |
I have raised this problem long ago but I am back for your help. I heard about Pocket PC memory limitation within 32 MBs virtual address space after reading some articles: Mike Zintel:
|
| POOM package from InTheHand - for Peter Foot | 01 Feb 2005 22:53 GMT | 6 |
Peter...assuming you will be the one reading this, we just received this from one of our customers... "Your software runs fine on my iPAQ Pocket PC H3700 but now I have one big problem: The contact Tab does not work. I can not access my pocket outlook
|
| hidding my application from TaskManager Apps | 01 Feb 2005 22:36 GMT | 2 |
I was wondering if there's a way to hide my application from showing in the Task Manager applications.My application requires to keep running in the back ground and i dont want my user to stop it by mistake from a task manager application.
|