VB.NET Sample code
This blog contain vb.net sample code base on vs2005, sql script and another.
2011-12-12
Read excel to dataset
›
This sample show how to read data from excel file by using Microsoft.Jet.OLEDB. More information about excel connectionstring see http://www...
20 comments:
2011-06-21
ListView
›
1. Design ListView like this picture. 2. Set Listview property FullRowSelect = True GridLines = True UseCompatibleStateImageBehavior = False...
7 comments:
2010-02-23
Send Email By SMTP
›
Imports System.Net.Mail Public Sub SendEmail() Dim client As New SmtpClient() Dim sendTo As New MailAddress(" sendToAccount @g...
22 comments:
2010-02-22
Developer Books
›
Developer Books Professional Visual Basic 2008 (Programmer to Programmer) * Paperback: 1420 pages * Publisher: Wrox (May 5, 2008) * Language...
8 comments:
2009-10-29
Show and Hide Windows Form in System Tray
›
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...
20 comments:
‹
›
Home
View web version