Hi I beginner for windows form.I want to prepare GUI in which I want to display data in text box which I have selected thro menu tool strip.Please help... How to show it dynamically...
Thanks Viva
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vivaPosted Feb 27, 2012, 5:04 AM
thanks Viva
Sam HobbsPosted Feb 24, 2012, 6:16 PM
Sudhakar ChaudharyPosted Feb 24, 2012, 5:06 AM
{
textBox1.Text = e.ClickedItem.ToString();
textBox2.Text += e.ClickedItem.ToString() + " ";
}
please open the attached file. sorry last time i am uploaded wrong file..have a nice day thanks.
vivaPosted Feb 24, 2012, 4:17 AM
I tried same.But e.ClickedItem.ToString(); gives following error."system.EventArgs" does not contain definition for "ClickedItem"
Please reply
viva
Sudhakar ChaudharyPosted Feb 21, 2012, 12:18 AM
textBox1.Text = e.ClickedItem.ToString();
open attched file...