|
-
Oct 2nd, 2023, 04:50 PM
#11
Hyperactive Member
Re: NewTab: tab control for VB6
Hi Eduardo,
Great work again! I've been using the SSTabEx with great satisfaction, and just when I was looking for some capabilities that I didn't have the need for before, I discovered this new tab, which offered exactly what I was looking for. ;-)
However, I'm now running into a little challenge:
On a form I have a tab control with multiple tabs. One of the tabs has several controls on it, among others a listview. The listview is populated when the tab is selected, with a progressbar giving the user feedback on the progress.
I’ve been using the click event to initiate the population of the listview, but that results in an “unresponsive” feeling. I.e. the tab is only selected (text bold), and the controls are only displayed at the end of the event, so there is no feedback to the user. It feels like the system if frozen until the listview has been populated.
DoEvents and Refresh don't make a difference, which I guess is logic. And as far as I can see there are no “post-click” / “activate” events.
What is the best way to quickly display the tab with its controls, and once that’s done, start populating the listview?
Thanks,
Erwin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|