Posted 19 years ago
by Dong JIA
Hi all,
I put a SyntaxEditor in a Form. Run it. And use spy++ to watch the Form message(NOT syntax editor).
I found that:
if I trigger a MouseWheel in syntax editor, the message will leak to form. (Both editor and form get the message).
And I verify it with RichTextBox and ListBox. Message is not leak to parent form.
And I think it is a BUG of syntax editor. :(
Best regards,
Dong
I put a SyntaxEditor in a Form. Run it. And use spy++ to watch the Form message(NOT syntax editor).
I found that:
if I trigger a MouseWheel in syntax editor, the message will leak to form. (Both editor and form get the message).
And I verify it with RichTextBox and ListBox. Message is not leak to parent form.
And I think it is a BUG of syntax editor. :(
Best regards,
Dong