// JP opened flex table

Click to See Complete Forum and Search --> : Treeview Menu RETURN key


William H. Yowell
July 16th, 1998, 03:52 PM
I have created an OCX with the wizard in VC++ 5.0, on the last page of the wizard I subclassed the control with SysTreeView32.


I am using the control as a menu and want to capture the RETURN key within the control. It seems that I can capture and process any key but the RETURN key. Not being able to execute menu items with the RETURN key is a problem that I need to solve.


When I embed the control into a VC test app I can get RETURN just fine. When I embed in a PROGRESS Windows client app. is where the problem exists.


Any thoughts?

//JP added flex table