Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to run the DotNet Framework exe file from VB6.0
How is it possible????
Please supply right vb-6.0 Coding as early as possible..
I wait for your reply.
Posted

1 solution

You can run exe with Shell("C:\yourpath\your.exe") , provided that framework is installed on the machine.
 
Share this answer
 

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