A
Allen
I can't figure this out.
Can anyone convert this to VB?
byte * p = (byte *)(void *)Scan0;
Thanks
Can anyone convert this to VB?
byte * p = (byte *)(void *)Scan0;
Thanks
Allen said:I can't figure this out.
Can anyone convert this to VB?
byte * p = (byte *)(void *)Scan0;
Thanks
Mattias Sjögren said:No, VB doesn't support pointers.
Mattias
Allen said:Thanks, I was hoping VS0005 might
Herfried K. Wagner said:Well, maybe describing what you actually want to archieve would lead to an
alternative solution.