Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have created a sample application whose executable file name is *.sec.
i want to execute this custom made executable file using shellexecuteex function in another application
Posted

If you just want to execute the file,use ShellExecute instead of ShellExecuteEx or else explain clearly the need to use ShellExecuteEx.
 
Share this answer
 
Instead of using ShellExecuteEx, you might want to consider the Process class. See here[^].
 
Share this answer
 
Comments
kjayalakshmi 3-Nov-10 1:35am    
i want to execute *.sec extension file with shellexecuteex function in vc++6.0, mfc application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900