@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Places the given window in the system-maintained clipboard format listener list. !!!!C# Signature: [DllImport("user32.dll", SetLastError=true)] [return: MarshalAs(UnmanagedType.Bool)] static extern bool AddClipboardFormatListener(IntPtr hwnd); !!!!VB.NET Signature <DllImport("user32.dll", SetLastError:=true)> _ Public Function AddClipboardFormatListener(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean !!!!VB Signature: Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As Long) As Boolean !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: AddClipboardFormatListener@msdn on MSDN
Edit user32.AddClipboa...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.