P
Peter Baranyi
Hi all,
I have a Delphi application (written by me) what I have to port to c#/.NET.
In the application all the menupoints open a form, so I tought, I will port
the forms of the original appl. by menupoints. So when the user clicks on a
menupoint, what already ready in c#, I have to signal somehow to the .NET
application, which menupoint was clicked, and open the appropriate form.
How can I pass and receive this kind of "message" to a .NET application? Is
there a standard way to do it?
Thanks:
Peter
I have a Delphi application (written by me) what I have to port to c#/.NET.
In the application all the menupoints open a form, so I tought, I will port
the forms of the original appl. by menupoints. So when the user clicks on a
menupoint, what already ready in c#, I have to signal somehow to the .NET
application, which menupoint was clicked, and open the appropriate form.
How can I pass and receive this kind of "message" to a .NET application? Is
there a standard way to do it?
Thanks:
Peter