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]Finding someones desktop location[Solved]

[HELP]Finding someones desktop location[Solved]

Posts 1–4 of 4 · Page 1 of 1
Pixie
Pixie
[HELP]Finding someones desktop location[Solved]
How would I get someone's desktop location into a textbox automatically, so they wont have to type it in manually?
Like this:
C:\Users\******\Desktop
But where the stars are (The name of their cpu account), is what I'm wanting my program to get automatically
#1 · 16y ago
Lolland
Lolland
Code:
Dim deskt as String = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
#2 · edited 16y ago · 16y ago
Pixie
Pixie
Quote Originally Posted by lolland View Post
Code:
Dim deskt as String = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
How would I make that go to a textbox?
Code:
Textbox1.Text = deskt
??
#3 · edited 16y ago · 16y ago
Lolland
Lolland
Yeah. Exactly.


Edit: Marked solved, you told me so on MSN.

Don't bump for >7 days yatta yatta yatta.
#4 · edited 16y ago · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] Finding the averages on a 2D array (Diagonally)[Solved]By SERG in Visual Basic Programming
    5Last post 15y ago
  • [Solved]Need help finding a thread.By -Devil- in CrossFire Help
    6Last post 15y ago
  • [Help]Finding .exe of my project [solved]By MrSni in Visual Basic Programming
    5Last post 15y ago
  • Finding desktop path [solved]By speedforyou in Visual Basic Programming
    4Last post 15y ago
  • Need help finding a Vindictus injectorBy VpChris in Vindictus Help
    2Last post 15y ago

Tags for this Thread

None