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] Math.Abs(Textbox1.text) issue

[HELP] Math.Abs(Textbox1.text) issue

Posts 1–9 of 9 · Page 1 of 1
MN
mnpeep
[HELP] Math.Abs(Textbox1.text) issue
Well this seems weird but for my next version (v1.4) for my program I plan to add an absolute value equation, all i know s that abs( on a graphic calculator is absolute value, so... I get an error when i get to this equation:

Quote Originally Posted by Mnpeep's Multitool v1.4 (Under Development)
If button8.enabled = false and button7.enabled = true then label5.text = math.abs(textbox1.text)
How do I fix this problem?
#1 · 16y ago
WT
wtfiwantthatname
Try
Code:
math.abs(int32.parse(Textbox1.text))
#2 · 16y ago
CoderNever
CoderNever
isn't absolute value the same number except if its a negative you take the negative out..? if so..you can just do this...
Code:
Textbox1.Text = Textbox1.Text.Replace("-","")
#3 · 16y ago
WT
wtfiwantthatname
Yeah the absolute value of any number is that number.
#4 · 16y ago
bedshet
bedshet
oo is this like schoool math couse if it is i wana join im asian
#5 · 16y ago
Zoom
Zoom
Quote Originally Posted by bedshet View Post
oo is this like schoool math couse if it is i wana join im asian
Lol?

You need some math in coding
#6 · 16y ago
WT
wtfiwantthatname
Well he may be doing the abs value thing because you can do multiple things inside of and outside of the abs value function that could change it to a negative.
#7 · 16y ago
MN
mnpeep
i just wanted some help, and yes i want to know more complex things in VB so that is why i am taking the ABS equation instead of the other one. Thank you for your help, i expect my relese to come out on friday!!! ( Im gonna code alot on thursday. )
#8 · 16y ago
CoderNever
CoderNever
I gave you code btw...
#9 · 16y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP!] MW2 text issue!By asdf12345678 in Suggestions, Requests & General Help
    1Last post 16y ago
  • Help math problem i need a quick solver!!!By Dested in General
    44Last post 17y ago
  • Need help saving info in text boxes pleaseBy bayley60 in Visual Basic Programming
    10Last post 16y ago
  • [Help] What's this text like dll is corrupt :(By ovenran in CrossFire Hack Coding / Programming / Source Code
    2Last post 16y ago
  • Help how to add text to a mod.By cranow12 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    2Last post 15y ago

Tags for this Thread

#issue#mathabstextbox1text