Working of software

Manu001

New member
Joined
Sep 29, 2015
Messages
2
Programming Experience
Beginner
When a software package is installed in PC it will create some directory (folders) with some contents and one or more executables (.exe). And one main executable which creates GUI for that app. I want to know how the main executable is linked with other files or folders and which language they have written in Windows OS.
 
Are you saying that you want to write a VB.NET application that, when provided with the path of an EXE file, can tell you what language it was written in and what libraries it makes use of?
 
Back
Top