Hi,
In VB6.0 it was possible to refer to an exe.It's no longer possible in .net it seems.
I have a component which needs to execute an exe through an helper class which is part of that exe project.It can be easily done in VB 6.0 as you can refer to the executable.
Question is : How do i do it in .net
Thanks in advance..
Cheers
-Amit

Referencing an executable component from other components