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 |...
User Profile
Collapse
-
Add array to DataGridView VB.NET 2005
-
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... -
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... -
Thanks a million! That worked perfectly. -
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...
No activity results to display
Show More
Leave a comment: