patriciaxxx
Programmer
These are the form settings:
Close Button = Yes
ControlBox = Yes
BorderStyle = Dialog
MaxMinBitton = None
The above setting gives me the Close button (X) but also the form ControlBox.
If I change the settings to:
Close Button = Yes
ControlBox = No
BorderStyle = Dialog
MaxMinBitton = None
Both the Close button (X) and the form ControlBox, infact all buttons, are removed.
I would like to display the close button (X) only and none of the forms other buttons / controls.
Does anyone know how this could be achieved, maybe using API and the forms handle or something?
Close Button = Yes
ControlBox = Yes
BorderStyle = Dialog
MaxMinBitton = None
The above setting gives me the Close button (X) but also the form ControlBox.
If I change the settings to:
Close Button = Yes
ControlBox = No
BorderStyle = Dialog
MaxMinBitton = None
Both the Close button (X) and the form ControlBox, infact all buttons, are removed.
I would like to display the close button (X) only and none of the forms other buttons / controls.
Does anyone know how this could be achieved, maybe using API and the forms handle or something?