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 › [Help]Settings 2[Solved]

Post[Help]Settings 2[Solved]

Posts 1–12 of 12 · Page 1 of 1
tremaster
tremaster
[Help]Settings 2[Solved]
hey im making something that i need it to save evry thing so when i open it back up nothing change
#1 · 16y ago
Blubb1337
Blubb1337
Quote Originally Posted by tremaster View Post
hey im making something that i need it to save evry thing so when i open it back up nothing change
textbox?
checkbox?

use my.settings....there are tutorials 'bout that..
#2 · 16y ago
tremaster
tremaster
plz just tell me
#3 · 16y ago
MJLover
MJLover
Quote Originally Posted by tremaster View Post
hey im making something that i need it to save evry thing so when i open it back up nothing change
What you exactly want to do ?? Retaining controls position, retaining their state (for example checkbox check state) , or what ????

If we know what exactly you wanna do, then we can help !! Tell us exactly what ya wanna do !!
#4 · 16y ago
tremaster
tremaster
ok i want evry thing to stay the sameall the codes and evry thing like lets say a button made a textbox read only how would i make that command save
#5 · 16y ago
Blubb1337
Blubb1337
http://www.mpgh.net/forum/33-visual-...-settings.html

god bless the search function.
#6 · 16y ago
tremaster
tremaster
i dont want to click the link im to lazy
#7 · 16y ago
MJLover
MJLover
Quote Originally Posted by tremaster View Post
ok i want evry thing to stay the sameall the codes and evry thing like lets say a button made a textbox read only how would i make that command save
OK, suppose you have a textbox and a button on the form. When you close the form the textbox will save the text and the next time we open the form, it retrieves the text !!!

Here you go:

On your main form's closing event (For example: Form1), put this code:

Code:
'Replace Textbox1.text with the text you want to save...
SaveSetting(Application.productName,"Settings","Txt",textbox1.text)
Next double click the same form and put the following code:

Code:
'Replace Textbox1.text with the same textbox you used on the closing event of the form.
Textbox1.text = GetSetting(Application.productName,"Settings","Txt","")
Quote Originally Posted by tremaster
i dont want to click the link im to lazy
LOL

Don't say that you are lazy to C&P now
#8 · edited 16y ago · 16y ago
tremaster
tremaster
thanks mj ill test it
edit:worked fine
#9 · edited 16y ago · 16y ago
NextGen1
NextGen1
@ TreMaster

We are here to help, but when a link is provided , make some effort to use it.

If your simply just looking for others to send you a C&P friendly code, then you will never learn, and will always have to ask.
#10 · 16y ago
tremaster
tremaster
mj go on xic
#11 · 16y ago
Blubb1337
Blubb1337
Quote Originally Posted by tremaster View Post
i dont want to click the link im to lazy
Seriously? *insert mean insult here*
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Settings[Solved]By ppl2pass in Visual Basic Programming
    6Last post 16y ago
  • [Help] Setting your program's default cursor [Solved]By nathanael890 in Visual Basic Programming
    9Last post 15y ago
  • Help me to solve this ? :#By josias008 in Combat Arms Help
    9Last post 15y ago
  • [HELP] Set up MPH PublicBy Bobbyshermen in Combat Arms Discussions
    1Last post 17y ago
  • [HELP]Set the dll(s)'...By theavengerisback15 in Visual Basic Programming
    3Last post 16y ago

Tags for this Thread

None