G
GC
I have a form that has 4 related "screens" to it. Currently I am using a tab
control for this. I want to customize the look of these tabs so that there
is a graphic in the background with transparent labels and graphical
buttons. Is it easier to do the drawing on panels? Should I get rid of the
tab control and just simulate one by using 4 seperate panels, and do the
drawing on them myself? Or create some sort of derived custom tab control
where I handle the painting? I'm having a hard time coming up with clean
code to do this since the tabs need to share some common variables but at
the same time they have variables that essentially should only be in the
scope of that tab. Would 4 seperate forms be inefficient? Ideas?
control for this. I want to customize the look of these tabs so that there
is a graphic in the background with transparent labels and graphical
buttons. Is it easier to do the drawing on panels? Should I get rid of the
tab control and just simulate one by using 4 seperate panels, and do the
drawing on them myself? Or create some sort of derived custom tab control
where I handle the painting? I'm having a hard time coming up with clean
code to do this since the tabs need to share some common variables but at
the same time they have variables that essentially should only be in the
scope of that tab. Would 4 seperate forms be inefficient? Ideas?