Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 351 | Replies: 3
![]() |
language Syntax (Toggle Plain Text)
[inlinecode] What are the following types of files that can be created in VB for eg.: 1>> ActiveX EXE 2>> ActiveX DLL 3>> DLLs etc, etc, etc.. and all of them that we can create in VB e I know only the [u][i][b]Standard EXE[/b][/i][/u] applications that we create in VB please explain in detail if possible... please help me as soon as possible [/inlinecode]
EMAIL="pixs172000.piyush@yahoo.co.in"]
[ p!x ] •
•
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 13,441
Reputation:
Rep Power: 33
Solved Threads: 332
DLLs are shared libaries. For example, i could write a card game DLL with a number of shared functions (shuffle, deal x cards etc...) and then use it for many programs (blackjack, poker etc..)
TRY MY SUGGESTIONS AT YOUR OWN RISK
Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
•
•
Join Date: Feb 2007
Location: Bangalore,India
Posts: 1,468
Reputation:
Rep Power: 4
Solved Threads: 88
Hi,
DLL->Dynamic Link Library.
Suppose u want to connect to a database or generate a Report, u need some Objects, These Objects allow u to connect to DB's or do whatever task, They are called as Dll's. They have certain Properties, Members,Objects ,Methods. They act as a Layer between VB Interface and the Back Layer.
Users need not worry how the Dll's work, but once a Dll is included in the project, they can take full use of all the Methods/properties Exposed.
Regards
Veena
DLL->Dynamic Link Library.
Suppose u want to connect to a database or generate a Report, u need some Objects, These Objects allow u to connect to DB's or do whatever task, They are called as Dll's. They have certain Properties, Members,Objects ,Methods. They act as a Layer between VB Interface and the Back Layer.
Users need not worry how the Dll's work, but once a Dll is included in the project, they can take full use of all the Methods/properties Exposed.
Regards
Veena
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode