Archive for May, 2009

Export DataGridView into .csv file

Following example I am trying to save the DataGridView’s Data into .csv file Please create a Windows Application and Add a DataGridView and a button on Form1, to fill the data initially please add following code in Form1_Load Double click on the Button and add following code in Button1_Click, in this code we are reading [...]

Handle Click Event of Eclipse: Windows Application

Normally we don’t have any event for the Drawing objects like circle, eclipse ect., so here I am trying to draw a eclipse using graphics and try to give clicking effect and handing that event. Declare the event handler and delegate to handle the events Initialise the Click Event for eclipse we are drawing in [...]

Reading Outlook Contacts in VB.NET

In this article I am trying to read the Outlook contact into a Combo Box and selecting a contact I am displaying his/ her details in below Label controls, so lets start building example. Create a Windows Forms Application and Add Label and Combo Box and change the lable text to Select Contact. To use [...]

Microsoft Tech-Ed 2009 At Hyderabad

  Microsoft’s Tech-Ed is going to happen in Hyderabad this year, you can here latest technology news from Microsoft speakers who are actually involved in developing that particular technology. Tech-Ed is one place where you can make yourself ready for next generation technology, today’s economic scenario you need to be ahead of others so this [...]