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] Making a custom GUI translucent

Question[Help] Making a custom GUI translucent

Posts 1–11 of 11 · Page 1 of 1
Samueldo
Samueldo
[Help] Making a custom GUI translucent
I'm trying to make a custom GUI, but I want it to be translucent and I don't see anything in VB that can help me achieve this.

Of course I could use Me.Opacity = XX but I want the main controls (buttons and textboxes etc) to remain normal. I've spent a few hours searching the internet and the VB section but with no success.

Thanks in advance,
Ryan/Samueldo
#1 · 16y ago
ViittO
ViittO
Transparency key ftw!!!!!

set your back color to (color)
+
set your transparency key to (color)
=
(color) is invisible!!!!!
#2 · edited 16y ago · 16y ago
NextGen1
NextGen1
Just be sure to use some obscure color (not control color). just a preference.

Easy way to do it is

form load

[php]
TransparencyKey = BackColor
[/php]

also read this to keep things "clean"

BUG: The TransparencyKey property is not effective for Windows forms if the color depth of the monitor is set to a value that is greater than 24-bit
#3 · 16y ago
Samueldo
Samueldo
I need it translucent, not transparent. There's a difference. Thanks for helping anyway though.
#4 · 16y ago
Lolland
Lolland
GDI+ Can achieve this. Sadly I never use GDI+.

Someone in the VB section was an expert at GDI+, however he's been inactive for 2-3 months.

You just set the form opacity to something low, and use GDI to draw the buttons.

If you know basic C#, you can probably convert this to VB:
Creating a Glass Button using GDI+ - CodeProject

Cheers.
#5 · 16y ago
Samueldo
Samueldo
Quote Originally Posted by lolland View Post
GDI+ Can achieve this. Sadly I never use GDI+.

Someone in the VB section was an expert at GDI+, however he's been inactive for 2-3 months.

You just set the form opacity to something low, and use GDI to draw the buttons.

If you know basic C#, you can probably convert this to VB:
Creating a Glass Button using GDI+ - CodeProject

Cheers.
Thanks This should help a lot

I'll post any problems ASAP.

Oh, and define "basic". XD Don't worry there's tons of C#<->VB converters on the net, I'll get it working
#6 · 16y ago
NextGen1
NextGen1
ha, the noob workaround is 2 have 2 forms, one transparent and one with low opacity. overlay them
#7 · 16y ago
Blubb1337
Blubb1337
Ya we all know that you like it "the noob way" !

Already bought your diapers btw?
#8 · 16y ago
QD
qddW$#%^jtyjtyj
Its nice that you got it working
#9 · 16y ago
NextGen1
NextGen1
I don't like the noob way, Just know who else crawls these forums
#10 · 16y ago
mnpeepno2
mnpeepno2
Quote Originally Posted by NextGen1 View Post
Just be sure to use some obscure color (not control color). just a preference.

Easy way to do it is

form load

[php]
TransparencyKey = BackColor
[/php]

also read this to keep things "clean"

BUG: The TransparencyKey property is not effective for Windows forms if the color depth of the monitor is set to a value that is greater than 24-bit
nextgen!!!, this has already been solved in the 2008 version!!! It works on monitors more than 24 bit...
#11 · 16y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Custom GUI[Solved]By martijno0o0 in Visual Basic Programming
    1Last post 16y ago
  • [help] making custom reticlesBy Shckr57 in Call of Duty Black Ops Help
    5Last post 15y ago
  • Need help making perm bindsBy crenfro36 in Vindictus Help
    1Last post 15y ago
  • Help Making Character Guides(Fiona/Evie)By quevreauxx in Vindictus Help
    7Last post 15y ago
  • help making iron sightsBy hiddengravy in Combat Arms Mod Help
    0Last post 15y ago

Tags for this Thread

None