Category Archives: Geen categorie

Inter Process Communications– IPC


Below is a simple way to send an object from 1 application to another application, just use a Form using System.Runtime.InteropServices; [DllImport(“user32.dll”)] public static extern bool AddClipboardFormatListener(IntPtr hwnd); [DllImport(“user32.dll”)] public static extern bool RemoveClipboardFormatListener(IntPtr hwnd); private static int WM_CLIPBOARDUPDATE = … Continue reading

Posted in Geen categorie | Leave a comment

JB-ACT


http://jb.johnnyblade.org/?msnSpace=true

Posted in Geen categorie | Leave a comment