Is it possible to set the Controlbox property for a form to False, but still have the [x] button in the caption bar?
Because if I set the Controlbox = False, then the X button also disappears....
Set the form border to Fixed Dialog, and then delete the icon. You will have to refresh the form in the IDE to see the changes made by removing the icon though...D'oh!
Originally posted by Wokawidget Set the form border to Fixed Dialog, and then delete the icon. You will have to refresh the form in the IDE to see the changes made by removing the icon though...D'oh!
Originally posted by arnabbandyo Set the WhatsThisButton to True and MaxButton and MinButton to False.
if you have a fixed dialog form, then you don't have the Max and Min buttons, so no need to set them to false
If you just set them to False in a normal form, then you are still stuck with the icon
Originally posted by Wokawidget if you have a fixed dialog form, then you don't have the Max and Min buttons, so no need to set them to false
If you just set them to False in a normal form, then you are still stuck with the icon
Woka
I have a form with the borderstyle set to 2 sizable
the WhatsThisButton to True and MaxButton and MinButton to False
And they don't show up ?
Am I missing something here ?
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If