Wolfgang Schölmberger
Member
Hi everybody,
OE12.6, Win10
I want to send CTRL-V to a RichTextBox, using this code:
but this results in "Could not locate method '<method-name>' with matching signature in class '<class-name>'. " during compilation.
Could anybody please point me in the right direction ?
Tia, Wolf
OE12.6, Win10
I want to send CTRL-V to a RichTextBox, using this code:
Code:
DEF VAR m AS System.Windows.Forms.Message NO-UNDO.
m = NEW System.Windows.Forms.Message().
RichTextBox:ProcessCmdKey(m, CAST(Progress.Util.EnumHelper:Or(System.Windows.Forms.Keys:Control, System.Windows.Forms.Keys:V), System.Windows.Forms.Keys)).
but this results in "Could not locate method '<method-name>' with matching signature in class '<class-name>'. " during compilation.
Could anybody please point me in the right direction ?
Tia, Wolf