How to declare a IntPtr?
Posted
by Kovu
on Stack Overflow
See other posts from Stack Overflow
or by Kovu
Published on 2010-03-15T09:52:49Z
Indexed on
2010/03/15
9:59 UTC
Read the original article
Hit count: 301
Hi,
I have a Window handle Picker and it says my handle is 0094167C. When I declare the variable in c# the letter in this code gives an error. How to declare?
public const IntPtr WinHandle = 0094167C;
© Stack Overflow or respective owner