Drag and Drop on Visual Studio

 Hi in this post I am going to "How we can easily create drag and drop code snippets in Visual Studio".Lets create a New Windows Form Application.  and Goto Cs File of form by pressing F7.


Select the code the you want to reuse on different form. For this example select try and catch block
and drag it to the toolbox on the left pane.


Once you drag and drop the Code you will sell the snippet in the toolbox.



You can rename code snippet by Right Clicking on the Code snippet and selection Rename Item.You can also group the code snippet by creating new Item.

How to Avoid Accidentally Update of Record in Sql

I am writing this  post after i accidentally update all the records in a table. To avoid accidental  update just follow this simple method . Before executing the query just put a "Begin Transaction" above your query and "Rollback Transaction" after your Query.

Copy Paste Image Directly in Windows Form

 Hi in this tutorial we are going to see "how to set image in a clipboard directly as a Windows form Background". Lets Create a new Windows Form Project and add a following code in it.

Creating User Control in C#

 Hi in this tutorial I am going to show "How to Create Your own User Control"  and reuse it different windows form. So Lets Create a New Windows C# Project and name it as you like it.

Filter DataGridView using TextBox in C#

 Hi this post explains how to filter data in DataGridView using textbox as filter to search data in Gridview. For this tutorial I am using Northwnd database "Customer" Table .

Read Loud using Abode Reader

 Hi in this tutorial we are going to see "How to use Abode Read Out Loud Feature".Abode PDF Reader is one of the most commonly used software for reading PDF files."Read Out Loud" feature gives text to speech output(Text to Speech). To use this feature follow the steps:

Customize your Google Keyboard

This post shows “How to customize your google keyboard” and change set your favourite image in google keyboard.Now a android smartphones comes google keyboard by default.If your android smartphone does not comes with google keyboard.Goto playstore and download the Google Keyboard and install it.