Question
-
Hello,can anyone help please(my second for today), How can i open a file(for exemple d:\Temp\log.txt) through pushing a button in my MFC project? Thank you all! Johnny
-
Hello,can anyone help please(my second for today), How can i open a file(for exemple d:\Temp\log.txt) through pushing a button in my MFC project? Thank you all! Johnny
Have a read of ShellExecute on MSDN. or have a read of this article[^] Michael CP Blog [^]
-
Hello,can anyone help please(my second for today), How can i open a file(for exemple d:\Temp\log.txt) through pushing a button in my MFC project? Thank you all! Johnny
Are you wanting to know how to: 1) respond to a button click 2) open the file using its associated application 3) open the file within your application
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
Have a read of ShellExecute on MSDN. or have a read of this article[^] Michael CP Blog [^]
-
Are you wanting to know how to: 1) respond to a button click 2) open the file using its associated application 3) open the file within your application
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen