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]PopUp Form Center Screen[Solved]

Question[Help]PopUp Form Center Screen[Solved]

Posts 1–15 of 16 · Page 1 of 2
tremaster
tremaster
[Help]PopUp Form Center Screen[Solved]
how do i do it?
#1 · 16y ago
Sixx93
Sixx93
trying to make a crosshair in vb.net? xD
#2 · 16y ago
tremaster
tremaster
i already have many times heres my current one http://www.mpgh.net/forum/173-operat...air-owned.html

and im going to make a better one
#3 · 16y ago
Sixx93
Sixx93
Quote Originally Posted by tremaster View Post
i already have many times heres my current one http://www.mpgh.net/forum/173-operat...air-owned.html

and im going to make a better one
does this work in-game?
#4 · 16y ago
tremaster
tremaster
Yes it does
#5 · 16y ago
Zoom
Zoom
In ca
#6 · 16y ago
Sixx93
Sixx93
Quote Originally Posted by tremaster View Post
Yes it does
oh, ok, like mine one:http://www.mpgh.net/forum/33-visual-...-boschack.html
#7 · 16y ago
Invidus
Invidus
I think this is in snippets vault..
#8 · 16y ago
hopefordope
hopefordope
in properties u should scroll down and see StartPosition
change that to Center Screen
#9 · 16y ago
tremaster
tremaster
i know but what if somthing is poped up in a diff window?
#10 · 16y ago
hopefordope
hopefordope
then you do that for that pop-up

or

if u have a Form2 or the thing you want to pop-up then
you should have button or some thing and add this code
Code:
form2.show
and in form2 you should have made the start point as center
#11 · 16y ago
mnpeepno2
mnpeepno2
Code:
dim comppoint as system.drawing.point
comppoint.x = Screen.PrimaryScreen.Bounds.Width /2 - me.width /2
comppoint.y = screen.primaryscreen.bounds.height /2 - me.height /2
me.location = comppoint
done, just put it in the form_#_load event
#12 · 16y ago
hopefordope
hopefordope
nice code. does it work though
#13 · 16y ago
mnpeepno2
mnpeepno2
yes, i have tested it before...
#14 · 16y ago
hopefordope
hopefordope
no i meant the dude who asked it.
#15 · 16y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • [Help] Drawing pixels on screen?[Solved]By master131backup in Visual Basic Programming
    14Last post 15y ago
  • [Help]Form Background Color[Solved]By Shark23 in Visual Basic Programming
    5Last post 16y ago
  • [Help] Pressing Print screen?[Solved]By nathanael890 in Visual Basic Programming
    23Last post 15y ago
  • [Help] Login form using MD5 hash + salt encryption.[solved]By luccss in Visual Basic Programming
    8Last post 15y ago
  • [Help]WarRock Korean Error ScreenBy dor619 in WarRock Korea Hacks
    2Last post 19y ago

Tags for this Thread

None