c# - how to re-use my windows forms in a dashboard that works like HTML frames? -


my c# standard windows forms app finished, has 10 forms. new requirement change "multiple forms" 1 dashboard click link on bar on side or top , switch between forms in main area of dashboard 1 @ time, pretty same way old html frame works framesets (just imagine windows forms framesets).

without going detail, each of these forms pretty involved, multiple threads , on, , looking simple trick display them, oposed recoding entire thing.

i looked @ http://www.codeproject.com/articles/37397/a-multipanel-control-in-c it's not want.

is there way this?

if convert forms custom controls, becomes pretty simple use tabcontrol http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.aspx display custom controls on surfaces of tabs contains.

by making them custom controls avoid mixing of code each of them (they remain distinct) become added other surfaces. ui dozen display tabs.


Comments

Popular posts from this blog

ruby on rails - Is it the correct way to implement belongs_to relation with factory girl? -

geolocation - Windows Phone 8 - Keeping background location tracking active beyond four hours -

Uncaught TypeError: Cannot read property 'parentNode' of null javascript -