Monthly Archives: February 2007

A Simple Drag Drop in WinForms

This post describes how to do a simple drag drop operation in a WinForm. You can drag drop the text from one button to the other. The above video shows the final application at work. The same idea can be … Continue reading

Posted in .NET, C#, WinForm | 4 Comments

My first experience with WinForms in Visual C#

Over the last couple of weeks I have been working on Windows Forms (WinForms). This is my first experience with WinForms. Till now I had written only console applications in C (during my undergraduate course at IIT Kharagpur), Basic (at … Continue reading

Posted in .NET, C# | Leave a comment