error CS1056
Hello friends.
I am trying to compile an application optimized and gives me the same mistake in different lines, but it is always the same CS1056: C character 'i' unexpected.
Sub txtFiltCli_KeyPress (key)
timer4.Enabled= true
End Sub
Thank you
|