L
Laura Stern
Guest
Are you getting "The parameter is incorrect' at runtime? Is that the exact error message? The VB code above doesn't even look like valid syntax. I thought it should be: Dim ImageBytes() As Byte. (i.e., parenthesis on the name, not the type - opposite of C# for example) But in any case, I assume this is supposed to be a byte array. So did you try an integer array?
Continue reading...
Continue reading...