Feeds:
Posts
Comments

Archive for February, 2007

I had registered at WordPress in September 2006. My boss, a serious blogger who writes about Business Rules and breathes Excel sheets (sure sign of being a manager), had first given me the idea to blog and had even recommended WordPress. It was not the first time that blogging crossed my mind. My friends and [...]

Read Full Post »

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 extended according to the requirement.
I have used Microsoft Visual C# Express Edition that can [...]

Read Full Post »

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 school), Pascal(at school) , C++ (at school). The difference is striking and definitely obvious.
Using the [...]

Read Full Post »