What is binding? What are types of binding?
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 »
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 »
15/4 = 3.75 and 15\4 = 3 Read more »
When some controls like grid and third party control placed in our application then it will create frx in run time. Read more »
Instr – integer (Numeric position) Strcmp - integer ( if both the string are equal they result = 0) Strcmp (Str1, Str2, Comparetype) Comparing mode = 0 – Binary... Read more »
The Variant data type has a numeric storage size of 16 bytes and can contain data up to the range of a Decimal, or a character storage size of 22 bytes (plus string... Read more »
X as variant and y as integer. Read more »
A collection is a set of Repository objects that are all connected to a common source object via a relationship collection. A collection provides a way to connect... Read more »
Setting AutoRedraw to True automatically redraws the output from these methods in a Form object or PictureBox control when, for example, the object is resized or... Read more »
Returns or sets a value that determines whether graphics methods in Paint events repaint the entire object or only newly exposed areas. Also determines whether the... Read more »
Used to retrieve the index of the item most recently added to a ListBox or ComboBox control Read more »
When the system is really busy doing something else and when DoEvents is being executed Read more »
Image Control - Use this to display a picture. Use it over the PictureBox because it takes less operating system resources PictureBox- While it can display pictures,... Read more »
Presentation logic - front end (HTML, Visual Basic forms) Business Logic - Applications and components that encapsulate business logic Data end - databases to store... Read more »
Fields execution so that the operating system can process other events. Returns number of open forms. Useful for things like ‘cancel search’ in Windows Read more »