Small Tutorial: Keep Sizable Form Border StyleIf you want to keep the Sizable FormBorderStyle but dont want it to drag from the edges, simple change the AutoSizeMode in properties to GrowAndShrink the end.
Originally Posted by ecaep42 If you want to keep the Sizable FormBorderStyle but dont want it to drag from the edges, simple change the AutoSizeMode in properties to GrowAndShrink the end. Too short to be a tutorial. Add it to the snippet thread.
Originally Posted by raow25 Too short to be a tutorial. Add it to the snippet thread. but it's not a snippet.
Originally Posted by raow25 Me.form border style = Autosizemode (I don't know what it is, I'm on my phone.) Nope, it's not a snippet and it may work with a code, but ultimately, it's not a snippet. Plus it'd be Code: Me.AutoSizeMode = Windows.Forms.AutoSizeMode.GrowAndShrink
Originally Posted by ecaep42 Nope, it's not a snippet and it may work with a code, but ultimately, it's not a snippet. Plus it'd be Code: Me.AutoSizeMode = Windows.Forms.AutoSizeMode.GrowAndShrink Hahaha. i was tired and on my phone, don't expect anything i say to make sense. But, it still should be a snippet.
Originally Posted by raow25 Hahaha. i was tired and on my phone, don't expect anything i say to make sense. But, it still should be a snippet. but it isn't a snippet. snippet is a small part of coding, this is not coding, its changing properties of a form.
Originally Posted by ecaep42 but it isn't a snippet. snippet is a small part of coding, this is not coding, its changing properties of a form. https://www.google.com/search?q=definition+snippet snip·pet ˈsnipit/ noun noun: snippet; plural noun: snippets 1. a small piece or brief extract. "snippets of information about the war" synonyms: bit, scrap, fragment, particle, shred;
Originally Posted by ecaep42 but it isn't a snippet. snippet is a small part of coding, this is not coding, its changing properties of a form. Changing properties on the form is a code?
"Changing properties of a form" yes, that's still code. It's basic, there is no logic, it's just updating a value..but that's still code. Is it not?
Originally Posted by abuckau907 https://www.google.com/search?q=definition+snippet In the words of Einstein, you are one major douche. Originally Posted by raow25 Changing properties on the form is a code? How I've been reading your replies... to you it is.
Why is a form so special (or unspecial)? What if you change a single property of any other object? Would that not count either?
You're arguing about what a snippet is.... You don't like my replies? I'm sorry. I guess I'm ignorant :/ edit: 10 minutes later... @ecaep42 What if you change a single property of any other object? Would that not count either? Are you saying 1-liners don't count, or something that only changes a value doesn't count? or what?