rsoni

Stories submitted by rsoni

Concatenate colums's data in sql query(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 1 month ago

May time we need column?s data into a single row from a database table. This is easy to do if we are doing this at application level.. read more...

add a comment |category: |Views: 7

tags: another

Office 2007 style Color Picker control(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 may want same kind of color picker in our application. This article explains how you can make one for your use or just directly use this one.. read more...

add a comment |category: |Views: 39

tags: another

Run exe from Html - using custom URL Protocol(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 custom parameters. e.g. in yahoo, you can directly open the message windows of a user from web site by clicking on "Send IM". read more...

add a comment |category: |Views: 35

tags: another

Vista style Progress bar(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 article is about creating a vista style progress bar in .net winforms. read more...

add a comment |category: |Views: 553

tags: another

Extended header panel control - Outlook style(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 in its windows. read more...

add a comment |category: |Views: 168

tags: another

Drawing line patterns in GDI+(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 GDI+. read more...

add a comment |category: |Views: 50

tags: another

Free windows .net controls(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

Free windows .net controls. open source windows forms and controls. read more...

add a comment |category: |Views: 20

tags: another

OpenWinForms - open source windows forms and controls(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 on Microsoft technologies e.g. Microsoft .net, VB.net, C#.net etc. You may use these for any commercial or non-commercial purpose for free. read more...

1 comment |category: |Views: 257

tags: another

Adding Row Number to SQL SELECT result(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

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 generates row number for each row in the result. You can specify the partition and order by criteria. read more...

2 comments |category: |Views: 346

tags: another

Creating cool gradient Panel in Winforms(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 7 months ago

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. read more...

add a comment |category: |Views: 680

tags: another

Digital display control in C#.Net using GDI+(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 7 months ago

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 you create a digital display control for numeric value and use in software to enhance user experience. read more...

add a comment |category: |Views: 117

tags: another