RE: C# messaging
- From: "dlgproc" <dlgproc@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 12:16:04 -0700
Is your C program Windows based or DOS based?
If both the C and C# are Windows based (they create a window) you can send
and receive regular windows messages between the 2 applications using
SendMessage().
If your C program is DOS based, you may be able to launch it as a child
process from your C# program and redirect it’s STDIN and STDOUT to send and
receive text from it.
Hope this helps.
Regards,
DlgProc
"GTi" wrote:
> Do anyone have a simple solution how I can send a simple message (int)
> from a C program to a C# program/service ?
> Preferred both ways C <-> C#
>
> (Windows messages - how ?)
>
> It must be extremely easy and in-memory (no disk media).
>
> Best regards,
> Newbie GTi
>
>
>
.
- Follow-Ups:
- Re: C# messaging
- From: GTi
- Re: C# messaging
- References:
- C# messaging
- From: GTi
- C# messaging
- Prev by Date: Re: SQL string does not recognize querystrings in c#
- Next by Date: ComboBox - Searching the List Box
- Previous by thread: C# messaging
- Next by thread: Re: C# messaging
- Index(es):
Relevant Pages
|
Loading