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 Request]Error

[Help Request]Error

Posts 1–4 of 4 · Page 1 of 1
omanel
omanel
[Help Request]Error
Good night/day everybody.
I'm facing a problem, I have an application that I need to control...I mean, if a error happens I really need to be able to sort of stop the form , display a msgbox and avoid it from crashing, does the "on error goto" work here, if it does, how do I use it? Could you show me what to do and explain the steps, I don't want to copy and past it without understanding it..

Ty in advance!
#1 · 16y ago
Blubb1337
Blubb1337
Code:
Try
'your code here
Catch ex as exception
MsgBox(ex.tostring)
end try

For instance

Code:
Try
Timer1.Value = Textbox1.Text 'enter a letter in textbox1.text
catch ex as exception
Msgbox("Enter a valid number.")
End try
I cannot give you further assistance, unless you post your code.
#2 · 16y ago
Lolland
Lolland
Use the "catch as exception" to catch errors.

BTW I'm glad you don't wanna copy and paste things!
#3 · 16y ago
omanel
omanel
@blubb1337

Second one worked very well altough it wasn't for a timer, thank you!


@lolland
Thank you to anyways, and thanks for that "by the way" lol
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP REQUEST] G-FORCE ERROR (INCLUDES VIDEO) PLEASE HELPBy Superr123 in CrossFire Help
    6Last post 15y ago
  • [HELP REQUEST] Date&time Constant error. UrgentBy naomelembro14 in Suggestions, Requests & General Help
    4Last post 18y ago
  • Easy Help Request.By KrustyKokehead in Vindictus Help
    6Last post 15y ago
  • I need Help with errorBy iKSAi in Alliance of Valiant Arms (AVA) Help
    4Last post 15y ago
  • HElp request ?By wakosam in CrossFire Help
    2Last post 15y ago

Tags for this Thread

None