DEVFYI - Developer Resource - FYI

Different type of Instantiation?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

44. Different type of Instantiation?

Private Only for the Specific Module.
Public not creatable Private & Public
Multi Use - Variable we have to declare.
Single Use Not possible through dll.
Global Multiuse Have variable not Required to Declare.
Global Single Use - Only for exe.


45. What are the different types of Dialog Box?

Predefined, Custom, User Defined.


46. What is Seek Method which type of record set is available this?

Only in DbOpenTables.
Syntax: rs.index = "empno"
rs.seek "=" , 10
If with our setting the rs.index then run time error will occur.


47. What is Zorder Method?

Object.Zorder = 1 or 0 Place a Specified mdiform form or control at the front or back of the z-order with n its Graphical Level.


48. Can us able to set Instancing properties like Singleuse, GlobalSingleuse to ActiveXDll?

No.


49. What are properties available in Clip Board?

No Properties Available. Only the methods they are SetText, GetText, Setdata(), Getformat(), Clear.

(Continued on next question...)

Other Interview Questions