Related resources for IntPtr
  • Understanding Numeric IntPtr and UIntPtr in C#8/18/2023 11:07:34 AM. Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe
  • Printing Directly to the Printer in VB.NET11/10/2012 3:40:10 AM. Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems. Additionally I have added code to show how to send PCL codes to the printer.
  • Macro to Update References of all Projects in a Solution2/16/2006 1:11:17 AM. When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.