Click here to Skip to main content
15,896,514 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to convert c# code into vb.net 2005 code Pin
Dave Doknjas28-Jul-07 13:50
Dave Doknjas28-Jul-07 13:50 
GeneralRe: how to convert c# code into vb.net 2005 code Pin
Paul Conrad28-Jul-07 13:59
professionalPaul Conrad28-Jul-07 13:59 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Ky Nam27-Jul-07 21:41
Ky Nam27-Jul-07 21:41 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Kevin McFarlane28-Jul-07 0:49
Kevin McFarlane28-Jul-07 0:49 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Dave Doknjas28-Jul-07 12:47
Dave Doknjas28-Jul-07 12:47 
QuestionObject reference not set to an instance of an object [modified] Pin
ASPnoob27-Jul-07 19:36
ASPnoob27-Jul-07 19:36 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 19:54
protectorChristian Graus27-Jul-07 19:54 
AnswerRe: Object reference not set to an instance of an object Pin
Paul Conrad27-Jul-07 19:58
professionalPaul Conrad27-Jul-07 19:58 
Why are you instantiating inside the For loop? You shouldn't be instantiating DBConn everytime you cycle through the loop.

ASPnoob wrote:
AD = New OdbcDataAdapter("SELECT CarID, Model From CarsTB where Make = 'CarsNamesLBox.Items(i).Text'", DBConn)


You have an error in your select statement, Make is not going to be whatever CarsNamesBox.Items[i].Text, but the actual string CarsNamesBox.Items[i].Text


"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

GeneralRe: Object reference not set to an instance of an object Pin
ASPnoob27-Jul-07 20:49
ASPnoob27-Jul-07 20:49 
GeneralRe: Object reference not set to an instance of an object Pin
Paul Conrad27-Jul-07 21:08
professionalPaul Conrad27-Jul-07 21:08 
GeneralRe: Object reference not set to an instance of an object Pin
ASPnoob27-Jul-07 21:30
ASPnoob27-Jul-07 21:30 
GeneralRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 21:35
protectorChristian Graus27-Jul-07 21:35 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 21:40
protectorChristian Graus27-Jul-07 21:40 
AnswerMessage formatting question (expires on sunday) Pin
Luc Pattyn27-Jul-07 23:24
sitebuilderLuc Pattyn27-Jul-07 23:24 
GeneralRe: Message formatting question (expires on sunday) Pin
ASPnoob28-Jul-07 7:55
ASPnoob28-Jul-07 7:55 
GeneralRe: Message formatting question (expires on sunday) Pin
Luc Pattyn28-Jul-07 9:08
sitebuilderLuc Pattyn28-Jul-07 9:08 
GeneralRe: Message formatting question (expires on sunday) Pin
ASPnoob28-Jul-07 13:47
ASPnoob28-Jul-07 13:47 
GeneralRe: Message formatting question (expires on sunday) Pin
Luc Pattyn28-Jul-07 13:57
sitebuilderLuc Pattyn28-Jul-07 13:57 
Questionhow to make a word pad like application in vb.net Pin
eyes200727-Jul-07 19:33
eyes200727-Jul-07 19:33 
AnswerRe: how to make a word pad like application in vb.net Pin
Paul Conrad27-Jul-07 19:34
professionalPaul Conrad27-Jul-07 19:34 
GeneralRe: how to make a word pad like application in vb.net Pin
eyes200727-Jul-07 20:21
eyes200727-Jul-07 20:21 
GeneralRe: how to make a word pad like application in vb.net Pin
Paul Conrad27-Jul-07 20:34
professionalPaul Conrad27-Jul-07 20:34 
GeneralRe: how to make a word pad like application in vb.net Pin
eyes200727-Jul-07 21:19
eyes200727-Jul-07 21:19 
GeneralRe: how to make a word pad like application in vb.net Pin
Paul Conrad28-Jul-07 5:48
professionalPaul Conrad28-Jul-07 5:48 
AnswerRe: how to make a word pad like application in vb.net Pin
BarCode28-Jul-07 5:31
BarCode28-Jul-07 5:31 

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.