Advertisement

Results for "Author: sven maes"

ASP_Volume2 #31981
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

ASP_Volume3 #57655
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

C_Volume2 #73043
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

Java_Volume1 #91587
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

2_2002-2004 #118734
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

3_2004-2005 #137278
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

4_2005-2006 #162952
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

5_2007-2008 #185470
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

6_2008-2009 #207988
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

7_2009-2012 #230506
Resizer Reupload

This class resizes ALL the controls on a form in just two lines of code. No API, no OCX, just a simple class, very easy to use. It tests if a control is resizable, and when ok, the control (and optionally the font) will be resized everytime the form is resized. I have noticed that the clsresizer class has to be compiled if a dll is not found... usage : make a new instance of the class dim r as new resizer in form_load : r.ResizeFonts = True (optional, this line starts the font resizing) set r.frmToSize = me 'Required r.AddItemNotToResize "command1" (optional : do not resize command1) ... end sub in form_resize : r.adjustSize 'resizes the controls (and the fonts if selected) that's all! optional : r.ResetForm(when dragging / dropping ) ... -> Get the new sizes (does not resize a control (to return to original sizes use r.adjustsize instead)

Languages
Top Categories
Global Discovery