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]folder mover program

Question[help]folder mover program

Posts 1–2 of 2 · Page 1 of 1
ZA
zachman61
[help]folder mover program
im making a program for my friends at a codwaw fansite for modding but i need help making the program that will let the program user select a folder and move it to a spot designated as long as they type their account name like c:/documents and settings/ACCOUNT_NAME
please help me with this it will be the biggest thanks ever 2 the user(s) who help me with this.
Thanks for reading
Zachman61
#1 · 17y ago
Pixie
Pixie
Quote Originally Posted by zachman61 View Post
im making a program for my friends at a codwaw fansite for modding but i need help making the program that will let the program user select a folder and move it to a spot designated as long as they type their account name like c:/documents and settings/ACCOUNT_NAME
please help me with this it will be the biggest thanks ever 2 the user(s) who help me with this.
Thanks for reading
Zachman61
I made a post on this, and it should work...
http://www.mpgh.net/forum/33-visual-...ual-basic.html
But if you want your friends to type in the folder's name, so they KNOW what they're moving, then do this:

What you need:
1 TextBox
1 Button

Naming:
Button1 -To- MOVE FILE

Code:
My.Computer.FileSystem.MoveFile("C:\" + TextBox1.Text, _
    "C:\Username1\" + TextBox1.Text)
If that doesn't work, or you want them to PICK the file location to move it to, then just PM me...
OR just post here, I should be around this section...
#2 · 17y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] Taking VB Program Out Of VB Into Your Own FolderBy RepOseSS3d-KillR in Visual Basic Programming
    14Last post 15y ago
  • HELP: What other programs do I need to learn/start hacking?By ronyoung08 in General Hacking
    0Last post 18y ago
  • [HELP]Start Process/program in ResourcesBy [Project Recon]Porhaxn in Visual Basic Programming
    9Last post 16y ago
  • Help with coder programesBy Steekare in Combat Arms Europe Hacks
    8Last post 16y ago
  • Help with veiwing program?By foodman in C++/C Programming
    6Last post 17y ago

Tags for this Thread

#helpfolder#mover#program