How to pass data from dll to its calling process
Hi,
From my main container i called one dll, which contains some window forms. now from this
form(dll) i want to send data back to container on some click event.
Can anyone suggest me how to do this...
Thank for ur reply.