running a program
-
Hello all, how can I run a program? i want to run the Windows's calculator program which i don't know its location. (i only know that it is in program files). also, how can run a non-executable program such as html files (Windows itself to run ie)? a function required.
-
Hello all, how can I run a program? i want to run the Windows's calculator program which i don't know its location. (i only know that it is in program files). also, how can run a non-executable program such as html files (Windows itself to run ie)? a function required.
-
Hello all, how can I run a program? i want to run the Windows's calculator program which i don't know its location. (i only know that it is in program files). also, how can run a non-executable program such as html files (Windows itself to run ie)? a function required.
ShellExecute does this for you, the HTML file as well. Christian Graus - Microsoft MVP - C++
-
Hello all, how can I run a program? i want to run the Windows's calculator program which i don't know its location. (i only know that it is in program files). also, how can run a non-executable program such as html files (Windows itself to run ie)? a function required.
Ali Tavakol wrote: how can I run a program? i want to run the Windows's calculator program which i don't know its location. (i only know that it is in program files). This article will Help:- [http://www.codeproject.com/system/newbiespawn.asp](http:// http://www.codeproject.com/system/newbiespawn.asp)[[^](http:// http://www.codeproject.com/system/newbiespawn.asp)]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV