How To Use Strptr()
Sep 8, 2010[code] in my vb.net code how to use strptr()
View 1 Replies[code] in my vb.net code how to use strptr()
View 1 RepliesDim Result as String Result = StrPtr("MyString")
how to use function StrPtr in vb.net 2003
I am trying to convert a method from VB6 to VB.NET and having some issues with StrPtr and VarPtr not being supported in VB.NET anymore. Here is the method having a problem. From what I know, I am looking to get the memory location of the objects to pass to the SendMessageCDS() method.
[Code]....
Im comverting a vb6 project to vb.net. i need Vb.net version of LenB, MidB, Strptr functions.
View 12 Replies