A
Amil
I have a dialog box that has an icon for "paste". I want to enable it if
there is
text on the clipboard. How do I check for other parts of my dialog (e.g.
textboxes)
that may allow a ctrl-c. If my form intercepts KeyPress or
ProcessDialogKey, it
seems that the data has not yet been put on the clipboard (i.e.
children/textbox has
not handled it yet).
Amil
there is
text on the clipboard. How do I check for other parts of my dialog (e.g.
textboxes)
that may allow a ctrl-c. If my form intercepts KeyPress or
ProcessDialogKey, it
seems that the data has not yet been put on the clipboard (i.e.
children/textbox has
not handled it yet).
Amil