A Allen Mar 8, 2006 #1 I can't figure this out. Can anyone convert this to VB? byte * p = (byte *)(void *)Scan0; Thanks
H Hal Rosser Mar 8, 2006 #2 Allen said: I can't figure this out. Can anyone convert this to VB? byte * p = (byte *)(void *)Scan0; Thanks Click to expand... How about Dim p as Byte = 0
Allen said: I can't figure this out. Can anyone convert this to VB? byte * p = (byte *)(void *)Scan0; Thanks Click to expand... How about Dim p as Byte = 0
M Mattias Sjögren Mar 8, 2006 #3 Can anyone convert this to VB? No, VB doesn't support pointers. Mattias
A Allen Mar 8, 2006 #5 Thanks, I was hoping VS0005 might Mattias Sjögren said: No, VB doesn't support pointers. Mattias Click to expand...
Thanks, I was hoping VS0005 might Mattias Sjögren said: No, VB doesn't support pointers. Mattias Click to expand...
H Herfried K. Wagner [MVP] Mar 8, 2006 #6 Allen said: Thanks, I was hoping VS0005 might Click to expand... Well, maybe describing what you actually want to archieve would lead to an alternative solution.
Allen said: Thanks, I was hoping VS0005 might Click to expand... Well, maybe describing what you actually want to archieve would lead to an alternative solution.
A Allen Mar 8, 2006 #7 no problem, I did it with arrays. thanks Herfried K. Wagner said: Well, maybe describing what you actually want to archieve would lead to an alternative solution. Click to expand...
no problem, I did it with arrays. thanks Herfried K. Wagner said: Well, maybe describing what you actually want to archieve would lead to an alternative solution. Click to expand...