Blogspot - vbnetsample.blogspot.com - VB.NET Sample code

Latest News:

Microsoft Visual Studio Pro 2012 28 Jan 2013 | 12:27 pm

Product Features Deep interoperability with business and consumer platforms lets you build what your users want, where they want it Create apps in a streamlined UI where common tasks are presented i...

Read excel to dataset 13 Dec 2011 | 04:21 pm

This sample show how to read data from excel file by using Microsoft.Jet.OLEDB. More information about excel connectionstring see http://www.connectionstrings.com/excel Let's sample code. Private F...

ListView 22 Jun 2011 | 05:22 pm

1. Design ListView like this picture. 2. Set Listview property FullRowSelect = True GridLines = True UseCompatibleStateImageBehavior = False View = Details 3. Using System.Windows.Forms.ListView 4...

Send Email By SMTP 24 Feb 2010 | 04:35 pm

Imports System.Net.Mail Public Sub SendEmail() Dim client As New SmtpClient() Dim sendTo As New MailAddress("sendToAccount@gmail.com") Dim from As MailAddress = New MailAddress("from@address.com") D...

Developer Books 23 Feb 2010 | 05:56 pm

Developer Books Professional Visual Basic 2008 (Programmer to Programmer) * Paperback: 1420 pages * Publisher: Wrox (May 5, 2008) * Language: English * ISBN-10: 0470191368 * ISBN-13: 978-0470191361 ...

Show and Hide Windows Form in System Tray 29 Oct 2009 | 07:24 pm

How to show and hide your form in windows system tray. 1. Add NotifyIcon class in your project (System.Windows.Forms.NotifyIcon) and drag it into form. 2. Change NotifyIcon properties. BalloonTipIc...

Make your programs run on Windows startup 9 Jun 2008 | 03:44 pm

The two best methods for automatically launching a program at startup are to use the registry or the system's Startup folder. Which method you choose depends on how easy you want to make it for the us...

Insert picture into Report 3 Jun 2008 | 10:33 pm

Insert picture into report by convert picture to byte array and add to report. 1. Add picture column in ReportDataset.xsd and set data type to System.Byte() then compile project. 2. Open CustomerRep...

Create Report 11 May 2008 | 04:31 pm

Create report by vb.net and crystal report 1. Create new visual basic project. 2. Add button and CrystalReportViewer to form1. 3. Add new DataSet item. 4. Add DataTable in dataset design page and ...

BackgroundWorker 6 May 2008 | 06:15 pm

BackgroundWorker Class Executes an operation on a separate thread. Sample Code 1.Create event DoWork. Private Sub BackgroundWorker1_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) 'Samp...

Related Keywords:

vb.net, kill process vb.net, vb .net kill process, vb.net vb samples, end a process vb.net, vb.net gmail, inet gmail vb6, vb.net data reader, sqlhelper examples asp.net, end process vb.net

Recently parsed news:

Recent searches: