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]Processes[Solved]

Post[Help]Processes[Solved]

Posts 1–10 of 10 · Page 1 of 1
/B
/b/oss
[Help]Processes[Solved]
hi.
[PHP]For Each process In process.GetProcesses(My.Computer.Name)
ListBox2.Items.Add(process.ProcessName)
Next[/PHP]
why is process underlined? + can you tell me how to add running processes to list box (one per line)
thank you
#1 · 16y ago
Blubb1337
Blubb1337
dim process as process

You still don't get the basics, before asking you may try to read the error.
#2 · 16y ago
Hassan
Hassan
@Blubb: There's no problem with using even process as variable name. VB is not a sicko language. It can distinguish between classes.

@m_t_h:

Here's the code ya need:

Code:
 For Each process As Process In Diagnostics.Process.GetProcesses
            MsgBox(process.MainWindowTitle)
        Next
No need to explain, coz u won't read it !!
#3 · 16y ago
Blubb1337
Blubb1337
Well ik, but my point was the declaration. You can sure do it both ways

When you C&P something, make sure you c&p the declarations..
#4 · 16y ago
Hassan
Hassan
Quote Originally Posted by Blubb1337 View Post
Well ik, but my point was the declaration. You can sure do it both ways

When you C&P something, make sure you c&p the declarations..
Yup ...

And OMG OMG ! He is a minion. Congratz mth
#5 · 16y ago
/B
/b/oss
Quote Originally Posted by FLAMESABER View Post
He is a minion. Congratz mth
thank you dude /me
#6 · 16y ago
Jason
Jason
He made minion? My gawd.
#7 · 16y ago
/B
/b/oss
Quote Originally Posted by J-Deezy View Post
He made minion? My gawd.
thehehe anyway already done so this should be closed
#8 · 16y ago
Lolland
Lolland
Sure thing.
#9 · 16y ago
NextGen1
NextGen1
Even at request, only un-useful threads will be closed.

Others may have this issue and if it is closed it is less likey to be opened, and we will get a new thread for the same issue, Marked solved Do not post in this thread unless < 7 days or necessary.
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Kill Process[Solved]By iDrEwX in Visual Basic Programming
    12Last post 16y ago
  • Please help me solve the hackers!By j148148 in Alliance of Valiant Arms (AVA) Help
    2Last post 15y ago
  • [Help]Starting a process[solved]By nathanael890 in Visual Basic Programming
    4Last post 16y ago
  • [Help]Progressbar[Solved]By Shocker2010 in Visual Basic Programming
    2Last post 16y ago
  • [Help]PictureBox[Solved]By zmansquared in Visual Basic Programming
    6Last post 16y ago

Tags for this Thread

None