Click here to Skip to main content
15,895,256 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Too many Connections in MySQL Pin
SPSandy24-Aug-12 6:34
SPSandy24-Aug-12 6:34 
AnswerRe: Too many Connections in MySQL Pin
Dave Kreskowiak24-Aug-12 4:23
mveDave Kreskowiak24-Aug-12 4:23 
QuestionWhat is the Visual Basic Code...this is urgent Pin
Member 937845723-Aug-12 15:31
Member 937845723-Aug-12 15:31 
AnswerRe: What is the Visual Basic Code...this is urgent Pin
Wes Aday23-Aug-12 16:00
professionalWes Aday23-Aug-12 16:00 
AnswerRe: What is the Visual Basic Code...this is urgent Pin
Dave Kreskowiak23-Aug-12 18:15
mveDave Kreskowiak23-Aug-12 18:15 
AnswerRe: What is the Visual Basic Code...this is urgent Pin
Joan M24-Aug-12 1:43
professionalJoan M24-Aug-12 1:43 
QuestionRows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke23-Aug-12 11:01
Phoenix Hawke23-Aug-12 11:01 
AnswerRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Dave Kreskowiak23-Aug-12 18:24
mveDave Kreskowiak23-Aug-12 18:24 
Only 7 hours?? You need to wait at least 24 when you post on sites where people volunteer their time answering questions, including CodeProject.


Why are you doing it this way instead of just binding the grid to the DataTable?? I see no reason to do otherwise since you're using a DataTable as a backing store. If your using a DataTable, I don't see why you're using Virtual mode. DataTables are rather medium weight objects for storing data (not very efficiently) and are good for small-ish tables.

If you're using DataTables with Virtual Mode, your kind of defeating the purpose of Virtual Mode.

GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke23-Aug-12 18:52
Phoenix Hawke23-Aug-12 18:52 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Bernhard Hiller23-Aug-12 23:05
Bernhard Hiller23-Aug-12 23:05 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke27-Aug-12 2:17
Phoenix Hawke27-Aug-12 2:17 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Bernhard Hiller27-Aug-12 2:34
Bernhard Hiller27-Aug-12 2:34 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke27-Aug-12 3:02
Phoenix Hawke27-Aug-12 3:02 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Bernhard Hiller27-Aug-12 3:19
Bernhard Hiller27-Aug-12 3:19 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke27-Aug-12 3:46
Phoenix Hawke27-Aug-12 3:46 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Dave Kreskowiak24-Aug-12 6:33
mveDave Kreskowiak24-Aug-12 6:33 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Phoenix Hawke27-Aug-12 2:30
Phoenix Hawke27-Aug-12 2:30 
GeneralRe: Rows.Clear is not working properly for an Unbound DataGridView in VB.NET 2005 Pin
Dave Kreskowiak27-Aug-12 4:54
mveDave Kreskowiak27-Aug-12 4:54 
Questionhow to block input value from user in inputbox or msgbox? Pin
lukaszo4422-Aug-12 21:56
lukaszo4422-Aug-12 21:56 
AnswerRe: how to block input value from user in inputbox or msgbox? Pin
Eddy Vluggen23-Aug-12 1:19
professionalEddy Vluggen23-Aug-12 1:19 
AnswerKeyboard emulator? Pin
David Mujica23-Aug-12 2:24
David Mujica23-Aug-12 2:24 
Questioncoverters from c# to vb6 Pin
Karthik Chintala22-Aug-12 20:43
Karthik Chintala22-Aug-12 20:43 
AnswerRe: coverters from c# to vb6 Pin
Eddy Vluggen23-Aug-12 1:17
professionalEddy Vluggen23-Aug-12 1:17 
AnswerRe: coverters from c# to vb6 Pin
Dave Kreskowiak23-Aug-12 2:20
mveDave Kreskowiak23-Aug-12 2:20 
QuestionVB Script & file renaming question(s) Pin
puterguy_200022-Aug-12 9:50
puterguy_200022-Aug-12 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.