Hi,
I have made a DLL coded in C#, and and executable in C#. I've already have the DLL referenced in my Exe project, so i cannot reference the DLL back to the Exe because it won't let me. Now what I need to do is, call a function within the Exe project from the DLL. Really what I want to do is, empty out a Rich Text Box field, in my form inside the Exe project, from the DLL file.
Any help?
I was thinking of making a pointer in the DLL file, and a timer in my Exe Project, and when the pointer's value returns 1 then it empties the RTB, and sets the pointer to 0.
But I don't know how to do that.... I know how to create the pointer, but don't know how to retrieve it in the Exe.
Please help!! ~ THANKS!!