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]ListBox.Item.Selected[Solved]

Post[Help]ListBox.Item.Selected[Solved]

Posts 1–7 of 7 · Page 1 of 1
hopefordope
hopefordope
[Help]ListBox.Item.Selected[Solved]
hey, i was making a pokedex and i made a listbox with 3 pokemon in it. i cant figgure out when you click a pokemon it shows its stats, evolution e.t.c
how can i do this?
i also have the data that in need to add
#1 · 16y ago
NextGen1
NextGen1
I would use images, Just cause it would look cool.

In either case, I made a slight mistake before in the loop -

[php]
Dim item As String
For Each item In Me.ListBox1.Items
If ListBox1.SelectedItem = "test" Then
MsgBox("test")
Else
'do nothing
End If
Next
[/php]
#2 · edited 16y ago · 16y ago
Invidus
Invidus
So.. What's your code supposed 2 do?
#3 · 16y ago
NextGen1
NextGen1
My Code? My Code loops through items and determines the clicked item.

#4 · 16y ago
Bombsaway707
Bombsaway707
Edit: NVM nextgen already answered the question xD
#5 · 16y ago
Invidus
Invidus
Uhh. So is this solved??
#6 · 16y ago
NextGen1
NextGen1
Marked Solved. Avoid posting unless under 7days and necessary
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Listbox item selection [solved]By polas6 in Visual Basic Programming
    3Last post 15y ago
  • [Help]Add Listbox Items per line[Solved]By nathanael890 in Visual Basic Programming
    12Last post 15y ago
  • [Help]Removing item from listbox [solved]By pushdis15 in Visual Basic Programming
    9Last post 15y ago
  • [Help] VB.NET 2008 - Saving ListBox Items in SettingsBy Samueldo in Visual Basic Programming
    12Last post 16y ago
  • [Help]ComboBox Selections[Solved]By ppl2pass in Visual Basic Programming
    5Last post 16y ago

Tags for this Thread

None