How can I display only the button to minimize a form, without displaying the X or the maximize button?
I would like to add a bit of code to my Form_Load event.
In short,
You can't, (well not with just plain vb), what you could do is set the query unload to cancel out, and in the form resize event just put form.windowstate = 3 ( i think thats maximised).
Its kinda confuisng, post back if you need an example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.