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 |
What is the difference Between ADO and other data access objects?
Specify technical & functional architecture of your last 2 projects.
what is different between edit and update?
What are the different types of Dialog Box?
What is difference between procedural prog. Language
What is the difference between modal and module-less window?
What are the new events in textbox that has been included in VB ?
Is there any Edit method in ADO Data Access method?
Difference between Tabletype and Snapshot?
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.
OLE is used for _______
WHAT IS DIFFERENCE BETWEEN Message box and image box