Join 150,053 VB.NET Programmers for FREE! Get instant access to thousands of VB.NET experts, tutorials, code snippets, and more! There are 1,737 people online right now. Registration is fast and FREE... Join Now!
It depends what you're trying to do. You can use IntPtr to point to something, but it can't be used the same as in C. E.g. you can't do like &something and *something.