What is the use of Active Control Property?



What is the use of Active Control Property?..

Answer / sundarraj_v83

Active Control Property is used to know which one control is
currently focused. It has so many use,

For example,
My cursor is focusing text box 'TextBox1' and the function is
running, where I would like to know the active (focused)
control name, The following code will help you,

strMyControl = ActiveControl.Name

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What is the difference Between ADO and other data access objects?

1 Answers  


Specify technical & functional architecture of your last 2 projects.

0 Answers  


what is different between edit and update?

5 Answers   Wipro,


What are the different types of Dialog Box?

2 Answers   Apollo, ATTC,


What is difference between procedural prog. Language

5 Answers  






What is the difference between modal and module-less window?

1 Answers  


What are the new events in textbox that has been included in VB ?

0 Answers  


Is there any Edit method in ADO Data Access method?

3 Answers  


Difference between Tabletype and Snapshot?

0 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,


OLE is used for _______

0 Answers  


WHAT IS DIFFERENCE BETWEEN Message box and image box

13 Answers  


Categories