poringgunner
Active member
- Joined
- Feb 23, 2014
- Messages
- 42
- Programming Experience
- Beginner
hi. someone can give help? i need to finish my project this month
my problem is how can i delete comments (/*) inside of this button
i want to delete it when i click the checkedbox. someone can help?
thanks in advance
my problem is how can i delete comments (/*) inside of this button
private void button3_Click(object sender, EventArgs e) { /* if (richbox1.Text.Equals(richbox2.Text)) { MessageBox.Show("Equal"); } else { MessageBox.Show("Not Equal"): } */ }
i want to delete it when i click the checkedbox. someone can help?
thanks in advance
Last edited by a moderator: