•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 456,196 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,924 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser: Programming Forums
Views: 5148 | Replies: 16
![]() |
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/
... the hat of 'is this a cat in a hat?'
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 11,019
Reputation:
Rep Power: 33
Solved Threads: 116
Or if it's a form you can use tabindex/tabstop.
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
•
•
Join Date: May 2007
Location: Warrington, England
Posts: 31
Reputation:
Rep Power: 2
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
Location: Warrington, England
Posts: 31
Reputation:
Rep Power: 2
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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Previous Thread: export to dxf from VB
- Next Thread: How can I do this



Linear Mode