Hi,
I have got this weird problem. I have two tab pages in the windows application. The two tabs have some controls in them. The problem is, based on user actions on one page, i want to turn the visibility of controls in the another tab. But i cannot set visible = true for controls in the another page.
what should i do?
Thanks
xexax
I have got this weird problem. I have two tab pages in the windows application. The two tabs have some controls in them. The problem is, based on user actions on one page, i want to turn the visibility of controls in the another tab. But i cannot set visible = true for controls in the another page.
what should i do?
Thanks
xexax
Comment