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 › [REQUEST]Source Code For "Remember Me" in a checkbox

[REQUEST]Source Code For "Remember Me" in a checkbox

Posts 1–6 of 6 · Page 1 of 1
Dreamer
Dreamer
[REQUEST]Source Code For "Remember Me" in a checkbox
Hi can anyone help me find a code for remember me? I have made a login system and i want the option for remember me for textbox1, textbox2 and textbox3. I would appreciate if anyone can help
#1 · 16y ago
Calebb
Calebb
Code:
Code for login button, or w/e.

   If CheckBox1.Checked = True Then
            My.Settings.name = TextBox1.Text
            My.Settings.password = Textbox2.text
            My.Settings.Save()
            My.Settings.Reload()
            Label1.Text = "Saved!" //optional
            Label1.ForeColor = Color.LimeGreen  //optional
        End If
Code:
Form1.load

CheckBox1.Checked = True
        TextBox1.Text = My.Settings.name
        Textbox2.Text = My.Settings.password
Note: You have to add user, and pass as strings in your settings.

Hope i helped.
#2 · 16y ago
Dreamer
Dreamer
doesnt work have a error while trying to debug something to do with integer
#3 · 16y ago
CoderNever
CoderNever
you need to define the variables under settings...if you do not know how you may refer to my tutorial below.
#4 · 16y ago
†hêêlêmê񆹲
†hêêlêmê񆹲
Quote Originally Posted by Coder Never View Post
you need to define the variables under settings...if you do not know how you may refer to my tutorial below.
What tutorial? lol.
#5 · 16y ago
Erinador
Erinador
Quote Originally Posted by †hêêlêmê񆹲 View Post
What tutorial? lol.
This one

10char.
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Source Code For AFK Bot 4 CABy JIGS4W in Visual Basic Programming
    2Last post 16y ago
  • [Request] RAT client/server source code for C++By eliteCVDelite in General Hacking
    4Last post 15y ago
  • Source code for any d3d/memory hackBy Ragehax in C++/C Programming
    6Last post 16y ago
  • [Request] Source Code DLL Injector (Text) - VB 2008 CodesBy deocute in Visual Basic Programming
    1Last post 16y ago
  • Source Code for a vb TapperBy zmansquared in Combat Arms Hack Coding / Programming / Source Code
    0Last post 16y ago

Tags for this Thread

#checkbox#code#remember me#requestsource