open word from button control
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
hi all please tell me how to open microsoft word,exel using a button in vc++(MFC) thanks :rose:
Use the function in thecommand handler of button submit. Here Write.exe is the exe you want to execute. WinExec("Write.exe", SW_MAXIMIZE);
-
hi all please tell me how to open microsoft word,exel using a button in vc++(MFC) thanks :rose:
-
hi all please tell me how to open microsoft word,exel using a button in vc++(MFC) thanks :rose: