Code and Snippets for vb.net 2005
Code and Snippets for vb.net 2005
Latest Content

Loading (.csv) file to listview - 103 days ago
Well, somebody is asking me for a code that will load up a (.csv) format to listview. In response to what he wanted, I decided to put it in here based on how I load a .csv file to listview. This article will be in relation to the previous post that I... Topics: Uncategorized

Saving Listview as (.csv) file - 116 days ago
It was easy for me to save a file on the database but saving a file as a (.csv) format is another issue for me before. Until I discover saving as a (.csv) format is just as simple as saving file on a database. All you just need to do on this is that to... Topics: Uncategorized

How to add groups on listview - 165 days ago
I have here a simple sample on how to group in a listview. I hope this simple code can help to someone needed this.Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim... Topics: Uncategorized

How to make borderless form draggable? - 186 days ago
Making a form without a border is nice to see especially when the user don’t want his form to minimize and maximize. I have here the following code that will make a borderless form draggable. ‘Declare these 2 variables with class... Topics: Uncategorized

How to send email using SMTP - 186 days ago
Sending email using vb.net 2.0 framework is quite different from 1.1. The 1.1 framework is using a System.Web.Mail while 2.0 uses System.Net.Mail. There are some codes that are obsolete in 2.0 framework already. In my case, since I am using vb.net... Topics: Vb.net Code and Snippets



