K
Ken Williams
Hi I have a DLL written in C/C++ that is passed Hwnd when it is called.
When the DLL has data for the calling program it uses Hwnd to post a windows
message back to the calling program saying it wants attention.
I have looked at Delegates and events, but it's not obvious how I can
replicate this feature in C#.
Anyone got a sample of code that does something similar in C# ?
Thanks Ken
When the DLL has data for the calling program it uses Hwnd to post a windows
message back to the calling program saying it wants attention.
I have looked at Delegates and events, but it's not obvious how I can
replicate this feature in C#.
Anyone got a sample of code that does something similar in C# ?
Thanks Ken