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] How do you add a "Save Settings" code in my menu strip menu?

[HELP] How do you add a "Save Settings" code in my menu strip menu?

Posts 1–4 of 4 · Page 1 of 1
DayumKen
DayumKen
[HELP] How do you add a "Save Settings" code in my menu strip menu?
Here's what I'm trying to do:



Thank you.
#1 · 16y ago
Blubb1337
Blubb1337
http://www.mpgh.net/forum/33-visual-...s-article.html

Second link in the tutorial sticky.
#2 · 16y ago
TW
tweaker99
here
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
         My.Settings.username = TextBox1.Text
        My.Settings.Save()
        My.Settings.Reload()

        My.Settings.password = TextBox2.Text
        My.Settings.Save()
        My.Settings.Reload()
        End
        End
        'go to properites and make 2 strings called -username- and -password-
    End Sub
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        TextBox1.Text = My.Settings.Username
        TextBox2.Text = My.Settings.Password
    End Sub
#3 · 16y ago
Jason
Jason
Depends what you want to do, there's many ways of doing it.

Some common ones:

1. Use My.Settings
2. Use Save/GetSetting
3. Write and retrieve an ini file.

Choose one and we can help better.
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [SOLVED] [HELP]how do you add "Have Fun at my server "PLAYERNAME"By OrphanMods in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    3Last post 16y ago
  • [Help] How do you get DDD555 aimbot to work with Xfire chams?By HAPPYxHACKING in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • How do you add hacks to exception list???By random_person in Combat Arms Hacks & Cheats
    3Last post 17y ago
  • [HELP] How would you make a G36E, into a M417 Combat, being that they have differnt mBy hellohigoodbye in Combat Arms Mods & Rez Modding
    1Last post 16y ago
  • how do you add fonts in PSBy darkone1149 in Art & Graphic Design
    2Last post 20y ago

Tags for this Thread

None