User Profile

Collapse

Profile Sidebar

Collapse
pbrown
pbrown
Last Activity: Aug 24 '08, 10:05 PM
Joined: Aug 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pbrown
    started a topic Add array to DataGridView VB.NET 2005
    in .NET

    Add array to DataGridView VB.NET 2005

    So I've got an array of string values which I'd like to display in an unbound DataGridView. What is the process necessary to simply load strings into cells of a datagrid?

    Ideally, we would go from this:

    strArray(0) = "Ralph"
    strArray(1) = "Johnston"
    strArray(2) = "12/15/87"

    to this (forgive the crude drawing):

    | Ralph | Johnston | 12/15/87 |...
    See more | Go to post

  • VB.NET 05, List Folder, SubFolders, and Sub SubFolders

    Hey All,

    My problem appears to be pretty simple. I need a way of listing all the folders that exist in a certain directory. By all the folders, I mean ALL the folders; any file folder that exists underneath a certain directory needs to be returned, no matter how deep it lies. So, for example,


    2 folders in drive X:, one called 'Names' the other called 'Addresses'

    'Names' contains 3 different...
    See more | Go to post

  • pbrown
    started a topic Save file to desktop VB.net 2003
    in .NET

    Save file to desktop VB.net 2003

    Hi, I'm using VB.net 2003, and I have a problem.

    I need a way of saving a file directly to the desktop, without hardcoding the direct path to the desktop into the program. For example, I'm trying to save an output file to the desktop, so that users don't have to sift through a million folders to find it. Problem is, this will be running on multiple machines, each of which has its own different path to the desktop, these being a couple...
    See more | Go to post

  • pbrown
    replied to Hiding duplicate records
    Thanks a million! That worked perfectly.
    See more | Go to post

    Leave a comment:


  • pbrown
    started a topic Hiding duplicate records

    Hiding duplicate records

    Hi. I'm a relatively new Access 2000 user, and I've got a problem thats got me stumped. I have a table of street addresses and property numbers that looks something like this:

    Name, Location, PropertyNum
    Ralph, 100 Anywhere St, 400010008
    Bob, 102 Anywhere St, 400010009
    Jessica, 103 Anywhere St, 400010010
    Joe, 103 Anywhere St, 400010010
    Marie, 103 Anywhere St, 400010010
    Andrew, 110 Anywhere...
    See more | Go to post
No activity results to display
Show More
Working...