if you have the FFACE.vb helper file you can just add it into your current project - load FFACE like this:
Main.vb:
first two lines are
Quote:
Option Strict Off
Option Explicit On
|
in the mainform_load add this line:
Quote:
FFACE.NativeMethods.InitFFACE()
|
now u can easily do stuff like... TextBox1.Text = FFACE.Player.Name , which would display your current name in a textbox with the name "TextBox1.Text"
please try this out first. if you really cant get this to work at all, i will create a sample project for you (ready to use WindowerHelper.dll for the directinput keystrokes and FFACE.dll for the memory readin)