Ejemplo n.º 1
0
                public NotificationForm()
                {
                    //Turn the child window into a message-only window
                    WinAPI.SetParent(Handle, WinAPI.HWND_MESSAGE);

                    //Add window to the clipboard format listener list
                    WinAPI.AddClipboardFormatListener(Handle);
                }