ok im trying to use this in a music bot i made and im having problems. attached is an implementation of your iinput interface. i imported lotroextreme wrapper into my .net app. i then have a few lines of code.
Code: Select all
Private DI As New Input
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Play.Click
'Dim Test As Process = Process.GetProcessesByName("Keyboard")(0)
'AppActivate(Test.MainWindowTitle)
DI.FocusGameWindow()
DI.Key_Press(Keys.A)
End Sub
the DI calls execute but nothing happens. So i figured you guys have some kinda of log in process outside of the dll so i ran the lotro extreme.exe file it says it failed to update after 30 seconds and shuts down. what am i doing wrong here and is the login info handshake in the wrapper dll and im not seeing it?