Answer Posted / sundarraj_v83
Go to the label control properties, set the property
UseMnemonic as TRUE. Put the '&' (Ampersand) symbol before
any of the letter in the label caption, that will be your
shortcut key for label control.
Example: &Add (where the A is a shortcut key for the label,
you use the shortcut by pressing Alt + A for this label)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is recordset in visual basic?
What is ado in vb.net?
What are the Internet tools available in VB 6.0?
It possible to call OLEDB's Features directly in VB without using any control?
___,__,___ are the type of combo box?
What are the rules which should be followed while naming a variable in VB?
It possible to call OLEDB?s Features directly in VB without using any control?
What is difference between datagrid and flexgrid?
Explain about declaring variables in Visual basic?
Which language is used in visual basic?
What is a toolbox in visual basic?
what is the control used to call a windows application.
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.
What is ActiveX Dll and ActiveX Exe?
How can Visual Basic be used for server-side scripting?