thanks...
c# form app
how can i write function in form?
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.
Iftikar HussainPosted Aug 2, 2013, 12:10 AM
try like this
private void TestFunction()
{
MessageBox.Show("This is a test function");
}
Regards,
Iftikar
Akhil MittalPosted Aug 2, 2013, 12:47 AM