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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|