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

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



My page: TrentHHatzenbihler
Anonymous said…
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
Anonymous said…
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

VB6 Popular Posts

Visual Basic Online Course - Excel 2003 Part 1

VB 6.0 - Save/Retrieve Images From Access Database

Visual Basic Online Course - ProgressBar Colors

VB 6.0 with MS-Access 2003 Copy a record from table to another

Free download Visual Basic 6 Documentation MSDN

Visual Basic Online Course - Run-time error '3021' : Either BOF or EOF is True, or the current record has been deleted.

Visual Basic Online Course - Create a Phone Book

VB6 Crystal Reports 4.6 Error : Method 'Action' of object 'CrystalCtrl' Failed

Visual Basic Online Course - Excel 2003 Part 2