Click here to Skip to main content
15,913,115 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionReading XML Pin
vivek_cs3-Jan-07 0:57
vivek_cs3-Jan-07 0:57 
AnswerRe: Reading XML Pin
Martin.Smith3-Jan-07 2:27
Martin.Smith3-Jan-07 2:27 
GeneralRe: Reading XML Pin
vivek_cs3-Jan-07 19:47
vivek_cs3-Jan-07 19:47 
GeneralRe: Reading XML Pin
Martin.Smith3-Jan-07 21:29
Martin.Smith3-Jan-07 21:29 
QuestionError Message Pin
morteza573-Jan-07 0:05
morteza573-Jan-07 0:05 
AnswerRe: Error Message Pin
Christian Graus3-Jan-07 0:19
protectorChristian Graus3-Jan-07 0:19 
GeneralRe: Error Message Pin
morteza573-Jan-07 0:34
morteza573-Jan-07 0:34 
GeneralRe: Error Message Pin
Dave Kreskowiak3-Jan-07 2:14
mveDave Kreskowiak3-Jan-07 2:14 
That message means you tried to set a property or call a method on a class that wasn't instantiated. The most common cause is that you assumed you'd get back an object from some kind of query, but instead, you got back Nothing and tried to use it or make some modification to it.





Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Error Message Pin
morteza573-Jan-07 3:39
morteza573-Jan-07 3:39 
QuestionBuilding projects from a batch file Pin
dlarkin772-Jan-07 23:48
dlarkin772-Jan-07 23:48 
AnswerRe: Building projects from a batch file Pin
Colin Angus Mackay3-Jan-07 0:42
Colin Angus Mackay3-Jan-07 0:42 
QuestionBuilding Windows Froms project using NAnt Pin
dlarkin774-Jan-07 23:48
dlarkin774-Jan-07 23:48 
QuestionUpdating DataSets Pin
MatthysDT2-Jan-07 23:28
MatthysDT2-Jan-07 23:28 
Questionvirtual execution system Pin
kiranknair2-Jan-07 22:59
kiranknair2-Jan-07 22:59 
AnswerRe: virtual execution system Pin
Christian Graus2-Jan-07 23:00
protectorChristian Graus2-Jan-07 23:00 
AnswerRe: virtual execution system Pin
Dave Kreskowiak3-Jan-07 2:11
mveDave Kreskowiak3-Jan-07 2:11 
Questionmemo problem Pin
amaneet2-Jan-07 22:55
amaneet2-Jan-07 22:55 
AnswerRe: memo problem Pin
Johan Hakkesteegt3-Jan-07 6:47
Johan Hakkesteegt3-Jan-07 6:47 
GeneralRe: memo problem Pin
amaneet6-Jan-07 0:24
amaneet6-Jan-07 0:24 
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:49
amaneet2-Jan-07 22:49 
AnswerRe: intptr in vb.net Pin
Christian Graus2-Jan-07 22:57
protectorChristian Graus2-Jan-07 22:57 
GeneralRe: intptr in vb.net Pin
amaneet3-Jan-07 0:20
amaneet3-Jan-07 0:20 
AnswerRe: intptr in vb.net Pin
Dave Kreskowiak3-Jan-07 2:09
mveDave Kreskowiak3-Jan-07 2:09 
AnswerRe: intptr in vb.net Pin
Martin.Smith3-Jan-07 2:49
Martin.Smith3-Jan-07 2:49 
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:46
amaneet2-Jan-07 22:46 

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.