what are Instancing for classes provided by ActiveX
component like prive, publicnotcreatable,SingleUse,
GlobalSinleUse,MultiUse.
Answer / cp
1. Private - Client Applications cannot create the class.
Project containing class only can create object.
2. PublicNotCreatable- Its an internal creatable
class. Client application can use the instance of class but
cannot create instance on their own.
3 SingleUse – for ActiveXexe only. Every time create
new object service will instantiate new ActiveXexe object.
And each instance will get own copy of global variable.
4 GlobalSingleUse – Same as single use only
difference is you can use it as a global function.
4. MultiUse – Default. Allow any number of instance
creatable from internally as
well as externally.
5. GlobalMultiUse – Same as Multiuse only difference
is explicitly instantiation of class is not required to
access methods and properties.
Is This Answer Correct ? | 2 Yes | 0 No |
What is Mixed Cursors?
Is it possible to Manipulate data through flexgrid? Explain.
What are the objects in ADODB?
Wat is multithreading in VB?
What is Mask Edit and why it is used?
Can a subroutine pass back values? Is so How?
How will you retain the values of existing elements in a dynamic array when you want to alter the array size?
_____ is the property to ___,____,____ are valid for recordsource property of dat control.
What kind of components can you use as DCOM servers?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
How can you save and Get data from Clipboard/ Recordset object consists what?