How can i convert object's pointer to a string ?
Please help
Sigal.
Printable View
How can i convert object's pointer to a string ?
Please help
Sigal.
To get the object's pointer, use VB's ObjPtr function (not documented). To go the other way (convert a pointer back into an object), see http://www.freevbcode.com/ShowCode.Asp?ID=230