Thread and TabControl

  • Thread starter Thread starter Stan Sainte-Rose
  • Start date Start date
S

Stan Sainte-Rose

Hi,

I have a tabcontrol with 2 tabpages.
On the second tabpage, I have a textbox that it's filled up with a specific
thread.
When I click over the second tabpage, my winform application freezes.
If I remove the tabcontrol and I put the textbox over the main winform, I
don't have this problem.
Any ideas ?

Stan
 
Did the thread fill your textbox or it delegates to your form the ability to
fill the textbox?
 
Back
Top