Ok if i create a DLL and then ref that DLL into my application will the DLL run in a seperate thread than the application or are they combined in the same thread, My UI freezes because the amount of work the dll (will be doing) Currently its not a dll Just all inline
Many Thanks




Reply With Quote