C# Tutorial 28: How to make a easy paint software

C# Tutorial 28: How to make a easy paint software

So this movie is a request from deathglare00 who requested a paint software in C#. This is not exactly as advanced as MS Paint but it is a big start and not far from it! The projects requires following components: 1x Panel (panel1). 2x Buttons (button1, button2). 1x Windows Forms Application. Bool is a short for boolean. It is oftenly used to convert a statement of false or true to reverse, will say true into false or false into true depending on what happened in the software and how it should react. If a button is clicked the bool goes of into true otherwise into false. (poor example). Hope you enjoy the video and please continue subscribing, commenting and rating my videos.
Video Tutorial Rating: 4 / 5

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 4,277 views





18 responses to “C# Tutorial 28: How to make a easy paint software”

  1. uzaricanin07 says:

    I need something like this for a college project I have to do, it’s not the exact thing but it’s a damn good start!

  2. CJproductionZinc says:

    how about writing text?

  3. auvar100 says:

    @pvjneji hey how i could tell me if i could change the color of my drawing and change the size by simply click the combo box

  4. auvar100 says:

    hey how i could tell me if i could change the color of my drawing and change the size by simply click the combo box @pvjneji

  5. Fredrik Hoffmann says:

    Specify coordinates in the x and y axis for the positions to draw the line. Example the current position of the mouse in x, y until the point in which you release the left button. Causing it to draw from example point: 10,10 -> 10, 37.

    Just control the mousebutton click event (left click).

  6. GABRIEL506 says:

    What should I do to make the drawn line more consistent, not to do the spaces between the dots.

  7. TheHTMLCode says:

    makes me laugh when people complain about how it doesnt work and then say it was a bad tutorial, clearly the fault is with who is following along, and for those who are saying WTF I cant save, take the responsibility to actually go out and learn how to write the code to be able to implement a saving feature, don’t expect to learn solely from a tutorial as a tutorial shall only ever teach you concepts for you to apply to your own work

    rant over.

  8. Fredrik Hoffmann says:

    The tutorial doesnt say: How to make a easy paint software and save what you painted.

  9. MrSONICLUVER says:

    Its cool, but OBVIOUSLY I WANT TO SAVE IT!

  10. Tahir niaz says:

    excellent !

  11. bRpsd says:

    Thanks That was very Helpfull

  12. vadityag says:

    thank you very much.

  13. tegroo says:

    how do i add a color

  14. Powtendo says:

    nvm I know what wrong 🙂

  15. Powtendo says:

    didnt work… when I click the paint thing nothing happens…

  16. uplusion23Gaming says:

    Go to pastebin . com and put /TMV8pQx1 My code is a little messy, but It is stating that the “Black” on line 40 is incorrect, and all of line 42.

  17. Fredrik Hoffmann says:

    Well this could depend on a simple or major error, like you forgott to end a code snippet with a ; or you simply forgott to add a certain snippet.

  18. uplusion23Gaming says:

    Worked last night, deleted the project, wanted to start over, woke up, and a bug!?

Leave a Reply to uzaricanin07 Cancel reply

Your email address will not be published. Required fields are marked *