CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Help: Pointer in VB

    How can i convert object's pointer to a string ?
    Please help
    Sigal.


  2. #2

    Re: Help: Pointer in VB

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured