
February 20th, 2013, 05:34 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 15 m 24 sec
Reputation Power: 0
|
|
|
MFC EDIT box and LIST box \
Hi,
i'm using VS2005 for my MFC application, i created a dialogbox with inside one EDIT box (IDC_EDIT1) and one LIST box (IDC_LIST1); i need a code that takes inputs "character" from keyboard in EDIT box and tranfer the same onto LIST box upon pressing ENTER key from keyboard!!!! I can do with an external button on dialogbox but i need without Extra Button on dialogbox.. suggest plz.
|