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 to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What are the important components of OLEDB?
Types of cursors in RDO.
Types of cursors in DAO?
What is ActiveX Dll and ActiveX Exe?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Is it possible to Access BackEnd procedures? Explain.
What is ado in vb?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
what is the Difference between Dynaset and Snapshot?
What are the Internet tools available in VB 6.0?
What are 3 main differences between flexgrid control and dbgrid control?
What is the use of Visual Basic Document file?
Binary Access-method isused to access file in which manner?
How do I create a new form in visual basic?