Showing posts with label Form Design. Show all posts
Showing posts with label Form Design. Show all posts

Thursday, November 29, 2012

Adding a Custom Icon to C# Windows Application and Forms

C# Windows applications, by come with the default Application icon, many a times we will want to change the default icon to one which suites the type of application, in this post we shall see on how to change the default icon and set a custom icon.

1. Open the Windows Application project in Visual Studio.
2. Open the Project Properties.
3. In the Applications tab, Under the resources section, browse and select the custom icon file.

Wednesday, November 28, 2012

Adding Image Buttons to C# Windows Form

The C# Windows forms buttons are usually rectangular in shaper and take the default Grey color background, however there are instances where we need to make our forms more stylish, in this post we shall see on how to set Images to a Button in a C# Windows forms application.

1. Create a new / open an existing C# Windows application.
2. Create/Open the form which needs the Image Button.
3. Add a button to the Form
4. Set the following Properties to the Button (View -> Properties Window or Press F4 key)

Rounder Corner C# Windows Form

The C# Windows forms are usually rectangular and take the default Grey color background, however there are instances where we need to make our forms more stylish, in this post we shall see on how to set a Rounder Corner appearance to a C# Windows Form.

1. Create a new / open an existing C# Windows application.
2. Create/Open the form which
needs the Rounder Corner appearance.
3. Open the Properties of the form (View -> Properties Window or Press F4 key)
4. Set the
following Properties.