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 a property to resize a label control according to your caption?

2 Answers  


What is snapshot in vb?

0 Answers  


How can we call Stored procedure of Back End in RDO and ADO ?

1 Answers  


__ no of controls in form.

0 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  






How do I get the Tab key to be treated like a normal character?

0 Answers  


What is a Type Library and what is it's purpose ?

1 Answers  


I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is it because of lack of awareness or because of difficult to use?

5 Answers   HCL,


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

0 Answers  


HTML stands for What? Use of HTML ?

2 Answers  


How do I do drag & drop between applications?

0 Answers  


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


Categories