Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Small Tutorial: Keep Sizable Form Border Style

Small Tutorial: Keep Sizable Form Border Style

Posts 1–13 of 13 · Page 1 of 1
ecaep42
ecaep42
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.
#1 · 12y ago
RA
Raow
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.
#2 · 12y ago
ecaep42
ecaep42
Quote Originally Posted by raow25 View Post
Too short to be a tutorial. Add it to the snippet thread.
but it's not a snippet.
#3 · 12y ago
RA
Raow
Me.form border style = Autosizemode (I don't know what it is, I'm on my phone.)
#4 · 12y ago
ecaep42
ecaep42
Quote Originally Posted by raow25 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
#5 · 12y ago
RA
Raow
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.
#6 · 12y ago
ecaep42
ecaep42
Quote Originally Posted by raow25 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.
#7 · 12y ago
abuckau907
abuckau907
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;
#8 · 12y ago
RA
Raow
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?
#9 · 12y ago
abuckau907
abuckau907
"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?
#10 · 12y ago
ecaep42
ecaep42
Quote Originally Posted by abuckau907 View Post
https://www.google.com/search?q=definition+snippet
In the words of Einstein, you are one major douche.

Quote Originally Posted by raow25 View Post
Changing properties on the form is a code?
How I've been reading your replies... to you it is.
#11 · 12y ago
abuckau907
abuckau907
Why is a form so special (or unspecial)?

What if you change a single property of any other object? Would that not count either?
#12 · 12y ago
abuckau907
abuckau907
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?
#13 · edited 12y ago · 12y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Small Tutorial - How to make an application start as admin rightsBy Intellectual in Programming Tutorials
    1Last post 5y ago
  • [HELP] Fixed size Form without changing border style?[Solved]By hitmen69 in Visual Basic Programming
    4Last post 15y ago
  • #Multitool v2 By Antagonist(Bug Fixes,Form Border Removed/Now Moveable,and More)By Jacket in CrossFire Spammers, Injectors and Multi Tools
    25Last post 15y ago
  • [Tutorial]Vb6 Transparent FormBy blipi in Visual Basic Programming
    16Last post 18y ago

Tags for this Thread

None