943,815 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 16632
  • VB.NET RSS
You are currently viewing page 1 of this multi-page discussion thread
May 5th, 2007
0

tool strip button

Expand Post »
i use a Button on tool strip menu any one can help me to write a code(function) so when i click it i get what i want
i dont want to use the mouse
Reputation Points: 8
Solved Threads: 0
Newbie Poster
eyad212 is offline Offline
17 posts
since Sep 2006
May 5th, 2007
1

Re: tool strip button

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.
Reputation Points: 45
Solved Threads: 28
Posting Whiz in Training
Dukane is offline Offline
282 posts
since Oct 2006
May 6th, 2007
0

Re: tool strip button

i will press the Enter instead of press mouse click
Reputation Points: 8
Solved Threads: 0
Newbie Poster
eyad212 is offline Offline
17 posts
since Sep 2006
May 6th, 2007
0

Re: tool strip button

Now we're beginning to make sense...

Would it be adding a menu shortcut

http://www.developerfusion.co.uk/show/1770/5/
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
May 6th, 2007
0

Re: tool strip button

Or if it's a form you can use tabindex/tabstop.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
May 6th, 2007
0

Re: tool strip button

What do ya mean if it's a form? What else could it possibly be? Please explain?
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
May 16th, 2007
0

Re: tool strip button

how can i use a tabindex/tabStop ???
is there a function (Code) i can use it inside the button??????
Reputation Points: 8
Solved Threads: 0
Newbie Poster
eyad212 is offline Offline
17 posts
since Sep 2006
May 16th, 2007
0

Re: tool strip button

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" !!!!
Reputation Points: 12
Solved Threads: 2
Light Poster
SkinHead is offline Offline
31 posts
since May 2007
May 18th, 2007
0

Re: tool strip button

i cant use tabindex cuase i used it for a text box , i must use a function (code) so if any one can help me !!!!!!!
Reputation Points: 8
Solved Threads: 0
Newbie Poster
eyad212 is offline Offline
17 posts
since Sep 2006
May 18th, 2007
0

Re: tool strip button

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.
Reputation Points: 12
Solved Threads: 2
Light Poster
SkinHead is offline Offline
31 posts
since May 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Need to hide files out side application
Next Thread in VB.NET Forum Timeline: Objects as Veriables





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC