TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anthony Clarke
NA
127
0
I know it'll be simple for you guys| call takes 1 overload???
Dec 11 2010 5:32 PM
Hi,
Just wondering if you could tell me what im meant to put in the Call() brackets.
private
void
Call(
DataGridViewCellEventArgs
o)
{
int
rowIndex = o.RowIndex;
string
t = dataGridView2.Rows[o.RowIndex].Cells[
"Name"
].Value.ToString();
textBox1.Text = t;
}
private
void
button3_Click(
object
sender,
EventArgs
e)
{
Call();
}
}
Thanks
Anthony
Reply
Answers (
7
)
Make Random Numbers More Random - Thankyou
help with windows form game