I've been seeking lot of forums arround the web, trying to find a way to make my tabControl more appealing, by making a progressbar to make the program "look like" more fast and efficient.
My Goal: Get the .Refresh function from my tabControl in a progressbar, and while it's doing it's work, the tabControl is !Visible, in the end, the tabControl reappear with an Alpha (I'll seek that afterwards) from 0 to 100%.
Thanks for the support!
PS: Using V2010 C#.
EDIT
@Mitch Wheat: 1) To make it "look like" more efficient. 2) I simply have a TabControl and a progressbar, with lots of textfields in the tabControl. All I want is to make the tab load before actually showing.
@CharithJ: Even that, I still don't know how to know the progress of my TabControl (refresh feature).
@Mathias Lykkegaard Lore: It's easy to say "make your custom control", but even that I don't know how to get the refresh progress of my tabControl.. That is the point here, get the refresh time of my TabControl.