How to write a clipboard notification program
The TextBox and PictureBox on the Form automatically change anytime new text or
compatible images are copied to the clipboard from any application.
Uses the following API functions and messages:
- CallWindowProc
- ChangeClipboardChain
- SendMessage
- SetClipboardViewer
- SetWindowLong
- WM_CHANGECBCHAIN
- WM_DESTROY
- WM_DRAWCLIPBOARD
Back to Code Samples
Copyright © 2000 by Matt E. Hart, All Rights Reserved Worldwide.
Nothing on this web site may be reproduced, in any form, without express written consent.