Jeff

A Programmers Thought...

?Tags for Jeff

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.
Tagged by:

Roll over tags to view taggers

(ex: Xbox 360, Mom, Social Media)

Latest Content

Unknown author
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:
Unknown author
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:
Unknown author
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:
Unknown author
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:
Unknown author
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: