Hello all,
I'm in the process of making a program in Visual Basic 2010 where the user can click a button adding another webbrowser control to the form. How would you accomplish this and how would you go about "Dynamically" expanding the form...
EG. how would you go about adding a webbrowser control to the form when a button is clicked and dynamically expanding it(eg. whole form has one webwrowser control until button is clicked when another is added and the form now has to split 50-50)?
thanks advance!!!