Click here to Skip to main content
15,891,763 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Is it possible to add multi level sub menu to toolbar [style = Dropdown] Pin
MikeD 229-Jul-11 3:56
MikeD 229-Jul-11 3:56 
QuestionRetrieving GUID from installation Pin
T.RATHA KRISHNAN20-Jul-11 2:16
T.RATHA KRISHNAN20-Jul-11 2:16 
AnswerRe: Retrieving GUID from installation Pin
Dave Kreskowiak20-Jul-11 7:01
mveDave Kreskowiak20-Jul-11 7:01 
QuestionPrinting files in the background Pin
Simon_Whale20-Jul-11 0:23
Simon_Whale20-Jul-11 0:23 
AnswerRe: Printing files in the background Pin
Dave Kreskowiak20-Jul-11 6:57
mveDave Kreskowiak20-Jul-11 6:57 
GeneralRe: Printing files in the background Pin
Simon_Whale25-Jul-11 22:31
Simon_Whale25-Jul-11 22:31 
AnswerRe: Printing files in the background Pin
Tim Carmichael26-Jul-11 3:14
Tim Carmichael26-Jul-11 3:14 
QuestionNull reference exception Pin
David C# Hobbyist.19-Jul-11 9:38
professionalDavid C# Hobbyist.19-Jul-11 9:38 
I am working on a data based app. I have everything working to this point. when I go to insert a new record to the table I get a Null reference exception

.
Private Sub StudCount_Compute(ByRef result As String)
           ' Set result to the desired field value

           result = (WallLenght & "  " & Guage.ToString & "  " & "Ga." & "  " & WallHeight.ToString & "  " & "Ft.")



       End Sub


I'm unsure how to fix this, most likely it's a stupid thing I forgot to do.
Please show Me the error of My way's.Confused | :confused:


Thanks
Frazzle the name say's it all

AnswerRe: Null reference exception Pin
DaveAuld19-Jul-11 9:54
professionalDaveAuld19-Jul-11 9:54 
GeneralRe: Null reference exception Pin
David C# Hobbyist.19-Jul-11 9:58
professionalDavid C# Hobbyist.19-Jul-11 9:58 
AnswerRe: Null reference exception Pin
Dave Kreskowiak19-Jul-11 9:58
mveDave Kreskowiak19-Jul-11 9:58 
GeneralRe: Null reference exception Pin
David C# Hobbyist.19-Jul-11 10:04
professionalDavid C# Hobbyist.19-Jul-11 10:04 
GeneralRe: Null reference exception Pin
David Mujica19-Jul-11 10:06
David Mujica19-Jul-11 10:06 
JokeRe: Null reference exception Pin
Eddy Vluggen19-Jul-11 10:42
professionalEddy Vluggen19-Jul-11 10:42 
GeneralExplicit Pin
David Mujica20-Jul-11 6:29
David Mujica20-Jul-11 6:29 
GeneralRe: Explicit Pin
Eddy Vluggen20-Jul-11 7:35
professionalEddy Vluggen20-Jul-11 7:35 
GeneralRe: Null reference exception Pin
Shameel20-Jul-11 9:40
professionalShameel20-Jul-11 9:40 
Questionerror while converting string xml to xml using xelement Pin
Ankit Aneja19-Jul-11 5:47
Ankit Aneja19-Jul-11 5:47 
QuestionRe: error while converting string xml to xml using xelement Pin
Richard MacCutchan19-Jul-11 6:34
mveRichard MacCutchan19-Jul-11 6:34 
AnswerRe: error while converting string xml to xml using xelement Pin
Ankit Aneja19-Jul-11 6:37
Ankit Aneja19-Jul-11 6:37 
GeneralRe: error while converting string xml to xml using xelement Pin
Dave Kreskowiak19-Jul-11 7:05
mveDave Kreskowiak19-Jul-11 7:05 
GeneralRe: error while converting string xml to xml using xelement Pin
Richard MacCutchan19-Jul-11 9:29
mveRichard MacCutchan19-Jul-11 9:29 
AnswerRe: error while converting string xml to xml using xelement Pin
Dave Kreskowiak19-Jul-11 7:04
mveDave Kreskowiak19-Jul-11 7:04 
Questionhow to make usercontrols in vb6 Pin
karaikudiselva18-Jul-11 23:40
karaikudiselva18-Jul-11 23:40 
AnswerRe: how to make usercontrols in vb6 Pin
Nagy Vilmos19-Jul-11 0:22
professionalNagy Vilmos19-Jul-11 0:22 

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.