| Author: Shabir Hakim [Sopore] 13 Jul 2006 | Member Level: Gold | Rating:  Points: 2 |
Hi
Mr.Venumadhav,confusion is part of everthing,let it be but clear it know
Every Windows Appliocation must have one EXE so you can make it run or intialize or you can start application DLL is just component used to write some business logic and it wouldn't run or intialise if you will click on it,but is called dynamically by some program or other DLL to perform some function
.VB file is file which contains vb code which you have written during during development, Thanks
|
| Author: siddharth 24 Jul 2006 | Member Level: Bronze | Rating:  Points: 2 |
dll files are compiled library files
just add reference to any project . dll files also generate when code is compiled or build.
exe are executable file which is generated in bin folder after 1st debug of project
vb files are simple text files with vb class and syntax support vb files are compiled into dll files.
|