ResizeKit: Frequently Asked Questions
Below are a few of the most frequently asked questions by users of the ResizeKit.
| No. | Question |
| Answer | |
| 9 | Q. Does the ActiveX version support VB.NET? |
| A. No. The ResizeKit does not support .NET framework. | |
| 8 | Q. In the ActiveX version, when I set the form to maximized state or minimized state in the Form_Load event and I run this form in VB IDE, when I close the program, I get an Exception error. |
| A. Set the form to maximized or minimized state in the Form_Activate event not the Form_Load event. | |
| 7 | Q. In the VCL version, when I resize a form, the size of the cells and grid strings are not resized. What should I do? |
| A. You must program this in the ExitResize event. A sample program is included with the ResizeKit. | |
| 6 | Q. In Delphi or C++Builder, why are Toolbars not resized? |
| A. These toolbars have complex mechanisms and can not be resized. | |
| 5 | Q. In Delphi or C++Builder, when I use the ManualDock method to dock a component then after that use the ManualFloat method to undock it, the component can not be resized. Why? |
| A. In the program, create the component to be docked. When using the ManualFloat method to undock the component, after undocking, release the component, then create the component again. | |
| 4 | Q. In the ResizeKit VCL version, during programming, when I change the form Position property from the value set during design, the form is not resized. Why? |
| A. Please do not change the form Position property value during programming | |
| 3 | Q. In the ResizeKit VCL version, when I resize the fonts on a label, etc., the font text is cut off. Why? |
| A. Please set the label's AutoSize property to False. | |
| 2 | Q. In the ResizeKit VCL version, eventhough I set the appropriate control name in the NoResizeFntCtl, the fonts are still resized. Why? |
| A. Please set the ParentFont property for that control to False. | |
| 1 | Q. In VisualBasic 5.0, when I place the Resize Control on the form and execute, the program freezes up. Why? |
| A. Please update VisualBasic 5.0 with Service Pack 2 (SP2) or above. |


