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] Associating file extension with program? [solved]

[Help] Associating file extension with program? [solved]

Posts 1–8 of 8 · Page 1 of 1
Bombsaway707
Bombsaway707
[Help] Associating file extension with program? [solved]
How would i associate a file extension with my program. I'm making a batch file creator and want to associate the custom save file extension .vlab with my program. So that it gets the same icon as my program and says "Batch-Creator save file" in the file description. Any idea how to do this? Pretty sure it has something to do with the registry

http://support.microsof*****m/kb/185453
Tried that and got an error
#1 · edited 15y ago · 15y ago
Jason
Jason
Gimme a few secs to dig up the link I found a while ago for someone.

Found it:
http://www.codeprojec*****m/KB/vb/VBFileAssociation.aspx
#2 · 15y ago
-A
-Away Alt
Quote Originally Posted by Jason View Post
Gimme a few secs to dig up the link I found a while ago for someone.

Found it:
File Association in VB.NET - CodeProject
I think @NextGen1 should update his Tutorial Thread and put new links to ur solved threads Should be helpful
#3 · 15y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by Jason View Post
Gimme a few secs to dig up the link I found a while ago for someone.

Found it:
File Association in VB.NET - CodeProject
Thanks worked with some editing. Any idea how to change the icon? i have this atm:
Code:
My.Computer.Registry.ClassesRoot.CreateSubKey("VLAB\DefaultIcon").SetValue("", Application.ExecutablePath, Microsoft.Win32.RegistryValueKind.String)
Edit: Working
#4 · edited 15y ago · 15y ago
Disturbed
[MPGH]Disturbed
VISUAL BASIC,

Y U NO INCLUDE "UNSAFE" CODE?
#5 · 15y ago
willrulz188
willrulz188
Quote Originally Posted by Disturbed View Post
VISUAL BASIC,

Y U NO INCLUDE "UNSAFE" CODE?
Why you no spell correctly?

Ontopic: I was trying the same thing before with no luck please let me know if you find out
#6 · 15y ago
Bombsaway707
Bombsaway707
The code i posted before worked, just had too restart my PC
#7 · 15y ago
Jason
Jason
Alrighty, sounds good. I'll go right ahead and mark this as solved. GG
#8 · 15y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None