I want to create al DLL that runs in its own thread. I have a graphics-intensive part of my program that I need to get data to and from, but I can't let things that happen in my main processing loop interfere with what is happening on this part of the screen. I have created a DLL that shows the form that does all the grsphics, but I can't figure out how to make it run in its own process.
Your help is greatly appreciated.
Your help is greatly appreciated.