Jeff
A Programmers Thought...
Latest Content

Loading (.csv) file to listview - 104 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 - 117 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

Introducing Ultidev Cassini - 119 days ago
It’s been a big confusion on my mind before since I was thinking on how do I make my web application to run on cd. Well, while searching and looking around for a stand alone web server on the google I saw a Ultidev Cassini that really fits to what.. 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




























