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 With picture box.

Help With picture box.

Posts 1–6 of 6 · Page 1 of 1
flameswor10
flameswor10
Help With picture box.
Hey, I'm creating an app that loads up a picture box (a lot of them) and load up
"\game\something\somthing.jpg" and etc. It's supposed to load up, with the .jpg files loaded into it. which also makes these .jpg files editable. It's something I'm making and will release to MPGH
I thought of this
Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        PictureBox1.Picture = Load("\game\Test.jpg")
    End Sub
But it gives me errors..
Just wondering if there was a way to do that?
Any help appreciated, Thanks guys
-flames-
#1 · 16y ago
SK
skiiiz
I think you need a direct address.
like C:\folder\something.jpg
or
http:/rwebsite.com/something.jpg
#2 · 16y ago
Blubb1337
Blubb1337
picturebox1.imagelocation = application.startuppath & "\images\nub.jpeg"
#3 · 16y ago
flameswor10
flameswor10
Ahaha, Like how you put the "nub" in it. I'm a choob btw Thanks for you help.
Works. Thanks dude + thanks + repped
Is there a way to show .dtx files? It'd be much easier >< (Lithtech, CA)
#4 · edited 16y ago · 16y ago
GA
GameTrainerMaker
or u can upload it to tinypic or something, get the direct link then in the ImageBox properties.

goto

ImageLocation

and paste the link there
#5 · 16y ago
WA
wankswor10
Lol ok. Is there a way I can open .dtx (lithtech for CA) using picturebox?
and is there a way to set opacity for the pictureboxes?
#6 · edited 16y ago · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • help with pic boxBy hopefordope in Visual Basic Programming
    4Last post 16y ago
  • Help with picture...fast please !!!By PasterOfMuppets in CrossFire Help
    2Last post 14y ago
  • Need help with my signatures and pictures.By JustTheWind in Art & Graphic Design
    2Last post 17y ago
  • I need help with my signature pictureBy darukam in Suggestions, Requests & General Help
    2Last post 17y ago
  • I need help with my signature pictureBy darukam in Combat Arms Hacks & Cheats
    2Last post 17y ago

Tags for this Thread

None