Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bassman4444

    Get value pointed by an IntPtr

    I just found how to do this (in case where s.o. would have been interested in): You just have to allow unsafe compilation in the properties of your project and then, declare the function (obviously the one wich contains the "unsafe" code) as an "unsafe function" and declare in it an unsafe...
  2. bassman4444

    Get value pointed by an IntPtr

    Hello, I'm looking for getting the values contained in the registers pointed by an IntPtr. In fact, it's a bitmap file, but I only can get its memory location with the IntPtr. So, how could I get its own value ? Here is a part of the code: IntPtr hbitmap = Intptr.Yero; TwRC rc; rc =...

Part and Inventory Search

Back
Top