Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: xml node problem Pin
Yustme15-Sep-06 1:39
Yustme15-Sep-06 1:39 
QuestionSelect multiple controls on mouse move Pin
jdavid_navin14-Sep-06 21:42
jdavid_navin14-Sep-06 21:42 
QuestionCreating Crys. Reports at runtime Pin
engineer_ali14-Sep-06 21:27
engineer_ali14-Sep-06 21:27 
QuestionCall functions of window service from web service Pin
skysunil14-Sep-06 21:24
skysunil14-Sep-06 21:24 
QuestionToolbar question Pin
saqib8214-Sep-06 21:00
saqib8214-Sep-06 21:00 
AnswerRe: Toolbar question Pin
Stefan Troschuetz14-Sep-06 21:21
Stefan Troschuetz14-Sep-06 21:21 
GeneralRe: Toolbar question Pin
saqib8214-Sep-06 23:24
saqib8214-Sep-06 23:24 
GeneralRe: Toolbar question Pin
Stefan Troschuetz14-Sep-06 23:39
Stefan Troschuetz14-Sep-06 23:39 
I'm not sure how this an be accomplished as I've never worked with ToolBar. Documentation of the ToolBarButtonStyle enumeration indicates that the code should follow this easy example:
MenuItem menuItem1 = new MenuItem("Print");
ContextMenu contextMenu1 = new ContextMenu(new MenuItem[]{menuItem1});
ToolBarButton b = new ToolBarButton ();
b.DropDownMenu = contextMenu1;

You'll have to create some more MenuItems and use the file values as text.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionTreeView and DataGrid Problem Pin
wasife14-Sep-06 20:50
wasife14-Sep-06 20:50 
QuestionCreate Combobox in Datagrid Pin
vaishali1014-Sep-06 20:44
vaishali1014-Sep-06 20:44 
AnswerRe: Create Combobox in Datagrid Pin
Amit Kushwaha14-Sep-06 21:11
Amit Kushwaha14-Sep-06 21:11 
GeneralRe: Create Combobox in Datagrid Pin
vaishali1014-Sep-06 21:31
vaishali1014-Sep-06 21:31 
AnswerRe: Create Combobox in Datagrid Pin
Hamid_RT15-Sep-06 6:53
Hamid_RT15-Sep-06 6:53 
QuestionC# file upload progress bar Pin
Arindam Tewary14-Sep-06 20:22
professionalArindam Tewary14-Sep-06 20:22 
QuestionDotNet Crystal Report Pin
peshawarcoder14-Sep-06 20:01
peshawarcoder14-Sep-06 20:01 
QuestionHow to conver byt buffer to char array Pin
Parshant Verma14-Sep-06 19:46
Parshant Verma14-Sep-06 19:46 
AnswerRe: How to conver byt buffer to char array Pin
stancrm14-Sep-06 20:53
stancrm14-Sep-06 20:53 
AnswerRe: How to conver byt buffer to char array Pin
wasife15-Sep-06 0:22
wasife15-Sep-06 0:22 
AnswerRe: How to conver byt buffer to char array Pin
Hamid_RT15-Sep-06 6:42
Hamid_RT15-Sep-06 6:42 
Questionview state Pin
govind kanidapu14-Sep-06 19:02
govind kanidapu14-Sep-06 19:02 
AnswerRe: view state Pin
Christian Graus14-Sep-06 19:19
protectorChristian Graus14-Sep-06 19:19 
QuestionDll Import Problem in loading two c++ assemblies with same name Pin
He is Cool14-Sep-06 18:50
He is Cool14-Sep-06 18:50 
GeneralRe: Dll Import Problem in loading two c++ assemblies with same name Pin
Guffa14-Sep-06 19:15
Guffa14-Sep-06 19:15 
GeneralRe: Dll Import Problem in loading two c++ assemblies with same name Pin
He is Cool14-Sep-06 19:50
He is Cool14-Sep-06 19:50 
QuestionWin32 Functions InteropServices problems Pin
erikkl200014-Sep-06 17:28
erikkl200014-Sep-06 17:28 

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.