are you familiar with multithreading? either that, or more simpler, add a few different components each with a different port and you can get multiple pictures at once like that. just make sure you use different ports. and then you'll have to add as many clients as servers and set those ports each to match one of the servers. Cyprus
TComponent * mycomponent = new TComponent(parent);
mycomponent->Parent = parent;
Replace TComponent with the class name of the component you wish to create and replace "parent" with the form or the panel, etc that you want the component in.
Make sure you put that "mycomponent->Parent = " in otherwise your component could have problems. Cyprus
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.