M
Matt
Hi
I'm developing an application with a tabview. Each tab there are a no: of
controls and control events.
I dont want to keep all tabpages in a single .cs file. Options are to create
usercontrols or custom controls.
I dont know which one to go for.
Also i need designer view to design tabs in Visual studio 2003
What i'm planning is as follows
1. create a Form with tabpages
2. create usercontrol change the folowing
public class UserControl1 : System.Windows.Forms.UserControl
to
public class UserControl1 : System.Windows.Forms.Panel
3. write code for each panel seperately
4. Embed each panel in the each tabpage
Is this solution feasible ? Please suggest
And in future we may remove all the tab pages and go for Explorer view
solution . I dont want to redo the code .
thanks
Matt
I'm developing an application with a tabview. Each tab there are a no: of
controls and control events.
I dont want to keep all tabpages in a single .cs file. Options are to create
usercontrols or custom controls.
I dont know which one to go for.
Also i need designer view to design tabs in Visual studio 2003
What i'm planning is as follows
1. create a Form with tabpages
2. create usercontrol change the folowing
public class UserControl1 : System.Windows.Forms.UserControl
to
public class UserControl1 : System.Windows.Forms.Panel
3. write code for each panel seperately
4. Embed each panel in the each tabpage
Is this solution feasible ? Please suggest
And in future we may remove all the tab pages and go for Explorer view
solution . I dont want to redo the code .
thanks
Matt