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]Removing items from ListViewEx? [Solved]

[Help]Removing items from ListViewEx? [Solved]

Posts 1–6 of 6 · Page 1 of 1
Invidus
Invidus
[Help]Removing items from ListViewEx? [Solved]
Hey guys,
I'm trying to remove items from listviewEx
its not working.
I tried ListViewEx1.Items.Clear(ListViewEx1.SelectedIndice s)
But nooooooooooo that doesn't work.
Tried the same with selected items, doesn't work.
I know someone'll probably fix this in a few seconds, so someone?
#1 · 15y ago
'Bruno
'Bruno
.RemoveAt(index)?
#2 · 15y ago
Blubb1337
Blubb1337
for each item as listviewitem in listview1.selecteditems
listview1.items.remove(item)
next

?
#3 · edited 15y ago · 15y ago
Invidus
Invidus
Why End If ?
THere's no If.
And it works, thanks a lot.
#4 · 15y ago
Blubb1337
Blubb1337
fixxed -.-
#5 · 15y ago
Lolland
Lolland
Mmkay solved then.
#6 · 15y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Removing item from listbox [solved]By pushdis15 in Visual Basic Programming
    9Last post 15y ago
  • [HELP]Remove C:\ from C:\Test.txt in filename (Openfiledialog)By Pixie in Visual Basic Programming
    1Last post 16y ago
  • [Help] Save Items in Combobox[Solved]By FatCat00 in Visual Basic Programming
    8Last post 16y ago
  • [help] remove part of something[solved]By Shadfx in Visual Basic Programming
    4Last post 15y ago
  • [Help] Extract Filename From Listbox[Solved]By FatCat00 in Visual Basic Programming
    7Last post 15y ago

Tags for this Thread

None