Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score The connection is dead
cj - 24 Dec 2005 3:32 AM - 16 messages
I left a program running Thursday when I left for the holiday.  It was filling a dataset with just over 3 million records from a table across a VPN connection.  Estimates I made from other large, but not this large, ...
Score Db Interaction spped issue with upgraded code from vb6 to vb.net
LDD - 23 Dec 2005 2:19 PM - 3 messages
Hi Folks I've recently upgraded an app from vb6 to vb.net I've run into an issue where it takes about 15-20 times longer to write 1000 records to an MS Access database. (I'm sure it takes that long for 1 record ...
Score Collections Woes - Help!
Bmack500 - 21 Dec 2005 3:23 PM - 4 messages
I'm definitely doing something wrong here. I have a class called Servers, implemented as below. I then create my collection as below. Then, I'll add a server object to the collection as follows: Dim sServer as New Server ...
Score No Setup Project in 2005 Express Edition?
johnb41 - 20 Dec 2005 8:03 PM - 3 messages
I'm testing out the Visual Basic 2005 Express Edition, and I like it thus far... but i'm puzzled. I want to add a "Setup Project" to my solution.  When i go to Add Project, I don't see the "Setup Project" listed as a template. ...
Score Loading UserControl on a ShowDialog Form sequence strange
**Developer** - 20 Dec 2005 3:20 PM - 3 messages
I have a little more info about this problem I can't seem to solve! I know it'll take a minute to study the lising but if you like to sove puzzles there is one there. I have a Form (FV&C) containing a userconrtrol (CF&E) ...
Score How Can I prevent a new row in datagrid But permit to edit existing cell ?
Marc R. - 19 Dec 2005 8:44 PM - 6 messages
HI all, How do I prevent a New row to be append to the grid but I still want to be able to edit curent rows. Readonly = true will lock all current row, thanks Marc. ...
Next » 2 3 4 5 6 7 8 9 10