Posted: Tue Jan 22, 2008 4:49 am Post subject: Any alternative? VB08
Code:
Private Sub tmrmid_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrmid.Tick
Try
lblmidvar.Text = AxAQ.GetVariable("_root.monster.intMonsterId")
Catch
lblmidvar.Text = "N/A"
End Try
End Sub
Now this is a timer, and slows the app down considerably! Any alternative to this code? So that lblmidvar's Text changes to the _root.monster.intMonsterId variable's value every time it(_root.monster.intMonsterId) changes. _________________
XHale wrote:
Angemon102 = cool
TO DO LIST:
1) Finish and Release that God forsaken trainer
2) Update the updated VB6 Tutorial
3) Learn AAS
4) Do homework...... Damn!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum