TabPages
I want to dynamically add (according to some xml file) tabs to TabControl. Each TabPage should have its own instance of WebBrowser control. I managed to read xml, make new pages, but they are empty (although I did Controls.Add). What should I do?
Thanx in advance..
|