Home of Gamehacking - Archiv

Normale Version: How to connect process game to VB.net
Sie sehen gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Dear All!

who can help me what the code VB.net connect to Game online process to VB 2010

thank
Hey,
please rethink what you want and ask your question again. Don't use a translator.
I want to make one program from VB auto key press and I want it work only on game only even I hide the game. I don't want it work for active windows.
thank
It should work with the postmessage API

Code:
<DllImport("User32.dll")> _
    Public Function PostMessage(ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, ByVal lParam As String) As Int32
    End Function