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]Form Background Color[Solved]

Question[Help]Form Background Color[Solved]

Posts 1–6 of 6 · Page 1 of 1
Shark23
Shark23
[Help]Form Background Color[Solved]
Hey guys,

I'm trying to change the form color in the coding. When I use the
Code:
frmMain.Backcolor.ColorRed
command it has an error telling me that I need to use the
Code:
Me.
command. When I use that, it says it cannot instance itself in the code. Is there a way I can do this or should I just put a panel covering the form and recolor that?
#1 · 16y ago
NextGen1
NextGen1
[php]
Me.BackColor = Color.red
[/php]
#2 · 16y ago
zmansquared
zmansquared
Also quite helpful

Edit: how would you create it so that A. it would read a color diaglor box then change the background or B. when user types "blue" into textbox 3 it changes the back ground.

I like A better, any ideas nextgen or anyone
#3 · edited 16y ago · 16y ago
NextGen1
NextGen1
[php]
Protected Sub button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim Bcolor As New ColorDialog()
Bcolor.ShowDialog()
me.BackColor = Bcolor.Color
End Sub
[/php]

Hope this helps

Added to UI snippets in Snippets Vault


#4 · 16y ago
zmansquared
zmansquared
It works. you rock once again. LOL
#5 · 16y ago
NextGen1
NextGen1
Not a problem
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Change Txt Colors[Solved]By ppl2pass in Visual Basic Programming
    4Last post 16y ago
  • [help]Convert String to Color[Solved]By mnpeepno2 in Visual Basic Programming
    10Last post 16y ago
  • [help]background worker[solved]By ppl2pass in Visual Basic Programming
    2Last post 16y ago
  • [Help]PopUp Form Center Screen[Solved]By tremaster in Visual Basic Programming
    15Last post 16y ago
  • [Help]Portions of Screen Flash Diff. Colors[SolvedBy Balls Out in Battlefield Bad Company 2 (BFBC2) Hacks
    7Last post 16y ago

Tags for this Thread

None