asdeshmukh
June 9th, 2005, 05:19 PM
Hi,
This question is related to win32 user interface programming. This question may some too trivial, and hope you excuse me for that. Firstly am a starter with MFC and this is my first attempt at win32 programming.
I need to use Single threaded runtime library and cannot use MFC. Thus I am using win32.
I have designed a dialog that should take three float values as input. How do write the code to do data exchange so that values entered by the user are available to me in some local variable after the user has clicked "OK" on the dialog after entering some values. I can do this in MFC and but do not know how to do this using win32. I could create file open dialog using GetOpenFileName but did not find any similar function for writing data exchange code.
Any help would be great as I am stuck and want to get this done asap.
Thanks in advance for your help.
Regards,
Abhijit
This question is related to win32 user interface programming. This question may some too trivial, and hope you excuse me for that. Firstly am a starter with MFC and this is my first attempt at win32 programming.
I need to use Single threaded runtime library and cannot use MFC. Thus I am using win32.
I have designed a dialog that should take three float values as input. How do write the code to do data exchange so that values entered by the user are available to me in some local variable after the user has clicked "OK" on the dialog after entering some values. I can do this in MFC and but do not know how to do this using win32. I could create file open dialog using GetOpenFileName but did not find any similar function for writing data exchange code.
Any help would be great as I am stuck and want to get this done asap.
Thanks in advance for your help.
Regards,
Abhijit