Quote Originally Posted by eddecatoria View Post
anybody could help me please? sorry for posting here. I'm really registered but I can't post a new thread on this site. So please allow me to post my problem. Thanks for advance ADMIN.
Here's my Problem:
Name:  12312.jpg
Views: 1473
Size:  11.6 KB
Private Sub BackgroundWorker1_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
AOB.BytesToScan = {txtboxAOB.Text}
Dim Address As IntPtr = AOB.AobScan(txtboxProcess.Text)
TextBox3.Text = Address.ToString()
End Sub



It's not working when I'm trying to use a text box as the value of my array of bytes to be scanned.
Your other posts were replied to fairly well, and have been merged into a thread in Forum Feedback.