ExclamationHelpGet Visual Basic Form Appear In CF

Posts 18 of 8 · Page 1 of 1
Get Visual Basic Form Appear In CF
Anyone know a code or how to get a visual basic form to appear inside the crossfire game like you see in hacks?
It's for my black market times recording program, and i want it to appear in game when i press insert and disappear when i press insert a second time.
make your project always on top
Quote Originally Posted by sobasoba13 View Post
make your project always on top
as i think : no it won't work , only a loop with
c++ :
Code:
this->BringToFront();
but will cause huge lag !!!

Already Did That In MY private project before !! huge lag and may flicker !!
#sry4badenglish !!!
Quote Originally Posted by I2espect View Post
as i think : no it won't work , only a loop with
c++ :
Code:
this->BringToFront();
but will cause huge lag !!!

Already Did That In MY private project before !! huge lag and may flicker !!
#sry4badenglish !!!
i am not pro with VB i just told him a trick i used to use
but yes in C++ it easy
Quote Originally Posted by sobasoba13 View Post
i am not pro with VB i just told him a trick i used to use
but yes in C++ it easy
IN vb.net is the same anyway
Code:
Me.BringToFront() ' Bring ME TO THE FRONT PLZ xD
Quote Originally Posted by I2espect View Post
IN vb.net is the same anyway
Code:
Me.BringToFront() ' Bring ME TO THE FRONT PLZ xD
skype ??
Quote Originally Posted by sobasoba13 View Post
make your project always on top
I can't believe something so simple can work...haven't tried it yet but seems legit thanks
Quote Originally Posted by muteninja View Post
I can't believe something so simple can work...haven't tried it yet but seems legit thanks
Good Luck
urw
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?