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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / hari
F5- key to run the project, F4- key to view the properties window. so f1 to f12 functions key's to describe the project. command button method is doesn't describe.
Is This Answer Correct ? | 6 Yes | 10 No |
What is the use of Scalewidth and ScaleHeight Proeperty?
How can you Add API functions to your Application?
Can a VB application be an OLE server?
How can objects on different threads communicate with one another?
When/Why should I use Option Explicit?
What do you mean by Databound Controls? Explain.
How the image application?
Types of ActiveX Components in VB?
Explain the differences between ActiveX Dll and ActiveX Exe?
What is the tool used to configure the port range and protocols for DCOM communications?
How to down load image properties.
Parts of ODBC?