Skip to main content

Latest Articles: .net >> Windows Forms


Transparent, Click-Through Forms
Entry Date: Sep 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
How to make a form transparent to the mouse, or click-through, so that mouse clicks end up going to whatever is behind the transparent form.
Comments:
Very interesting article that describes how to make a window transparent to mouse events.
Click Here To Navigate to the Article

Disabling Close button on Forms
Entry Date: Sep 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
How to disable the Close button on C# Win Forms
Comments:
How to disable the Close button on C# Win Forms
Click Here To Navigate to the Article

Data Binding an Enum with Descriptions
Entry Date: Sep 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
A simple solution for binding an enum to a UI control using data binding.
Comments:
This article shows how to bind enum values to a drop down in a very easy and useful way.
Click Here To Navigate to the Article

A data-bound multi-column combobox
Entry Date: Jul 2007 site: Code Project Latest 10 Articles Rating:
keywords:ADO .net; DataSet;
Article Description:
An ownerdrawn multi-column combobox class with support for data-binding
Comments:

A classic on clients request... "I want this combo box to have columns and a nice format". Don't reinvent the wheel, with this sample you will get a nice combo with columns and even databound.

Click Here To Navigate to the Article

Getting the Most Out of Windows Forms Data Binding
Entry Date: Jul 2007 site: ASP Alliance Rating:
keywords:ADO .net;
Article Description:
This article outlines the interfaces and classes that you will need to get the most out of Windows Forms data binding.
Comments:

Windows forms databinding... good to know if you come from ASP .net development and want to know the power of binding in forms.

Click Here To Navigate to the Article

Not just another Color Picker...
Entry Date: Jun 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0; VB .net;
Article Description:
An advanced Color-Picker control for your VB.NET applications.
Comments:
If you need a color picker for your application and the default one doesn't satisfy you, check this article. Elkay makes a VB dialog that will make color picking easier for your users.
Click Here To Navigate to the Article

Vista Style Button in C#
Entry Date: Jun 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
A Vista style Buttton in .Net 1.1
Comments:
Interesting article that explains how to create Windows Vista-style buttons using .Net. It focuses in the necessary code and shows how easy (and tricky) it is. Recommended if you like to use those eye-catching controls in your apps using .Net 2.
Click Here To Navigate to the Article

Bat file compiler
Entry Date: Jun 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
An article deskribing how to convert bat file to executable
Comments:
Very cool application that compiles a batch file into an executable. All the source code is provided so you can learn, for example, how to generate the target exe from code.
Click Here To Navigate to the Article

Vista Style Progress Bar in C#
Entry Date: Jun 2007 site: Code Project Latest 10 Articles Rating:
keywords:.net framework 2.0;
Article Description:
A Vista style Progress Bar complete with color property and animation
Comments:
Do you want to make a vista-like customizable progress bar for your application? Well, read this and find out the solution Tom gives us.
Click Here To Navigate to the Article

Displaying Crystal Reports using WinForms and C#
Entry Date: Jun 2007 site: ASP Alliance Rating:
keywords:
Article Description:
In this article, Eric shows how to use Crystal Reports in a Windows Form application.
Comments:

Brief intro about how to use Crystal reports on WinForms applications.

It's funny, because the article talks about people used to crystal reports and the asp .net implementation... some years ago was the other way around.

Nowdays you have to decide whether use Crystal Reprots, or Reporting Services SSRS.

Click Here To Navigate to the Article

Data Points: Column Expressions, DataRelations, and Computations
Entry Date: Nov 2006 site: MSDN Magazine Rating:
keywords:.net framework 2.0; ADO .net;
Article Description:
This month John Papa fields some of his favorite questions regarding data manipulation with ADO.NET.
Comments:

ADO .net advanced features to performa calculations over child / parent relations, and aggregate functions, without hitting the database twice.

All samples are implemented on WinForms

Click Here To Navigate to the Article

Page (1) Of 2 Next Articles >>