Can anyone convert this to VB?

  • Thread starter Thread starter Allen
  • Start date Start date
A

Allen

I can't figure this out.

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

How about
Dim p as Byte = 0
 
Can anyone convert this to VB?

No, VB doesn't support pointers.


Mattias
 
Allen said:
Thanks, I was hoping VS0005 might

Well, maybe describing what you actually want to archieve would lead to an
alternative solution.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top