What will be the result for 15/4 and 15\4 ?
15/4 = 3.75 and 15\4 = 3 Read more »
15/4 = 3.75 and 15\4 = 3 Read more »
Assigning variable with defined memory space. Late Binding - Memory size is allotted in later stage. Ex:- Dim x as object Early Binding - Memory size is allotted... Read more »
Set – Value is assigned to ActiveX Object from the form. Let – Value is retried to ActiveX Object from the form. Get- Assigns the value of an expression to a... Read more »
Group of control share the same name. Max 32, 767. Read more »
Std Global with in the project. Cls Global through out the all project only thing is we want to set the type lib. Class Modules can be Instantiated. Read more »
LOB (Large Object Data type). CLOB (Stores Character Objects). BLOB ( Store Binary Objects such as Graphic, Video Chips and Sound files). BFILE(Store file pointers... Read more »
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. Read more »
Generic Variable:Create Object Ex:-Ole-Automation . No need refer the object library. Specific Variable: Binding Procedure Early and Late Binding ( Can be Remove... Read more »
No Properties Available. Only the methods they are SetText, GetText, Setdata(), Getformat(), Clear. Read more »
It is tab control to place our controls with in the form in multiple sheets. Read more »
To list the hierarchical list of the node objects. Such of files and Directories. Read more »
Enables an application to exposes objects and methods to other Applications. No need to reserve memory. No need to write functions. Object library that simplify... Read more »
Create Object - To create an instance of an object. Get Object – To get the reference to an existing object. Read more »
Similarly to arrays but is preferred over an array because of the following reasons. 1. A collection objects uses less Memory than an array. 2. It provides methods... Read more »
No, Private cannot be used in front of DIM. Read more »
Instance of specific copy of a class with its own settings for the properties defined in that class. Note: The implicity defined variable is never equal to nothing. Read more »
This cannot have user interface. This can be used for the COM creation. Read more »
Simple, Dropdown list – We can type and select. Dropdown Combo – Only Drop Down. Read more »
Simple –Single Select , Extended. – Multiple Select. Read more »
It is difficult to use database objects declared in a module from within a form. Read more »