28/02/2014 by Nitesh

How to Show $ symbol on your Windows Phone

Friends, Recently one of my friends tweeted regarding missing “$” symbol on his Lumia Phone. Miss u dollar sign in #nokia #Lumina keyboard. @windowsphone @nokia — Sandeep Shekhawat (@ss_shekhawat) February 26, 2014   This post is a simple response to the tweet on hwo you can get back the “$” symbol on your Lumia phone….

Continue Reading »

27/02/2014 by Nitesh

How to Add Child Forms to a Menu Item automatically in MDI Windows Form Application

Friends, When working with MDI applications in Windows forms, on several occasions we end up opening a lot of child forms and then finding across where the child form is. To provide a nice user experience, it is advisable to display all open child forms under a menu named “Windows”. This is not a must…

Continue Reading »

26/02/2014 by Nitesh

How to Add Custom Checkbox Column to DataGridView in Windows Forms

Friends, In this post we will see how we can add a custom Checkbox column to an existing DataGridView in windows forms. Generally, when you assign a data source to the DataGridView and the data source contains a “bit” column or “bool” column, DataGridView automatically converts it into a Checkbox column. However, at times we…

Continue Reading »

14/02/2014 by Nitesh

How to Add User to SQL Server Database using Scripts

While development, we normally use SQL Server Management Studio for various operations. However, when the code goes in production, Management studio is not found and we need to Execute SQL Queries using sqlcmd tool. Very often, we use a separate user account to access the database used by our program. This post will explain you…

Continue Reading »

10/01/2014 by Nitesh

How to Move a Windows Form By Dragging

Friends, Today, I was working on a Desktop application where I was required to drag a form by Mouse left click as we do in normal drag and drop operations. the only difference in this scenario was I needed to drag the entire form and the form was not supposed to be dropped anywhere else….

Continue Reading »

1 20 21 22 23 24 38