Results 1 to 7 of 7

Thread: [VB6] UcFormResizerLimiter

  1. #1

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    203

    [VB6] UcFormResizerLimiter

    What it is? A User Control to flicker free limit the resize of a form without
    the need to add any code to the form.


    Also (and the reason why I created it) is the ability to disable the limits
    on the IDE Form Designer screen. Now you can edit really big forms or forms that are
    bigger than your screen without problem.
    The control is not needed to run bigger forms. You can edit the form and then
    disable and remove the control.


    Name:  FormResizer1.jpg
Views: 1406
Size:  45.4 KBName:  FormResizer2.jpg
Views: 1399
Size:  33.1 KB


    When enabling it from Design mode it print the original form size to the debug window
    in case the user run the project/save with the expanded state and loss the original
    values. (Yes, it happened to me several times!)


    Note: To force the form size to become big instantly on the Design IDE set
    the 'minimum' size. if you only set the 'maximum' you will need to resize
    It manually


    It use MST for subclassing by wqweto



    Download: ucResizeLimiter_v1.0.zip

  2. #2
    Fanatic Member
    Join Date
    Jul 2007
    Location
    Essex, UK.
    Posts
    579

    Re: [VB6] UcFormResizerLimiter

    Where is the download?

  3. #3

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    203

    Re: [VB6] UcFormResizerLimiter

    Quote Originally Posted by Steve Grant View Post
    Where is the download?
    Lol!!! I forget to add it! fixed :P

  4. #4
    Addicted Member
    Join Date
    Jan 2010
    Posts
    250

    Re: [VB6] UcFormResizerLimiter

    so , in runtime, the form will automatically have scrollbar ?? so we can scroll our form ?

  5. #5

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    203

    Re: [VB6] UcFormResizerLimiter

    Quote Originally Posted by jedifuk View Post
    so , in runtime, the form will automatically have scrollbar ?? so we can scroll our form ?
    No, this UC have 2 uses: Limite the resize of the form on runtime, and also allow to resize in design time skipping the restrictions of VB6 to make larger forms than your current monitor size. If you check the example I provide I show a veeeeeeery simple and easy method to scrolll it.

    If you want the form to scroll with scrollbars check my other UC wich do that: http://www.vbforums.com/showthread.php?881631
    This UC can be used to design the form, and the other to add scrolling capabilities.

  6. #6
    Addicted Member
    Join Date
    Jan 2010
    Posts
    250

    Re: [VB6] UcFormResizerLimiter

    nice..good job.

  7. #7
    Hyperactive Member
    Join Date
    Dec 2008
    Location
    Argentina
    Posts
    440

    Re: [VB6] UcFormResizerLimiter

    very good job friend, very useful to design the form when you want to use a scroll bar, or work with panels.
    leandroascierto.com Visual Basic 6 projects

Tags for this Thread

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