Injector help - Auto-Inject
My Injector here:

- Manual INJECT WORKS PERFECT
- Auto-Inject DOESNT WORK :S
Somebody know problem?
My Timer is Enabled = False
and 50 Interval
My Auto Close code(radiobutton is)
Code:
My.Settings.Inject = "auto"
My.Settings.Save()
My.Settings.Reload()
Button3.Enabled = False
Timer1.Start()
=> Thx to Codemunkie
This is my Form 1 load
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If My.Settings.Inject = "auto" Then
RadioButton1.Checked = True
ElseIf My.Settings.Inject = "manual" Then
RadioButton2.Checked = True
Else
RadioButton1.Checked = True
End If
If My.Settings.Close = 1 Then
CheckBox1.Checked = True
Else
CheckBox1.Checked = False
End If
SOMEBODY see the error? Search for help on Source Code Section.
Go to the source code section.