DESKTOP APPLICATIONS
Show a list of Network and Local Printers using .Net Framework (C# and Vb.Net)
Microsoft’s .Net framework allows us get a list of network and local printers, installed at the server side. These methods are typically applicable and used on the Intranet or using Window’s ...Copy Data from One DataGridView to Another in Vb.Net
Single row or multiple rows can be transferred from one DataGridView to another with help of few lines of code. Why would somebody do that? We have come across a situation where we had to upgrade ...February 4, 2013Continue Reading.Bind and Show a ComboBox in a DataGridView Cell – Windows Application
DataGridView control is used to display data in tabular format. Its use is not limited to just displaying data, but it’s a perfect tool for doing data manipulation by binding it with a database. With ...February 1, 2013Continue Reading.Edit / Modify excel file using Vb.Net
Data in an Excel file can be manipulated using Vb.Net without even opening the file. With few steps this can be done. Previously we have created Excel file from Vb.Net with auto formating technique ...December 25, 2012Continue Reading.Export data to Excel in Vb.Net with Auto format technique.
Data can be exported to an excel sheet in Vb.Net using Microsoft.Office.Interop.Excel namespace. Though it’s a classic example, exporting data into an excel file can be useful when you want to share ...December 20, 2012Continue Reading.Send emails in .Net framework using SmtpClient()
SmtpClient() in .Net framework, is the primary and the most popular means to send e-mails accoss the web. It uses SMTP (Simple Mail Transfer Protocol). Some of the important properties of this class ...November 20, 2012Continue Reading.
