Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL in its own Process

Status
Not open for further replies.

eward1

Programmer
Feb 24, 2003
18
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top