Control Buttons on Windows

jamesmc

Member
Hi All,

After creating some windows in the UIB I have made a decision that I would like to remove the three control buttons on the right of the title bar (the minimise, close and maximise/restore buttons). I have taken a look at the window widget but can't seem to find any options to allow me to do this.

Is there a way to achieve this?

TIA,

James.
 

Chris Kelleher

Administrator
Staff member
James-

No those are part of a standard Microsoft window, so there is no "easy" way to take them off. However, you can do one of the following: Use a dialog box, which is modal and does not have those buttons, or head on over to http://www.global-shared.com/api where there are some examples of Windows API calls you can make from Progress to disable/hide those buttons.

HTH.

-Chris

------------------
Chris Schreiber
ProgressTalk.com Manager
chris@fast4gl.com
 
Top