| Home | Previous Lesson: Copying the Active Window to the Clipboard Next Lesson: Browse For the Folder |
You do not need to declare any external function here since the ufx_keybd_event declared in the previous topic can be used with different arguments. The only difference is that, we are not calling function to depress and release ALT key, we are using PRINT SCREEN key only.
// Object: cb_clipboard_screen
// Event: Clicked
ufx_keybd_event( 44, 0, 0, 0 )
ufx_keybd_event( 44, 0, 2, 0 )
| Home | Previous Lesson: Copying the Active Window to the Clipboard Next Lesson: Browse For the Folder |