okay i made this windows form application.
But how do i save it as a program, so i can make it to a rar file, so it can be used.
lol is an easy question, dont flame me or ill report.
And close this after i got answer.
[Part1]C# - Introducing (Windows Form) 05/08/2010 - CO2 Programming - 27 Replies Part 1 - Introducing (WF)Today we are gonna look at C# at introducing to it and the basics of windows form.
Lets start with what C# is?
Microsoft C# Visual Studio is a programming language wich you can use to create programs or different applications. You can work with windows forms, xml, sockets, consoles and much more.
C# is similar to C & C++ or java, but is not the same language and they all work different. They got different ways to work with things on.
Your very first...
[Part3]C# - TextEditor (Windows Form) 04/28/2010 - CO2 Programming - 0 Replies Now we will look at some more advanced things like creating a text editor, with load/save files.
First create a windowsformapplication.
Make sure you name it:
TextEditor
Now delete the "Form1.cs".
Now right click at your solution and choose:
Add > Windows Form
Make the name:
TextEditor
Now make the design fit into what you want.
[Part2]C# - Checkboxes (Windows Form) 04/27/2010 - CO2 Programming - 5 Replies Part 2 - Checkboxes
Okay now you have learned about buttons and textboxes at basics.
What is checkboxes used for?
A checkbox is used to check for more choices.
You can use it for making vote buttons, using them instead putting 100Buttons or anything else.
Checkboxes are pretty cool to use in a windows form application.
Now we are gonna look at checkboxes.
First you have to make 2 checkboxes.
Image on Windows Form, 02/08/2010 - CO2 Private Server - 6 Replies Anyone knows how to add the very small Image, of an Application Icon on a C# Windows form Application, Like,
http://img237.imageshack.us/img237/5849/imageke.p ng
flako27-
Windows form... 11/15/2008 - CO2 Private Server - 9 Replies //