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 › import background thing help

Questionimport background thing help

Posts 1–4 of 4 · Page 1 of 1
hopefordope
hopefordope
import background thing help
hi ppl i was adding a feature to my injector when i got stuck.

ok so i made a button and if i click it , it shows a browse thing to browse for a picture (jpg or png) which sets that picture for the form background.
this is my code wtill now.
Code:
OpenFileDialog1.Filter = "JPG (*.jpg) |PNG (*.png)"
        OpenFileDialog1.ShowDialog()
        Dim FileName As String
        FileName = OpenFileDialog1.FileName.Substring(OpenFileDialog1.FileName.LastIndexOf("\"))
        Dim DllFileName As String = FileName.Replace("\", "")
        Me.BackgroundImage =
so can any finish this code of
#1 · 16y ago
KABLE
KABLE
did you c&p that?
#2 · 16y ago
hopefordope
hopefordope
i coppied and pasted it from my full code
#3 · 16y ago
NextGen1
NextGen1
It's not really "Your Code", but no matter.

Code:
  OpenFileDialog1.Filter = "JPG Files|*.jpg|Bitmap Files|*.bmp"
        If OpenFileDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then

            Me.BackgroundImage = System.Drawing.Image.FromFile(OpenFileDialog1.FileName)


Use this code, It's cleaner, and not copied and pasted from the rest of "Your Code"
There are lines of code that don't need to be there .
#4 · edited 16y ago · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Weird thing... Help? xDBy howeryu in Vindictus Help
    0Last post 15y ago
  • How to Fix Simple Things +Help ResourcesBy HomeScillet in Combat Arms Help
    15Last post 14y ago
  • Need sony vegas cracked or some thing[HELP]By w0w649 in General
    7Last post 16y ago
  • Really Important question please HelpBy josephjboogie3 in General Game Hacking
    2Last post 18y ago
  • Myspace layout background thingBy Aoe3_CA in Help & Requests
    0Last post 17y ago

Tags for this Thread

None