Visual Basic Online Course - Understanding the control resizing method

 Visual Basic Online Course

How does (Re-sizing) work ?

Download the example (MediaFire.com link)

Understanding how resizing controls work !

The basic Idea of resizing :

When resizing : Control Width grows and shrinks when form (Container) grows and shrinks with (Module). The (Modu) is the growing or shrinking Module ....

Let say we have  a control (Width = 10) on a form (Width = 20) then (Control : Width) = (10 : 20)

So when resizing the (form to = 40) then the (Control will grow to = ???) --------- Answer :
   ( 10 : 20 ) = ( ??? : 40)
   ??? = 20 , Why ?

Because the (Modu = [40 / 20]), then the ??? = 10 * Modu
??? = 20 ......... And so on ...

In the example attached you will notice that resizing the form with cause resizing the control as well.
Thanx for reading


Comments

  1. What's up colleagues, fastidious post and fastidious arguments commented here, I am really enjoying by these.



    My page: TrentHHatzenbihler

    ReplyDelete
  2. Simply desire to say your article is as astonishing.
    The clearness to your post is simply spectacular and i could assume
    you are a professional in this subject. Fine along with your permission let me to snatch your feed
    to stay updated with imminent post. Thanks one million and please continue the enjoyable work.



    Here is my web-site AdrianeQBrunot

    ReplyDelete
  3. Hi! Quick question that's totally off topic.

    Do you know how to make your site mobile friendly? My blog
    looks weird when browsing from my iphone 4. I'm trying to find a template or plugin that might be able
    to resolve this issue. If you have any recommendations, please share.
    With thanks!

    Check out my weblog ShereeYRooke

    ReplyDelete

Post a Comment

visual basic 6 source code says (Hi)

VB6 Popular Posts

Visual Basic Online Course - Function Keys (F1 to F12)

VB 0.6 - Save Files Using DialogBox Control

Free download Visual Basic 6 Documentation MSDN