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'.
 
Back
Top