R
Roman Muntyanu
Hi all,
I got a problem with Return key in my C++/C# application.
On CView dilalog I put my C# control. This C# control has couple
other controls nested. I have problem with RichTextBox control which
is at the bottom of my control hierarchy. It does not process
VK_RETURN key down. So I can not create new line. All other keys work
in RichTextBox. Of course I made it Multiline. I used Spy++ tool to
figure out what is going on. I managed to see that RichTextBox window
receives RETURN message. But nothing happens.
My OnKeyDown handler is hit for all keys except of RETURN.
I would greatly appreciate any hints.
Thanks in advance,
Roman
I got a problem with Return key in my C++/C# application.
On CView dilalog I put my C# control. This C# control has couple
other controls nested. I have problem with RichTextBox control which
is at the bottom of my control hierarchy. It does not process
VK_RETURN key down. So I can not create new line. All other keys work
in RichTextBox. Of course I made it Multiline. I used Spy++ tool to
figure out what is going on. I managed to see that RichTextBox window
receives RETURN message. But nothing happens.
My OnKeyDown handler is hit for all keys except of RETURN.
I would greatly appreciate any hints.
Thanks in advance,
Roman