To validate a range of values for a property whenever the
property values changes,which type of property procedure you
use?



To validate a range of values for a property whenever the property values changes,which type of pro..

Answer / Rahul Pandey

In Visual Basic, you would typically use an Intrinsic Property Procedure (IPP) or a With Event to validate a range of values for a property. The IPP allows you to handle changes in the property's value directly from the class module, while the With Event approach involves creating an event handler within a form or user control to handle property changes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Can we change back color of command button control? if yes than how it is possible?

4 Answers   Wipro,


How many types of API functions are available in VB?

1 Answers  


in vb6.0 can we use function keys (F1 to F12) in form_keypress event in a form which contains commandbutton (s) control? if yes, then explain me how it is possible. Thanks.

2 Answers   Wipro,


Types of LockEdits in RDO.

1 Answers  


How does the following statements work? On Error Goto Err_Handler

2 Answers  


To connect the Data Control with Back end What are all the properties to be set?

1 Answers  


How do I get the number of free bytes on a disk?

1 Answers  


Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.

1 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,


Can a VB application be an OLE server?

1 Answers  


How do I do drag & drop between applications?

1 Answers  


Difference between listbox and combo box.

12 Answers   HCL, Infosys,


Categories