Stupid question, but you can help me a lot

NicoVB

Centurion
Joined
Jan 2, 2002
Messages
160
Location
Belgium
I have here some C# code that returns some errors: I don't know anything about C#, but it is easy for you I think to just tell me how to write it right.

rectangle = new Rectangle(1, 18 * ImageList.Images.Count, base.Width - 2, 18)
stmt.start(): 279
dec.start(): 280
 
That is clearly not valid C-style syntax. It would help if you told us what you're trying to do.
 
Back
Top