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 › Making A Program To Open Another Program - Need Help !

QuestionMaking A Program To Open Another Program - Need Help !

Posts 16–21 of 21 · Page 2 of 2
GR
GreenPro
Quote Originally Posted by abuckau907 View Post
Don't forget btn_credits 8-)

"But is it possible to just display the icon/png/jpeg of the program instead of the whole file path ?"
Sure. Google "how to add images to a ListView"...

"and also how can i give an error using a label , which will say that "The File Was Not Found , It Might Have Been Changed , Removed Or Moved. Please Browse The Add The File Again If Its Still In Your Machine." And Thanks =)"

If System . IO . File . Exists ( ) = False Then '' or lots of other functions.
myLabel.Text = "paste your error message here"
End If
Hello , Thank You . helped me alot by the way any good suggestions to learn proramming , , , like ebooks or video tutorials . i am actually quite a newbie and really interested in learn programming even though i dont have that much time . Thanks
#16 · 13y ago
abuckau907
abuckau907
Stereotypical "read a book" I'm afraid : )

"...even though i dont have that much time." - No advice for that. You get back what you put in, just like everything else in life.
#17 · edited 13y ago · 13y ago
Jorndel
Jorndel
Quote Originally Posted by King Aldrin View Post
Is this what you want? (download the attachment)

Virus Scans:
/Problem

I'm sorry to inform you that you're attachment is affected by our current problem.
-We're unable to download it due to some updates

This problem should be solved within the next 24 hours.

-Jorndel, Programming Minion
#18 · 13y ago
abuckau907
abuckau907
@OP If you're only uploading an image, maybe upload it to a public image hosting service and then just post the link in here.
(as "bb code" ie. [ I M G ] h t t p : / / w w w . somesite . com / yourimage . jpg [ / I M G ] without spaces of course)
- I use tinypic , has worked well so far. or https://www.google.com/#q=Free+image+hosting
#19 · 13y ago
DA
DawgiiStylz
Quote Originally Posted by GreenPro View Post
Nice ! But is it possible to just display the icon/png/jpeg of the program instead of the whole file path ? and also how can i give an error using a label , which will say that "The File Was Not Found , It Might Have Been Changed , Removed Or Moved. Please Browse The Add The File Again If Its Still In Your Machine." And Thanks =)
If you added the files via openfiledialog that file is going to exist, unless when you run it and the file is not there, then you could execute the code where the file doesn't exist.

Code:
If My.Computer.FileSystem.FileExists(ListView1.FocusedItem.Text) Then
            Shell(ListView1.FocusedItem.Text) 'Shell also have additional parameters if you want a few more options
Else
Label1.Text = ListView1.FocusedItem.Text & " does not exist"
        End If
About the image, add a imagelist and set the listview smallimageindex to the imagelist that you've added. Then, on the open event, you'll just need to populate the imagelist.images
#20 · edited 13y ago · 13y ago
Jorndel
Jorndel
//Approved
#21 · 13y ago
Posts 16–21 of 21 · Page 2 of 2

Post a Reply

Similar Threads

  • Opening Another ProgramBy aanthonyz in C++/C Programming
    15Last post 15y ago
  • i wona make air wall pass glitch and i need help with fraps sentings etcBy Diogo40440 in CrossFire Glitches
    8Last post 13y ago
  • Dll I openned with NotePad need help !By deathtrap in CrossFire Help
    9Last post 15y ago
  • i need help with the ip programs ( To make the offers)By sonik12317 in CrossFire Help
    7Last post 14y ago
  • UCE....How to program and what i'll need.By scooby107 in WarRock - International Hacks
    6Last post 19y ago

Tags for this Thread

#add#codings#help#launch#opener#program#shortcut