Results 1 to 3 of 3

Thread: Type Conversion

Threaded View

  1. #1

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Resolved Type Conversion

    The type of a picture box handle is IntPtr. Firstly what does 'Ptr' stand for?

    How do i convert this to an int?

    I have tried picCamA.Handle.ToInt32 but the SendMessage API wants an int, not an Int32.
    Last edited by x-ice; Feb 24th, 2007 at 07:13 PM.

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