Natter wrote:How to emulate CTRL+V ?
It is advisable to indicate the destination of the emulation, Dlg or Get
- Code: Select all Expand view
oDlg:PostMsg(WM_KEYDOWN,ASC("V"),0)
I hope these can help you
With best regards
Natter wrote:How to emulate CTRL+V ?
oDlg:PostMsg(WM_KEYDOWN,ASC("V"),0)