OpenWinForms - Open source website for windows forms and controls
OpenWinForms is a open source website for windows forms and controls. Here you can find windows controls and libraries for free. This is a non-commercial open source web site. This site mainly focuses...
View ArticleCreating cool gradient Panel in Winform - .NET (Using GDI+)
This article will explain how we can create cool looking gradient panel with round corner in .net winforms using GDI+. This panel supports various customizable properties. Below are some cool...
View ArticleInfinite progress bar with transparency support - Stylish progess bar control
Lots of time we need to show infinite progress in our application where we are not sure of total time to be taken by the process for which we are showing the progress. For this we need infinite...
View ArticleOffice 2007 style Color Picker control - Using .NET WinForms
Office 2007 has introduced lots of new features with new stylish and cool looking user interface which makes user richer experience. Office 2007 has a new style color picker which is really cool. You...
View ArticleA simple implementation of outlook style groupbox control with transparency...
This article explains very simple implementation of a outlook style groupbox. This control also supports transparent background...read full articles
View ArticleRun exe from Html - using custom URL Protocol
Sometimes there is a business need of integrating you windows application with your web application in a manner that you can directly invoke your windows application from the web application with...
View ArticleTrue Single instance application - WinForms.NET
This article simply explains how you can create a windows application with control on the number of its instances or run only single instance. This is very typical need of a business application. There...
View ArticleAdd designer support to Label for a better UI designer
While designing a windows form in Visual Studio .NET I always find the standard Label control difficult to manage and creating ultra high fine layout/UI. The Label control does not show the border in...
View ArticleDigital display control in C#.Net using GDI+
In any business app, visual representation of data has an important role. Sometimes playing with the visual representations can increase the usability of the application. This article explains how can...
View ArticleAdding Row Number to SQL SELECT result
This article will explain how we can add sequence row number to a SQL select query starting from 1 onwards. This can be achieved by using built in SQL function ROW_NUMBER(). This function simply...
View ArticleDrawing line patterns in GDI+
GDI+ has made the windows graphics programming really easy. You can easily draw and control the graphical interface of you application. This section will explain how can you draw pattern lines in...
View ArticleExtended header panel control - Outlook style
This is another control under the section of office controls. This will explain how you can create outlook style header panel control in .net. Outlook uses this control for all major region displayed...
View ArticleVista style Progress bar (Vista Controls - I)
This is first article under the section of Windows Vista Control. Vista is very cool in its look and feel. So, using vista style controls can improve the visual appearance of our application. This...
View ArticleGradient Panel for VS 2003 (.NET 1.1)
I received request for VS 2003 version of the gradient panel. I created one and uploaded to the web sites. In case anyone else need that just download from link...
View ArticleConcatenate colums's data in sql query
May time we need column’s data into a single row from a database table. This isto do if we are doing this at application level. However this could also bein a sql query..read full article
View ArticleVista style Progress bar - Update
There has been a recent update by Fernando Datorre in the Vista style Progress bar control.Latest code can be downloaded from here.Fernando Datorre:I made some improvements in control VistaProgressBar:...
View ArticleAnnouncing launch of DailyCoding.com
I had recently (May 18, 2008) launched a new source code web site for daily coding related tips and tricks. I given it the name DailyCoding.com. It is all about:DailyCoding.com is aiming to point...
View ArticleAre You Throwing Exceptions Correctly? - DailyCoding
We generally use exception and stack trace for tracking down to the problem in our code. But a lots of the time, in case you are not using proper way to throw exceptions then it might make difficult to...
View Article