Hie! hw do i find an executable file in a downloaded system written in VB.net. Are there any other indications for such files
besides the '.exe' or the 'application' extensions?

Khu

If you have downloaded the entire project file and it was built using Visual Studio 2010 then you may find an executable in either

MyProject\MyProject\bin\Debug

or

MyProject\MyProject\bin\Release

Just replace "MyProject" with the actual project name.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.