Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to read parcode from scanner [modified] Pin
likefood25-May-06 5:27
likefood25-May-06 5:27 
Questionpopulating treeview control with outlook folders Pin
govind yadav24-May-06 21:18
govind yadav24-May-06 21:18 
QuestionC# comments [modified] Pin
Maddie from Dartford24-May-06 19:52
Maddie from Dartford24-May-06 19:52 
AnswerRe: C# comments Pin
_AK_24-May-06 20:30
_AK_24-May-06 20:30 
AnswerRe: C# comments [modified] Pin
alexey N24-May-06 22:52
alexey N24-May-06 22:52 
GeneralRe: C# comments [modified] Pin
Maddie from Dartford24-May-06 23:40
Maddie from Dartford24-May-06 23:40 
Questionhow to create multicolumn combo box Pin
Mairaaj Khan24-May-06 19:22
professionalMairaaj Khan24-May-06 19:22 
AnswerRe: how to create multicolumn combo box Pin
little finger24-May-06 20:02
little finger24-May-06 20:02 
GeneralRe: how to create multicolumn combo box Pin
albCode24-May-06 20:44
albCode24-May-06 20:44 
AnswerRe: how to create multicolumn combo box Pin
mav.northwind24-May-06 23:54
mav.northwind24-May-06 23:54 
QuestionVariant* Pin
satsumatable24-May-06 17:52
satsumatable24-May-06 17:52 
AnswerRe: Q about web.config [modified] Pin
Saqib Mehmood24-May-06 18:05
Saqib Mehmood24-May-06 18:05 
GeneralRe: Q about web.config [modified] Pin
lmoelleb24-May-06 20:25
lmoelleb24-May-06 20:25 
GeneralRe: Q about web.config [modified] Pin
Saqib Mehmood25-May-06 0:34
Saqib Mehmood25-May-06 0:34 
QuestionToolBar Buttons Pin
urbane.tiger24-May-06 17:42
urbane.tiger24-May-06 17:42 
GeneralRe: ToolBar Buttons Pin
User 171649225-May-06 0:03
professionalUser 171649225-May-06 0:03 
GeneralRe: ToolBar Buttons Pin
urbane.tiger30-May-06 15:02
urbane.tiger30-May-06 15:02 
AnswerRe: ToolBar Buttons Pin
likefood25-May-06 5:23
likefood25-May-06 5:23 
I've never used a ToolBar object (I usually go through the hassle of making my own toolbars), but, after glancing at MSDN's documentation, it seems it would be pretty easy. The ToolBar has the ButtonClick event, and the ToolBarButtonClickEventArgs object tells you the index of the button clicked (with which to use switch). That seems to me like plenty of information to be able to act on clicking the different buttons.

-Daniel
Typing too fast fro my owngood
GeneralRe: ToolBar Buttons Pin
urbane.tiger30-May-06 14:45
urbane.tiger30-May-06 14:45 
QuestionChallanging Algorithm?! Pin
Eliee24-May-06 15:39
Eliee24-May-06 15:39 
AnswerRe: Challanging Algorithm?! Pin
alexey N24-May-06 17:56
alexey N24-May-06 17:56 
GeneralRe: Challanging Algorithm?! [modified] Pin
lmoelleb24-May-06 20:26
lmoelleb24-May-06 20:26 
GeneralRe: Challanging Algorithm?! [modified] Pin
alexey N24-May-06 22:47
alexey N24-May-06 22:47 
GeneralRe: Challanging Algorithm?! [modified] Pin
Dan Neely25-May-06 2:13
Dan Neely25-May-06 2:13 
GeneralRe: Challanging Algorithm?! Pin
Eliee25-May-06 9:33
Eliee25-May-06 9:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.