Click to See Complete Forum and Search --> : Can we run two aplications of same type in the same form with same resources?


sst
April 21st, 2005, 04:26 AM
I created one audio player in the form. my intension is to use the same resources for running three another application of same type in parallel that is created below it on the same form. Is it possible or not? or does it causes any problem. can you give me any suggestion regarding it. Can we use multithreading concept or if any? give me clear idea about it?

NoHero
April 21st, 2005, 11:19 AM
Well... It seems you are creating somekind of user defined control... Of course:


You either create a ActiveX control from the Audio Player and use the control from your programs... Check Codeguru main site for articles on this.
... or - an old way, but it's easier to do - pack your entire Audio Player stuff into a DLL and share it with other applications.