Export Datagridview to Excel

Untitled.jpgExport Datagridview to Excel + Simple Database Query( Add, update, Delete, Search) Hope You Like It Guys :) ... 

Source:  Free source code, tutorials and articles

Visual Studio 2010 & .NET Framework 4 Training Kit

Microsoft has released its January release of the Visual Studio 2010 and .NET Framework 4 Training Kit. It includes 17 presentations, 21 Demos and 26 Hands-on Labs. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including:-... 

Source:  Fryan's Digital World

Get Youtube Video Thumbnails using VB 2008

Language:  Visual Basic .NET This sample program demonstrates how to get youtube video thumbnails using VB 2008. youtube ... 

Source:  Free source code, tutorials and articles

Add Confirmation Dialog Box When Closing a VB.NET form

To prevent your user from accidentally closing a form, you can add a confirm dialog that will ask first if the user indeed want to close the active form or cancel it instead. With this form behavior you can prevent losing unsaved work. In VB.NET, you can trap closing of form on FormClosing attribute.... 

Source:  Fryan's Digital World

Get The ConnectionString to SQL Server Using VS Studio Server Explorer

To connect to a SQL Server instance, you have to assign the correct connection string to ConnectionString property of an SqlConnection object. For example.Dim con As New SqlConnectioncon.ConnectionString = "Data Source=.;Initial Catalog=x;Persist Security Info=True;User ID=sa;Password=password"con.Open()Now... 

Source:  Fryan's Digital World

Notify Other Form for Changes

Notify_Other_Form.jpgThis simple program will notify the other form or the calling form for the changes made from other form. Example scenario. read more ... 

Source:  Free source code, tutorials and articles

Save and Retrieve Image From Database

Save_and_Retrieve_Image.jpgThis simple program will save and retrieve image from MS Access database. ... 

Source:  Free source code, tutorials and articles

How to Configure ComboBox in DataGridView

Language:  Visual Basic .NET I feel it would be necessary to create a tutorial on how I program the ComboBox in DataGridView. combobox ... 

Source:  Free source code, tutorials and articles

ComboBox in DataGridView

ComboBox_in_DataGridView.jpgLearn how master/detail form works in Visual Basic .NET 2008. The detail form or the DataGridView control contain a ComboBox that looks up record from Products table. read more ... 

Source:  Free source code, tutorials and articles

Display Record in DataGridView Based on ComboBox Selected Value

Language:  Visual Basic .NET In this tutorial I will teach you on how to display related record based on the selection value from a ComboBox. combobox ... 

Source:  Free source code, tutorials and articles

  . .