Monthly Archives: November 2011

Teamviewer 7.0.12142

Download page @ Teamviewer.com As usual, new version means upgrade… Download full v7.0.12142 Download Quick support v7.0.12142 or Cybernet Quick support v7.0.12142 And the portable apps for usb keys portable version does not allow to store configuration Download Teamviewer portable v7.0.12142 Tips : when using a portable version, you could create shortcuts with hard coded […]

PInvoke.net : Far beyond managed code (DllImport inside)

PInvoke.net is primarily a wiki, allowing developers to find, edit and add PInvoke* signatures, user-defined types, and any other information related to calling Win32 and other unmanaged APIs from managed code (written in languages such as C# or VB.NET). sample code : [DllImport(“aygshell.dll”)] static extern uint SHRecognizeGesture(ref SHRGINFO shrg); [StructLayout(LayoutKind.Sequential)] class SHRGINFO { public uint […]