VB.NET Sample code

This blog contain vb.net sample code base on vs2005, sql script and another.

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:
2008-06-08

Make your programs run on Windows startup

›
The two best methods for automatically launching a program at startup are to use the registry or the system's Startup folder. Which meth...
102 comments:
‹
›
Home
View web version
Powered by Blogger.