| | |
tool strip button
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() | View First Unread |
I don't understand your problem. How can you click on something in a toolbar without using the mouse?
Last edited by Dukane; May 5th, 2007 at 3:56 pm.
It is very important to read this: http://www.catb.org/~esr/faqs/smart-questions.html
Now we're beginning to make sense...
Would it be adding a menu shortcut
http://www.developerfusion.co.uk/show/1770/5/
Would it be adding a menu shortcut
http://www.developerfusion.co.uk/show/1770/5/
*Voted best profile in the world*
Or if it's a form you can use tabindex/tabstop.
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
•
•
Join Date: May 2007
Posts: 31
Reputation:
Solved Threads: 2
Straight From MSDN :-
Control.TabIndex -
Gets or sets the tab order of the control within its container. Namespace: System.Windows.Forms
Control.TabStop - Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Namespace: System.Windows.Forms
For a control to be included in the tab order, its TabStop property must be set to true
Try Google "TabIndex" !!!!
Control.TabIndex -
Gets or sets the tab order of the control within its container. Namespace: System.Windows.Forms
Control.TabStop - Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Namespace: System.Windows.Forms
For a control to be included in the tab order, its TabStop property must be set to true
Try Google "TabIndex" !!!!
•
•
Join Date: May 2007
Posts: 31
Reputation:
Solved Threads: 2
You'll Have To Excuse Me For Being Dense.
What Do You Mean - You Can't Use TabIndex Because You Used It For A TextBox ? Did You Not Read The Last Post ?
What Programming Environment Are You Working With ?
Web Stuff (.NET), Desktop Applications (VB6) ?
Is It That You Can Use A Mouse, But You Don't Want To ?
The Standard Way(s) To Do What You Want (Via The Keyboard) Is To Use ShortCuts (Ctrl-X, Alt-F4 etc) Or Use The Tab Key To Navigate To (Give Focus To) The Control In Question, And Use The <Enter> Key To Execute The Click Event.
If You're Convinced That You Can't Use These Methods, Then You'll Have To Explain Your Problem More Fully.
What Do You Mean - You Can't Use TabIndex Because You Used It For A TextBox ? Did You Not Read The Last Post ?
What Programming Environment Are You Working With ?
Web Stuff (.NET), Desktop Applications (VB6) ?
Is It That You Can Use A Mouse, But You Don't Want To ?
The Standard Way(s) To Do What You Want (Via The Keyboard) Is To Use ShortCuts (Ctrl-X, Alt-F4 etc) Or Use The Tab Key To Navigate To (Give Focus To) The Control In Question, And Use The <Enter> Key To Execute The Click Event.
If You're Convinced That You Can't Use These Methods, Then You'll Have To Explain Your Problem More Fully.
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: How can is see what button is pressed in a button array
- Next Thread: SOmeone PLSSS help me on thiss vb question..
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array arrays basic bing button buttons c# center check checkbox code combobox convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output panel passingparameters picturebox picturebox1 port position print printing problem project read remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio2008 web winforms wpf year







