Hi all,
I am creating multiple instance of a Form(let it be Form1).Actually Form1 having 4 panel.Each one having diffrent task.One panel showing picture,another calling web service & displying data.In Form1 I am having a control(like marquee,text is drawing using timer).But running different instances of form marquee is stopping for a while.Calling webservice cause the problem.In each form instances I ve the marquee.If I run first instance have the picture and marquee,second instance will access web service,so that time,both forms marquee is stopping. What I ve to do to solve this issue.Thanks in advance.
With reagrds,
leo
I am creating multiple instance of a Form(let it be Form1).Actually Form1 having 4 panel.Each one having diffrent task.One panel showing picture,another calling web service & displying data.In Form1 I am having a control(like marquee,text is drawing using timer).But running different instances of form marquee is stopping for a while.Calling webservice cause the problem.In each form instances I ve the marquee.If I run first instance have the picture and marquee,second instance will access web service,so that time,both forms marquee is stopping. What I ve to do to solve this issue.Thanks in advance.
With reagrds,
leo
Comment