-
Sizable forms...
Ya know, in the 14+ years i've been around VB(Self Taught), i've made apps for personal use, for resale, and for some larger companies(around my area)...
and not once have I made an app that was sizable..
I always set the controls, lock the height/width, and call it a day.
How do you guys handle your sizable forms? any tricks/tips? Links to a good source for example?
Thanks!
-
Re: Sizable forms...
i'd use a tablelayout panel (or more than 1) with docking + or anchoring
-
Re: Sizable forms...
I have always managed to get by with anchoring, when I have needed it.
-
Re: Sizable forms...
good to know, thanks for the info.
I've just never NEEDED a sizable form...
-
Re: Sizable forms...
If you feel that you could use an example, follow the CodeBank link in my signature and check out my thread on Using Dock & Anchor.
-
Re: Sizable forms...
Thanks JM, i'll remember that if i need an example.