Results 1 to 3 of 3

Thread: xiaoyao Tab Usercontrol Support Container

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,040

    xiaoyao Tab Usercontrol Support Container

    xiaoyao Tab Usercontrol Support Container
    Compiled into OCX control, ACTIVEX control only has 40KB

    Implement a VB6 tab control with minimal code-VBForums
    https://www.vbforums.com/showthread....h-minimal-code

    TAB tab control, animation effect demonstration
    http://www.xiaoyaosoft.com/pubimg/tab14.gif



    22
    Name:  tabcontrol_Container.jpg
Views: 247
Size:  16.2 KB

    Prj_tabcontrol_Container.zip
    TAB_Usercontrol_40kb.OCX.zip
    Attached Images Attached Images  
    Last edited by xiaoyao; Jan 30th, 2025 at 09:07 AM.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,040

    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.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,040

    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
  •  



Click Here to Expand Forum to Full Width