Problems With Trainer Creation (Visual Studio 2012 Express)
Hello Mpgh!, 
I have an problem,i tried to make a trainer/hack for the singleplayer and i managed to code and give it a look ^^ but if i open this and change the value(in the textbox)and press the button nothing happens can someone tell me what Iam doing wrong?
Here is the code:
I would be very grateful if someone could tell me my mistake
?
And maybe if someones asks yep i have a Read/Writing Memory script? i dont know i will just call it script
Screenies:
http://prntscr.com/57qkvo
(well now i added the screenshot but I'm to dumb to delete the attachment ^^)

I have an problem,i tried to make a trainer/hack for the singleplayer and i managed to code and give it a look ^^ but if i open this and change the value(in the textbox)and press the button nothing happens can someone tell me what Iam doing wrong?
Here is the code:
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
End Sub
Private Sub Ammo_Click(sender As Object, e As EventArgs)
Dim Amount As String [NOT PART OF THE CODE!--> in VS2012 Dim Amount As New String wont work and create an error]
WriteInteger("s1_sp64_ship", &H37A9218, Amount)
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
End Sub
End Class
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
End Sub
Private Sub Ammo_Click(sender As Object, e As EventArgs)
Dim Amount As String [NOT PART OF THE CODE!--> in VS2012 Dim Amount As New String wont work and create an error]
WriteInteger("s1_sp64_ship", &H37A9218, Amount)
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
End Sub
End Class
I would be very grateful if someone could tell me my mistake
?And maybe if someones asks yep i have a Read/Writing Memory script? i dont know i will just call it script

Screenies:
http://prntscr.com/57qkvo
(well now i added the screenshot but I'm to dumb to delete the attachment ^^)
