Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > december 2007 > threads for december 22 - 28, 2007

Filter by week: 1 2 3 4 5

using System.IO.Ports problem in Windows App
Posted by HoustonK at 12/28/2007 6:20:01 PM
Hi, 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. Once I used the Win app in smart device, there is a problem. So, there isn't a...more >>


Not enough memory free after a few minutes
Posted by td at 12/28/2007 9:42:44 AM
Hello, 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. After a few minutes and a 100 clics, we have only 1Mo left on the device. Coul...more >>

Equivalent of System.CodeDom.Compiler in compact framework
Posted by Manish Bafna at 12/28/2007 1:42:01 AM
Hi, 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.CodeDom.Com...more >>

Log Message
Posted by HoustonK at 12/27/2007 7:09:16 PM
Hi, 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. Also, is it possible to run windows (GUI) and console at the same time? Can you...more >>

Notification icon to activate application
Posted by andrerus@gmail.com at 12/27/2007 10:26:28 AM
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 Microsoft.WindowsCE.F...more >>

Interrupt Service Routine ISR on Compact Framework
Posted by HoustonK at 12/25/2007 6:12:01 AM
Hi, 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? Currently, I am assigning one thread on my compact framewo...more >>

HELP: Problem, in C#, receiving window message from a native Win32 dll
Posted by BesterOfer@gmail.com at 12/23/2007 3:49:37 PM
Hello everyone. 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. On dll initiation [the first called function] i pass it a handle to a C# MessageWindow. The Dll on it's...more >>

Find recursion
Posted by Hilton at 12/22/2007 11:54:04 PM
Hi, 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 "get". I...more >>




DevelopmentNow Blog