How can add Calculator?
-
Hi all, Please anyone can tell me how can i add Calculator in VC++2005. if possible please explain with example. every advice is appriciated. Thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
Does this help http://www.codeproject.com/KB/miscctrl/mfccalcctrl.aspx[^]
Regards, Sandip.
thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
What are the problems you are facing?
-@SuDhIrKuMaR@-
-
thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
"_$h@nky_" wrote:
ere the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.
why not fix the issues and use the same instead of finding other app.
Regards, Sandip.
-
"_$h@nky_" wrote:
ere the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.
why not fix the issues and use the same instead of finding other app.
Regards, Sandip.
i m trying but i m not aable to fix those problem tahts why i want to add any other app. if you can help me for fix those problems i m very thankful to you. please help me.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
Hi all, Please anyone can tell me how can i add Calculator in VC++2005. if possible please explain with example. every advice is appriciated. Thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
this is application where calculation is done not show calculator. I want to use calculator in geneal, not to use for calculate tru button. i mean i want to show calculator.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
this is application where calculation is done not show calculator. I want to use calculator in geneal, not to use for calculate tru button. i mean i want to show calculator.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
It is very difficult to understand all that you say. BTW, what "calculator" do you want to show ? an ActiveX control ? of the windows Calculator ? or another one ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
It is very difficult to understand all that you say. BTW, what "calculator" do you want to show ? an ActiveX control ? of the windows Calculator ? or another one ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
a simple caculator like available in windows.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
::ShellExecute(null, _T("open"), _T("calc.exe"), null, null, SW_SHOW);
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
::ShellExecute(null, _T("open"), _T("calc.exe"), null, null, SW_SHOW);
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]