Search results for query: *

  1. M

    Question Image files list in listview

    how to load selected filenames into listview? I got an openfiledialog to open image files(filter property of the openfile dialog). But i don't know how to load the selected files into the listview. In the listview, I got 4 columns(for Name, Extension,Image Size,File Size). Imports System.IO...
  2. M

    Question Image files list in listview

    i have code for filling a listbox with files with a specified extension(in this case, jpg files) Imports System Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try 'Get jpg files...
  3. M

    database application

    Visual Sourcesafe is something else i googled visual sourcesafe and it's got nothing to do with what i'm working on. it is just a software for source code management in a team environment.mine is a source code library to store source code snippets.
  4. M

    database application

    i want to create an application to store all the source code snippets and help information(as i keep learning vb.net) to refer to when i forget or need help.i came across this software.., http://www.mediafire.com/imgbnc.php/039c01982b19d6ce406ff13530b72955b14fc0a5bb67d793074a9aed936dd9746g.jpg...
Back
Top