Send message to .Net process

M

Markgoldin

I am searching for a solution of sending messages from not .Net process into
a .Net process written in C#.
I have gone already thru sockets solution and have porblems with it. I am
not a C# coder dont kill :)
I am thinking about something like this:
A remote non .Net process has a window with a name known to .Net program.
Can .Net program somehow process that window using window's title and
extracting a text from it?
What other solutions might be?

Thanks
 
O

Obaum1

I am searching for a solution of sending messages from not .Net process into
a .Net process written in C#.
I have gone already thru sockets solution and have porblems with it. I am
not a C# coder dont kill :)
I am thinking about something like this:
A remote non .Net process has a window with a name known to .Net program.
Can .Net program somehow process that window using window's title and
extracting a text from it?
What other solutions might be?

Thanks

If you want to understand the hole communication between process and
thread read the book of Jeffrey Richter
You have the import one of this functions depends on your need
PostMessage Or SendMessage

Bast Regards
Ohav Baumgarten
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top