hello i am having hard time while converting this project for vb.net
Any type of help will be very much appreciated. project:http://vbcity.com/forums/t/151778.aspx
i am using Visual studio 2008 for conversion i open vb6 program in vs ide does most of the job left me with few errors they are
'As Any' is not supported in 'Declare' statements.
however by using object error can be easily recovers is this right.Next is varptr ,strptr not declare
Any type of help will be very much appreciated. project:http://vbcity.com/forums/t/151778.aspx
i am using Visual studio 2008 for conversion i open vb6 program in vs ide does most of the job left me with few errors they are
Code:
Private Declare Function VarPtrArray Lib "msvbvm50.dll" Alias "VarPtr"(ByRef Ptr() As Any) As Integerhowever by using object error can be easily recovers is this right.Next is varptr ,strptr not declare
Code:
ClassGUID.CopyToThisPTR(VarPtr(aGUID))