CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2002
    Location
    Russia
    Posts
    9

    How to convert from Int32 to IntPtr ?

    Please help me with this issue. Thanks in advance!

  2. #2
    Join Date
    Nov 2002
    Location
    Russia
    Posts
    9
    Well, I have solved the problem and now I reply myself, perhaps it will help somebody.

    IntPtr.op_Explicit(value)

    where value is signed 32 bit integer.

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