You can disable the maximize button and prevent form resizing as follows.
If loading from XML:
V6.5: Set the "Type" attribute of the form to "4"
V2004: Set the "BorderStyle" attribute of the form to "4".
If loading from Code:
V6.5: Forms.Add("UID", ft_fixed)
V2004: creationPackage.WindowType = ft_Fixed
John.
Add a comment