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.
Answer Posted / narayan
In VB6.0, we can use function keys (F1 to F2) in
Form_KeyCode event in a form.
We just need to set KeyPreview property of that form as
True.
Thank you,
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How many tabs in a tabbed dialog do you consider appropriate?
Types of ActiveX Components in VB?
How can you filter out specific type of file using file system controls?
Give brief description about class?
What is meant by Establish Connection in RDO?
What is the use of Visual Basic Document file?
What is the use of Hyperlink control for DHTML applications?
Is it possible to change menu runtime using API? If yes? Specify the function names.
Explain the "cursortype" and "Locktype" in VB?
1s it posible to Create Tables Through Querydef?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Difference between Recordset and Resultsets.
Does VB support pointers to functions?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What type of databases you can access through ADO Data Access Object?