blah blah blah is here! blah blah » Close

0
votes
1 answers

I'm tryin to make a clear butten to clear graphics I drew in a panel

Hy, im trying to find the code to clear the graphics i drew in a panel. Graphics gVenster = panel1.CreateGraphics(); -> is what I used to make the panel ready for graph. private void wissen_MouseClick(object sender, MouseE ...

0
votes
1 answers

whats the easiest way to clear the contents of DataGridView (C#)..?

i'want a easiest way to clear all the contents of datagridview in C#., i'mean all the rows should be "DELETED"...

Feedback