Reference VB.Net exe in Visual Basic Project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am new to .Net programmimg. Please let me know if it is possible to
refer .Net exe in a visual basic project. If so what are the steps I need to
follow.

TIA
Srinivas
 
Srinivas said:
I am new to .Net programmimg. Please let me know if it is possible to
refer .Net exe in a visual basic project. If so what are the steps I need
to
follow.

EXE files cannot be referenced. Only DLL files (class library projects) can
be referenced by another project (to do that, select "Project" -> "Add
reference..." -> ...).
 
Thanks for the answer.
I am trying to add the reference of a VB.Net exe file into a Visual Baisc
6.0 project.
Is this possible?

TIA
 
Back
Top