So I have a VB 6.0 Application which launches a VB.NET application via the shell command.
I need to be certain the .NET framework is installed (or otherwise supported) before shelling out, or as a way to read the shell out failure, so I can't let them know they need to download and install the .NET framework before they'll have that functionality of my program.
Is there a way I can sense whether or not this is the case in my VB 6.0 code?
-Rob
I need to be certain the .NET framework is installed (or otherwise supported) before shelling out, or as a way to read the shell out failure, so I can't let them know they need to download and install the .NET framework before they'll have that functionality of my program.
Is there a way I can sense whether or not this is the case in my VB 6.0 code?
-Rob