Quantcast
Channel: DEEPAK SHARMA » Random Colors in C#
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

How to generate random colors in C#

Introduction In an application I required to generate some random colors. Writing these colors manually was not easy. So I decided to use .NET Reflection to generate colors using System.Drawing.Color...

View Article


Image may be NSFW.
Clik here to view.

How to add rows and columns to a WPF Grid programmatically

Introduction In this post we will see how to add rows and columns to a Grid in WPF programmatically using code behind. After adding rows and columns to the Grid, we will add some Buttons to it. We will...

View Article

Browsing latest articles
Browse All 2 View Live