M
Max
This is a two part question. First, how does one go about designing
forms that can reflect the XP theme? Take the TabControl for example,
even on default the one that you can use in VB.NET looks different from
the one that appears in all XP programs. Is it some reference that I
need to add, or what?
Second question is specifically about TabControl (at least I think it
is). We've all seen stuff like install programs, wizards, settings view,
etc... Forms where you have some content, click the "next" button, and
all the content changes completely. Now I'm sure it's not done with the
visible property, so how would I go about making something like that? I
started thinking about doing this with a tab control, but the problem
with that is that it is controlled by the user and there is no way of
getting rid of the tabs. I've even tried setting the size f the tab to
(1,1), but that just looks like crap. Any tips? Thanks in advance.
forms that can reflect the XP theme? Take the TabControl for example,
even on default the one that you can use in VB.NET looks different from
the one that appears in all XP programs. Is it some reference that I
need to add, or what?
Second question is specifically about TabControl (at least I think it
is). We've all seen stuff like install programs, wizards, settings view,
etc... Forms where you have some content, click the "next" button, and
all the content changes completely. Now I'm sure it's not done with the
visible property, so how would I go about making something like that? I
started thinking about doing this with a tab control, but the problem
with that is that it is controlled by the user and there is no way of
getting rid of the tabs. I've even tried setting the size f the tab to
(1,1), but that just looks like crap. Any tips? Thanks in advance.