المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get data from user during run time?



C++ Programming
06-12-2009, 05:30 PM
Hai!

Using MessageBox or AfxMessageBox we are able to display some message to the user during runtime, the message may include the value returned from a function etc.

Can we do the other way ??

I want the user should enter one byte data during run time, depending on the entered value i want to proceed my calculation .

Is it posible in MFC, if yes how to do it !!

Thanks!