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.
18 responses to “C# Tutorial 28: How to make a easy paint software”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 08/08/12
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
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!
how about writing text?
@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
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
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).
What should I do to make the drawn line more consistent, not to do the spaces between the dots.
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.
The tutorial doesnt say: How to make a easy paint software and save what you painted.
Its cool, but OBVIOUSLY I WANT TO SAVE IT!
excellent !
Thanks That was very Helpfull
thank you very much.
how do i add a color
nvm I know what wrong 🙂
didnt work… when I click the paint thing nothing happens…
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.
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.
Worked last night, deleted the project, wanted to start over, woke up, and a bug!?