Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
AnswerRe: XML Reading question. Pin
PIEBALDconsult2-Sep-08 5:14
mvePIEBALDconsult2-Sep-08 5:14 
GeneralRe: XML Reading question. Pin
crash8932-Sep-08 6:48
crash8932-Sep-08 6:48 
GeneralRe: XML Reading question. Pin
PIEBALDconsult2-Sep-08 7:13
mvePIEBALDconsult2-Sep-08 7:13 
Questionwindows application on remote machine Pin
balu123451-Sep-08 19:30
balu123451-Sep-08 19:30 
AnswerRe: windows application on remote machine Pin
Muammar©1-Sep-08 23:08
Muammar©1-Sep-08 23:08 
QuestionResult set for MSACCESS in c# Pin
selvakkumar1-Sep-08 19:14
selvakkumar1-Sep-08 19:14 
AnswerRe: Result set for MSACCESS in c# Pin
blackjack21501-Sep-08 22:48
blackjack21501-Sep-08 22:48 
QuestionHelp regarding ToolStripDropDownButton,ToolStripMenuItem Pin
Tridip Bhattacharjee1-Sep-08 19:04
professionalTridip Bhattacharjee1-Sep-08 19:04 
i have added dynamically ToolStripMenuItem to ToolStripDropDownButton in my button click event the code is

ToolStripMenuItem Test = new System.Windows.Forms.ToolStripMenuItem();
Test.Text = "Hello" + i;
Test.Tag = "Hello" + i;
toolStripButtonUndo.DropDownItems.Add(Test);
i++;


this code is working fine but there is a event called ToolStripDropDownButton_DropDownItemClicked in that event i was trying to remove the ToolStripMenuItem on which user has clicked but not getting success because i did not work before with ToolStrip so that is why i have lack of knowledge in ToolStrip in .net v2.0. so plzz help me in such a way as a result i will be able to remove dynamically ToolStripMenuItem from ToolStripDropDownButton in the event called ToolStripDropDownButton_DropDownItemClicked. so plzz help me with small code snippet if possible. i will be looking forwar for fast response.

Thanks.

tbhattacharjee

AnswerRe: Help regarding ToolStripDropDownButton,ToolStripMenuItem Pin
Member 261649324-Feb-09 6:29
Member 261649324-Feb-09 6:29 
QuestionIDispose Pin
netJP12L1-Sep-08 18:45
netJP12L1-Sep-08 18:45 
AnswerRe: IDispose Pin
N a v a n e e t h1-Sep-08 18:50
N a v a n e e t h1-Sep-08 18:50 
GeneralRe: IDispose Pin
netJP12L2-Sep-08 4:42
netJP12L2-Sep-08 4:42 
AnswerRe: IDispose Pin
Scott Dorman2-Sep-08 9:54
professionalScott Dorman2-Sep-08 9:54 
Questionhow to retreive publickey from the xml document Pin
prasadbuddhika1-Sep-08 18:32
prasadbuddhika1-Sep-08 18:32 
QuestionUpdate DataTable with DataGridView Pin
myNameIsRon1-Sep-08 17:59
myNameIsRon1-Sep-08 17:59 
AnswerRe: Update DataTable with DataGridView Pin
AhsanS1-Sep-08 18:03
AhsanS1-Sep-08 18:03 
GeneralRe: Update DataTable with DataGridView Pin
myNameIsRon1-Sep-08 18:53
myNameIsRon1-Sep-08 18:53 
QuestionShortcut keys in msvisio Pin
tahir_makhdoom1-Sep-08 17:23
tahir_makhdoom1-Sep-08 17:23 
Ranti do it like the linq. Pin
ioriliao1-Sep-08 16:31
ioriliao1-Sep-08 16:31 
GeneralRe: i do it like the linq. Pin
PIEBALDconsult1-Sep-08 17:54
mvePIEBALDconsult1-Sep-08 17:54 
GeneralRe: i do it like the linq. Pin
ioriliao1-Sep-08 20:01
ioriliao1-Sep-08 20:01 
GeneralRe: i do it like the linq. Pin
leppie1-Sep-08 21:19
leppie1-Sep-08 21:19 
GeneralRe: i do it like the linq. Pin
Guffa2-Sep-08 0:57
Guffa2-Sep-08 0:57 
QuestionSelect a treeNode in a treeView Pin
Kim06181-Sep-08 16:31
Kim06181-Sep-08 16:31 
AnswerRe: Select a treeNode in a treeView Pin
Laji591-Sep-08 21:39
Laji591-Sep-08 21:39 

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.