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
Maximum Control Names length?
Types of cursors in RDO.
What is ado data control in vb6 0?
advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id
Through which protocol OLEDB components are interfaced?
Types of LockEdits in RDO.
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
Explain about literals?
How to find size of the file. Which method or function is used to occomplish this?
How can you get selected file from file system Control?
What is ODBC Direct and Microsoft Jet Database Engine ?
Difference between ActiveX Exe and Dll.
How can I call a 'hidden' DOS program from VB?
What is OLEDB?
___ is a property to resize a label control according to your caption.