Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Minimize and Maximize Button Code (Vb.NET)


Likestodraw
 Share

Recommended Posts

Oh, I get what you're saying. You want to make your own Maximize and Minimize buttons. Easypeazy. First, make similar graphics; the minimize button will be the easiest. Just create a small bitmap image with an underscore on it (_). The maximize button will be a little more difficult to do, see as how you have to rotate and align underscores, but by now you've already gotten the principle down. Next, make 2 buttons on your form and scale them down to the appropriate size; second, add the images to the button.

Edit: You can also make your own buttons and assign them inherited properties through code.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...