Frantic-
02-15-2005, 03:15 PM
Im new to visual basic, and I was wondering why when i maximize my application window, the applications contents dont resize, and I was wondering how to make them resize when i maximize the window.
Window Resize?Frantic- 02-15-2005, 03:15 PM Im new to visual basic, and I was wondering why when i maximize my application window, the applications contents dont resize, and I was wondering how to make them resize when i maximize the window. 00100b 02-16-2005, 04:53 AM You will need to tell the controls to resize in the form's Resize event, using the controls' metrics properties (ie, Left, Top, Width, Height) or their Move method. passel 02-16-2005, 07:12 AM You will find out it is a bit of a pain. There are other threads that discuss possible methods, and there are some add on controls (which I haven't tried) that are suppose to help. I guess creating layout managers is a complicated enough addition that it was always a low priority on Microsoft's task list so was never done. Frantic- 02-16-2005, 03:05 PM they have it on VB 2005 i know, but i use 6.0 |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum