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
Explain the working with task in Gantt chart view.
What are the important components of OLEDB?
Draw Sequence Modal of DAO and Explain?
What is the use of Data Form Wizard?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
How do you zoom in visual basic?
What are the uses of List View Control?
How do I change the color of a form in visual basic?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
what are the different Types of Recordsets.
1s it posible to Create Tables Through Querydef?
Write the steps in Creating ActiveX Dll and Active Exe?
When/Why should I use Option Explicit?
What are 3 main differences between flexgrid control and dbgrid control?
Write the Steps in Creating an ActiveX Control?