| Author: loki 06 Oct 2008 | Member Level: Bronze | Rating: Points: -20 |
Hi,
OCX files has the ActiveX file type that has been given permission to display the file extension database produced by the Associate the program. Some of that data has already been included into the main FILExt database; but, not all. Those entries which have not yet been incorporated are shown below in the hope that they will be of some use. Data collected by FILExt on registered file extensions from user systems is also in the display.
DLL files are the files which are created using the class files and its created from the first time when we run the application.It will be created in the application bin folder.You can call this file to any of the coding by adding the file as reference in the project.
happy coding, Loki.
|
| Author: Darko 06 Oct 2008 | Member Level: Bronze | Rating: Points: 2 |
HI,
I can also add that DLL files or assemblies are the core of the .Net technology. It contains the managed code, that will be accessed with the Just in Time Compiler. To understand more about DLL's u must read some article or a book
Regards, Darko
|
| Author: Darko 06 Oct 2008 | Member Level: Bronze | Rating: Points: 1 |
u can check this
http://en.wikipedia.org/wiki/.NET_assembly
Regards, Darko
|