Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.net - Index was out of range. Must be non-negative and less than the size of the collection Listview Pin
Richard Deeming5-Dec-16 2:00
mveRichard Deeming5-Dec-16 2:00 
QuestionQuestion about Class Interaction Pin
hilli_micha1-Dec-16 10:32
hilli_micha1-Dec-16 10:32 
AnswerRe: Question about Class Interaction Pin
Richard Deeming1-Dec-16 11:00
mveRichard Deeming1-Dec-16 11:00 
GeneralRe: Question about Class Interaction Pin
hilli_micha1-Dec-16 11:10
hilli_micha1-Dec-16 11:10 
GeneralRe: Question about Class Interaction Pin
Richard Deeming1-Dec-16 11:18
mveRichard Deeming1-Dec-16 11:18 
GeneralRe: Question about Class Interaction Pin
hilli_micha2-Dec-16 18:38
hilli_micha2-Dec-16 18:38 
QuestionConvert VB to C# Pin
Pavlex429-Nov-16 7:00
Pavlex429-Nov-16 7:00 
AnswerRe: Convert VB to C# Pin
Wendelius29-Nov-16 7:25
mentorWendelius29-Nov-16 7:25 
I wouldn't suggest converting the code since it uses old ADO library. Instead you should convert the code to use ADO.NET. Have a look at Migrating Code and Concepts from ADO "Classic" to ADO.NET[^]

If the database is SQL Server you can for example use SqlDataAdapter to fill a dataset based on your query. Have a look at Populating a DataSet from a DataAdapter[^]
GeneralRe: Convert VB to C# Pin
Pavlex429-Nov-16 8:05
Pavlex429-Nov-16 8:05 
GeneralRe: Convert VB to C# Pin
Wendelius29-Nov-16 8:22
mentorWendelius29-Nov-16 8:22 
SuggestionRe: Convert VB to C# Pin
Richard Deeming29-Nov-16 9:26
mveRichard Deeming29-Nov-16 9:26 
GeneralRe: Convert VB to C# Pin
Jon McKee2-Dec-16 17:02
professionalJon McKee2-Dec-16 17:02 
AnswerRe: Convert VB to C# Pin
Eddy Vluggen29-Nov-16 10:11
professionalEddy Vluggen29-Nov-16 10:11 
GeneralRe: Convert VB to C# Pin
Pavlex430-Nov-16 1:37
Pavlex430-Nov-16 1:37 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen30-Nov-16 3:16
professionalEddy Vluggen30-Nov-16 3:16 
GeneralRe: Convert VB to C# Pin
Pavlex430-Nov-16 3:44
Pavlex430-Nov-16 3:44 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen30-Nov-16 4:14
professionalEddy Vluggen30-Nov-16 4:14 
GeneralRe: Convert VB to C# Pin
Pavlex430-Nov-16 4:16
Pavlex430-Nov-16 4:16 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen30-Nov-16 4:26
professionalEddy Vluggen30-Nov-16 4:26 
GeneralRe: Convert VB to C# Pin
Pavlex41-Dec-16 4:59
Pavlex41-Dec-16 4:59 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen1-Dec-16 5:03
professionalEddy Vluggen1-Dec-16 5:03 
GeneralRe: Convert VB to C# Pin
Pavlex41-Dec-16 5:05
Pavlex41-Dec-16 5:05 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen1-Dec-16 5:10
professionalEddy Vluggen1-Dec-16 5:10 
GeneralRe: Convert VB to C# Pin
Pavlex41-Dec-16 5:17
Pavlex41-Dec-16 5:17 
GeneralRe: Convert VB to C# Pin
Pavlex41-Dec-16 6:10
Pavlex41-Dec-16 6:10 

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.