Thread: error CS1056
View Single Post
  #1 (permalink)  
Old 08-05-2008, 08:47 PM
manu manu is offline
Knows the basics
 
Join Date: Apr 2007
Location: Canari Islan
Posts: 73
Awards Showcase
Beta Tester 
Total Awards: 1
Default 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
Reply With Quote