| Thread | Last Post | Replies |
|
| using System.IO.Ports problem in Windows App | 29 Dec 2007 19:27 GMT | 2 |
I have no problem to write and read through my COM1 in my app which created in Console based application. So far I tried which are successful in pc win app, pc console app and smart device console app.
|
| device emulator v3 | 29 Dec 2007 14:00 GMT | 1 |
Please could anyone tell me if Microsoft is planning to ship the device emulator v3.0 as a standalone software? If so when? Regards, Yury
|
| Not enough memory free after a few minutes | 28 Dec 2007 17:24 GMT | 3 |
We have an application written in C# running on ppc (mobile 2005) Free memory before working : about 25Mo. The application is cut in little dlls. Each call to resources is suuround with "using" instruction.
|
| .NET Compact Framework System.Windows.Forms.UserControl is leaking memory | 28 Dec 2007 15:20 GMT | 7 |
I figured out that all objects based on System.Windows.Forms.UserControl are never disposed by the Compact Framework GC. This problem occours only under Windows CE not with Win32/ Win64. Is this a known issue?
|
| Interrupt Service Routine ISR on Compact Framework | 28 Dec 2007 15:20 GMT | 4 |
I enabled compact framework 2.0 on WINCE. Just wonder to find out is there ISR can be handled from compact framework, is there API provided? Or is it I need to build ISR dll from WINCE, and call from the compact framework?
|
| Equivalent of System.CodeDom.Compiler in compact framework | 28 Dec 2007 15:15 GMT | 1 |
What is equivalent of System.CodeDom.Compiler in compact framework as documentation suggests this namespace is not supported in compact framework.I want to dynamically compile and run c# scripts in compact framework?in windows application it was possible to do this with System ...
|
| Notification icon to activate application | 28 Dec 2007 09:50 GMT | 2 |
Hi, I'm writing a task-manager application (like could be Magic Button and others) and I'd like to associate it with a notification icon. The behaviour I'd realize is that in any time the user can recall the task- manager by clicking on the notification icon. I tried to use
|
| Log Message | 28 Dec 2007 05:51 GMT | 2 |
I wrote a compact framework 2.0 dll, in this dll, I would like to print out some message on screen. Problem here is that if I use windows application (Project), console.writeline message won't show.
|
| MS Sync Framework | 27 Dec 2007 19:07 GMT | 18 |
I've been looking at the MS Sync Framework today and it looks like the next best thing in constructing data syncing between a device and the data on a server. Started to download the Tech Preview edition and in the instructs it tells me to uninstall any other sync bits including ...
|
| help! locate an instance of a recurring task with poom | 27 Dec 2007 08:47 GMT | 3 |
i am developing a ppc calendar app with vs2005, c#, poom and .netcf2. is there any way to locate an instance of a recurring task by a given date? that can be done with getoccurrence() in the case of appointment.
|
| do we need to dispose screen controls? | 25 Dec 2007 05:23 GMT | 10 |
i use vs2005, c# and .netcf2. i know that i have to explicitly dispose any controls and components which created by myself. but how about those controls, e.g. button, which drew by c# on the screen. as a good practice, should i dispose them explicitly? or c# already does it for
|
| HELP: Problem, in C#, receiving window message from a native Win32 dll | 24 Dec 2007 01:49 GMT | 1 |
I am trying to apply a simple IPC between C# and a native Win32 dll, on a WinCE 5.0 device. The C# application is a GUI application using TabControl with three TabPages.
|
| Find recursion | 23 Dec 2007 21:10 GMT | 2 |
A couple of my customers have reported "StackOverflowException" - no stack trace, cannot reproduce, outa luck. I gave myself 30 minutes and wrote some code which found two methods in my EXE that had recursion; in both cases I had called "this.XYZ" instead of "base.XYZ" in a ...
|
| create GPRS connection | 22 Dec 2007 17:07 GMT | 1 |
I want to create a new GPRS connection under Windows mobile 5 and 6. I saw informations on the RasSetEntryProperties function with the RasEntry structure. Do you have an example to use in C# this function and structure? Best regards
|
| C# coding connection to sql 2005 express on pocket pc 2003 | 22 Dec 2007 16:56 GMT | 2 |
I am working a project which using pocket pc 2003 connect to sql 2005 express database. When I try to deploy a testing program on C# 2005, i cannot create the connection with a Sql Exception error.
|