Difference Types of Instancing Property in ActiveX Dll and Exe.



Difference Types of Instancing Property in ActiveX Dll and Exe...

Answer / cherran

For ActiveX-DLL:
Private, PublicNotCreatable, MultiUse, GlobalMultiUse
For ActiveX-EXE:
Private, PublicNotCreatable, SingleUse, GlobalSingleUse,
MultiUse, GlobalMultiUse

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Using which type we can access file line by line?

2 Answers  


What is a Component?

1 Answers  


How do you do multithreading application in VB

1 Answers  


How do I set the Windows wallpaper at runtime?

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  






What are the differences between a standard module and a class module?

4 Answers  


What is the diff between the Create Object and Get object?

2 Answers  


List out controls which does not have events?

1 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


Types of cursors in RDO.

0 Answers  


What are the types of validations available in Visual Basic?

2 Answers   Infosys, TCS,


What are the Sequence of events when a form is loaded in Visual Basic?

6 Answers  


Categories