hi, i'm new here and have a programming question
I'm developing a SDI program with database use. I want to override the buttons in the top right of the screen, the _, the resize and the (x) close buttons.
what i really want is for the users not to be able to resize the windown in any way, and if they hit [x] to close, it brings up a box asking if they really want to close. i was able to get the File->Close to refer to the close button i made.
can anyone point me in the right direction
I'm developing a SDI program with database use. I want to override the buttons in the top right of the screen, the _, the resize and the (x) close buttons.
what i really want is for the users not to be able to resize the windown in any way, and if they hit [x] to close, it brings up a box asking if they really want to close. i was able to get the File->Close to refer to the close button i made.
can anyone point me in the right direction