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
Originally Posted by 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 does this work in-game?
Originally Posted by tremaster Yes it does oh, ok, like mine one:http://www.mpgh.net/forum/33-visual-...-boschack.html
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
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