Small Tutorial: Keep Sizable Form Border Style

Posts 113 of 13 · Page 1 of 1
Small Tutorial: Keep Sizable Form Border Style
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.
Quote Originally Posted by ecaep42 View Post
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.
Quote Originally Posted by Raow View Post
Too short to be a tutorial. Add it to the snippet thread.
but it's not a snippet.
Me.form border style = Autosizemode (I don't know what it is, I'm on my phone.)
Quote Originally Posted by Raow View Post
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
Quote Originally Posted by ecaep42 View Post


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.
Quote Originally Posted by Raow View Post
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.
Quote Originally Posted by ecaep42 View Post


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;
Quote Originally Posted by ecaep42 View Post


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?
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?
"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?
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?