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

Open a new "info" window

Hy im making a little paint program.. I have a toolstrip menu and the last butten is INFO. When people click on INFO a little new window should popup with information about the prg version, the author etc... I can't figure out how to progr ...

0
votes
1 answers

Can someone help/explain me how to create classes in my drawapp...?

Hy, I'm new in c# but i'm trying to learn.. At this moment i am stucked.. I wrote a programme to draw basic geometric figures (lines, squares, etc) But now i would like to make a class for every figures.. Can someone help me on the wright ...

0
votes
1 answers

How to draw a rectangle with the mouse in c#

Hy, I am a total newby in c# but i'm looking forward to get more knowledge of this language. For the moment i'm trying to make a little drawing program. The concept is to draw lines, circles, rectangles etc with just 2 mouse clics. I wa ...

Feedback