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]Basic Text Box[Solved]

[Help]Basic Text Box[Solved]

Posts 1–4 of 4 · Page 1 of 1
FL
FlashDrive
[Help]Basic Text Box[Solved]
Hello MPGH,

I need some help

My question:

I am making a login system for one of my programs and I am having a bit of trouble with it. I am trying to make it that you can type anything you want in the textbox, Instead of just one particular password.

Thanks in advance !
#1 · 16y ago
NextGen1
NextGen1
Textbox's by default don't have perquisites.


Based on PM:

You have this

[php]
If Textbox1.text = "Whatever they want" Then
Me.hide
Form2.show
End If
[/php]

If you want form2 to show and the active form to hide, Ignore the textbox all together. it's just

Under Button Click event

[php]
Me.hide
Form2.show
[/php]

#2 · edited 16y ago · 16y ago
FL
FlashDrive
Thank you , Problem solved.

Please close.
#3 · 16y ago
NextGen1
NextGen1
/Closed and /Solved
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Print Text Box [Solved]By zmansquared in Visual Basic Programming
    7Last post 16y ago
  • [Help]Check a Box[Solved]By ppl2pass in Visual Basic Programming
    6Last post 16y ago
  • [Help]Changing text values[Solved]By master131 in Visual Basic Programming
    4Last post 15y ago
  • [Help]Save Text to Desktop[Solved]By ppl2pass in Visual Basic Programming
    8Last post 16y ago
  • [Help]Save Text[Solved]By Shark23 in Visual Basic Programming
    7Last post 16y ago

Tags for this Thread

None