Page 3 of 3 FirstFirst 123
Results 81 to 82 of 82

Thread: VB6 Dynamic Menu-, Popup- and Toolbar-Demo (vbRichClient-based)

  1. #81
    New Member
    Join Date
    Nov 2023
    Posts
    4

    Re: VB6 Dynamic Menu-, Popup- and Toolbar-Demo (vbRichClient-based)

    Thanks Olaf.

    Set the Panel.WidgetRoot.Zoom, must be after then statement(Form_ResizeWithDimensions sub): View.CurLayout.ResizeOnParent

  2. #82
    PowerPoster
    Join Date
    Jan 2020
    Posts
    4,180

    Re: VB6 Dynamic Menu-, Popup- and Toolbar-Demo (vbRichClient-based)

    set menu font size 200%,300%


    Code:
      Set TopPanel = Cairo.WidgetForms.CreateChild(hWnd)
      TopPanel.WidgetRoot.Zoom = 3
      Set MenuBar = TopPanel.Widgets.Add(New cwMenuBar, "MenuBar", 0, 0, ScaleWidth, 25 * TopPanel.WidgetRoot.Zoom)

    How to set the toolbar icon to enlarge? Up and down, left and right in the middle?
    Attached Images Attached Images  
    Last edited by xiaoyao; Jul 30th, 2024 at 02:49 PM.

Page 3 of 3 FirstFirst 123

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