Convert VarPtr(myObject) to VS2005

  • Thread starter Thread starter DaveS
  • Start date Start date
D

DaveS

Hi,

Is there an easy way to convert the following piece of VB6 code to VS2005?

myBuffer = VarPtr(lana)


TIA,

Dave
 
DaveS said:
Is there an easy way to convert the following piece of VB6 code to VS2005?

myBuffer = VarPtr(lana)

The solution depends on what you want to do with 'MyBuffer'.
 

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