bind hide /show keys [Question]

kazom

New member
Joined
Oct 4, 2008
Messages
1
Programming Experience
Beginner
Hello,
I'm making a little program and wonder how do i bind ctrl+h to hide a form and ctrl+s to show it again.
if its not possible to do that then how do i add buttons to the form (beside the minimize,maximize,exit buttons)
94515624sj0.jpg


Thank you!
 
To bind the form to your keystrokes, search about the property KeyPreview.

To add the minimize and maximize buttons beside the exit button, set the MinimizeBox or MaximizeBox properties.

To add your personal button, you might have to draw your own form.
 
Back
Top