-
Jan 25th, 2025, 06:04 AM
#1
Thread Starter
PowerPoster
-
Jan 25th, 2025, 06:09 AM
#2
Thread Starter
PowerPoster
Re: xiaoyao Tab Usercontrol Support Container
This is just a tab control template that supports containers. Adding multiple tabs and switching can be extended on this basis.
Mainly in form design, multiple controls can be placed in different tabs, achieving a significant breakthrough.
There is a major bug: After adding the control, you need to switch to another tab to complete the save, otherwise the new control added will be in the first tab and not actually enter the tab with the specified ID.
Last edited by xiaoyao; Jan 25th, 2025 at 06:36 AM.
-
Jan 27th, 2025, 01:06 PM
#3
Thread Starter
PowerPoster
Re: xiaoyao Tab Usercontrol Support Container
In VB6 form design mode. Add multiple custom controls. If the form is closed, the unload event for the control is not executed in code.(Compiled to exe and run without problems.)Is there a way to reverse the VB6 IDE?
The class _ unload event(usercontrol_Terminate event), where you insert a breakpoint.
It is not added manually. Call ASM _ add breakpoint
But the best way to do this is to add safe subclassing, using your assembly techniques.
Last edited by xiaoyao; Jan 27th, 2025 at 01:12 PM.
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
|