tool strip button

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply   View First Unread View First Unread

Join Date: Sep 2006
Posts: 17
Reputation: eyad212 is an unknown quantity at this point 
Solved Threads: 0
eyad212 eyad212 is offline Offline
Newbie Poster

tool strip button

 
0
  #1
May 5th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 263
Reputation: Dukane is an unknown quantity at this point 
Solved Threads: 22
Dukane's Avatar
Dukane Dukane is offline Offline
Posting Whiz in Training

Re: tool strip button

 
1
  #2
May 5th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 17
Reputation: eyad212 is an unknown quantity at this point 
Solved Threads: 0
eyad212 eyad212 is offline Offline
Newbie Poster

Re: tool strip button

 
0
  #3
May 6th, 2007
i will press the Enter instead of press mouse click
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: tool strip button

 
0
  #4
May 6th, 2007
Now we're beginning to make sense...

Would it be adding a menu shortcut

http://www.developerfusion.co.uk/show/1770/5/
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,048
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is online now Online
The Queen of DaniWeb

Re: tool strip button

 
0
  #5
May 6th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: tool strip button

 
0
  #6
May 6th, 2007
What do ya mean if it's a form? What else could it possibly be? Please explain?
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 17
Reputation: eyad212 is an unknown quantity at this point 
Solved Threads: 0
eyad212 eyad212 is offline Offline
Newbie Poster

Re: tool strip button

 
0
  #7
May 16th, 2007
how can i use a tabindex/tabStop ???
is there a function (Code) i can use it inside the button??????
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 31
Reputation: SkinHead is an unknown quantity at this point 
Solved Threads: 2
SkinHead SkinHead is offline Offline
Light Poster

Re: tool strip button

 
0
  #8
May 16th, 2007
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" !!!!
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 17
Reputation: eyad212 is an unknown quantity at this point 
Solved Threads: 0
eyad212 eyad212 is offline Offline
Newbie Poster

Re: tool strip button

 
0
  #9
May 18th, 2007
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 !!!!!!!
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 31
Reputation: SkinHead is an unknown quantity at this point 
Solved Threads: 2
SkinHead SkinHead is offline Offline
Light Poster

Re: tool strip button

 
0
  #10
May 18th, 2007
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.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC