ActiveX and Types of ActiveX Components in VB ?
Standard EXE ActiveX EXE ActiveX DLL ActiveX document ActiveX Control Read more »
Standard EXE ActiveX EXE ActiveX DLL ActiveX document ActiveX Control Read more »
The Microsoft FlexGrid (MSFlexGrid) control displays and operates on tabular data. It allows complete flexibility to sort, merge, and format tables containing strings... Read more »
#Â Location and visibility: A private assembly is normally used by a single application, and is stored in the application’s directory, or a sub-directory... Read more »
If database calls are made within the context of a transaction, aborting the transaction will undo and changes that occur within that transaction. This removes the... Read more »
Connection: Used to make a connection between your app and an external data source, ie, sql server. Command: Used to build queries, including user-specific parameters,... Read more »
An in-process component is implemented as a DLL, and runs in the same process space as its client app, enabling the most efficient communication between client and... Read more »
Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(?OBJ.CLASS?) orSet obj = GetObject( ,? OBJ.CLASS?)orDim obj as New OBJ.CLASS Read more »
No Compatibility ? New GUID created, references from other components will not work Project Compatibility ? Default for a new component Binary Compatibility ? GUID... Read more »
Compiling the component, running REGSVR32 MyDLL.dll Read more »