|
||||||
| CSharp Tutorials Tutorials for C# |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I am sorry I don't have any pictures... But I am not going to take the time to host them...
First, start a Wpf Application. You can make this any size you want. What you will need: 2 buttons, default size works great. 1 ink canvas. I fit it nearly to the edges on right, left, and top. I left just under an inch of space at the bottom. You have no need for renaming items in this tutorial, just leave them the way they are. Put the ink canvas on whatever size background you want. Change the background color of the form to anything but white... Then you want to add the two buttons into the inch of space you left at the bottom. Label one of them "Clear", and the other one "Close". Double click on the button "Clear", and type within the brackets, Code:
this.inkCanvas1.Strokes.Clear(); For the Close button, double click on it. This code is very simple to remember... Just type in, Code:
this.Close(); Remember, this is my first tutorial, so be easy on the criticism. |
| Sponsored Links |
|
|
|
|||
|
I don't know if it's new in '08, I started with this about 2-3 days ago.
I will upload a video of me creating one, the computer I wrote the tutorial on had really low memory, ran way to slow to do too much. I am on a faster computer now, should work. Thanks for the compliment! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Studio 2008: C# Hello World Tutorial | Jordan | CSharp Tutorials | 4 | 08-22-2008 10:44 AM |
| Tutorial: Visual Studio 2008 Obfuscating with Dotfuscator | Jordan | Tutorials | 0 | 02-08-2008 02:01 PM |
| Visual Studio 2008 Express Beta 2 Download | Jordan | Programming News | 2 | 08-03-2007 01:05 PM |
| John's Java Tutorial Index | John | Java Tutorials | 0 | 01-11-2007 03:05 PM |
| Visual Studio 2005 Express Edition | Crane | Software Development Tools | 9 | 05-25-2006 06:17 PM |
| Xav | ........ | 1359.44 |
| MeTh0Dz|Reb0rn | ........ | 1072.63 |
| WingedPanther | ........ | 911.18 |
| marwex89 | ........ | 906.86 |
| morefood2001 | ........ | 899.18 |
| John | ........ | 887.37 |
| Brandon W | ........ | 770.65 |
| chili5 | ........ | 312.39 |
| Steve.L | ........ | 264.99 |
| dcs | ........ | 232.34 |
Goal: 100,000 Posts
Complete: 83%