Click here to Skip to main content
16,014,591 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I send a message to another computer? Pin
tramdtt1-Jun-04 20:42
tramdtt1-Jun-04 20:42 
AnswerRe: How can I send a message to another computer? Pin
Colin Angus Mackay1-Jun-04 22:32
Colin Angus Mackay1-Jun-04 22:32 
GeneralRe: How can I send a message to another computer? Pin
tramdtt1-Jun-04 23:27
tramdtt1-Jun-04 23:27 
GeneralRe: How can I send a message to another computer? Pin
^eleK2-Jun-04 9:13
^eleK2-Jun-04 9:13 
GeneralRe: How can I send a message to another computer? Pin
Dave Kreskowiak2-Jun-04 12:15
mveDave Kreskowiak2-Jun-04 12:15 
GeneralRe: How can I send a message to another computer? Pin
tramdtt2-Jun-04 14:58
tramdtt2-Jun-04 14:58 
GeneralAPI / Hooking challenge Pin
ColonelSanders1-Jun-04 18:08
ColonelSanders1-Jun-04 18:08 
Generalvb.net class Pin
pnpfriend1-Jun-04 16:50
pnpfriend1-Jun-04 16:50 
Hello..I'm new in VB.net
I have form with display button and text box.
I have myclass.
<br />
Namespace theClass<br />
<br />
<br />
    ' The class is named StringProcessor.<br />
    Public Class myClass<br />
<br />
 Public Sub printOut(ByVal t as String)<br />
<br />
MsgBox(t)<br />
End Sub<br />
End Class<br />
End Namespace<br />


Then I want to print out what the use type in so I call
printOut(Me.InputText.Text)

but I got error message like
An unhandled exception of type 'System.NullReferenceException' occurred in BrianHuang_Unit5.exe

Additional information: Object reference not set to an instance of an object.

help me how to correct it please.
GeneralRe: vb.net class Pin
Colin Angus Mackay1-Jun-04 22:37
Colin Angus Mackay1-Jun-04 22:37 
GeneralRe: vb.net class Pin
Dave Kreskowiak2-Jun-04 0:32
mveDave Kreskowiak2-Jun-04 0:32 
GeneralRe: vb.net class Pin
pnpfriend2-Jun-04 6:02
pnpfriend2-Jun-04 6:02 
GeneralRe: vb.net class Pin
Dave Kreskowiak2-Jun-04 12:14
mveDave Kreskowiak2-Jun-04 12:14 
GeneralRe: vb.net class Pin
Anonymous3-Jun-04 10:50
Anonymous3-Jun-04 10:50 
Generaluser validation in vb.net Pin
vince campellone1-Jun-04 13:52
sussvince campellone1-Jun-04 13:52 
GeneralRe: user validation in vb.net Pin
Dave Kreskowiak1-Jun-04 15:08
mveDave Kreskowiak1-Jun-04 15:08 
GeneralSounds-playing in VB 6.0 Pin
Boggahutt871-Jun-04 12:58
Boggahutt871-Jun-04 12:58 
GeneralRe: Sounds-playing in VB 6.0 Pin
Dave Kreskowiak1-Jun-04 15:14
mveDave Kreskowiak1-Jun-04 15:14 
GeneralRe: Sounds-playing in VB 6.0 Pin
Boggahutt871-Jun-04 16:06
Boggahutt871-Jun-04 16:06 
Questionhow to -&quot; Pin
soul.ripper1-Jun-04 11:37
soul.ripper1-Jun-04 11:37 
AnswerRe: how to -&quot; Pin
skoizumi291101-Jun-04 14:54
sussskoizumi291101-Jun-04 14:54 
AnswerRe: how to -&quot; Pin
Dave Kreskowiak2-Jun-04 3:04
mveDave Kreskowiak2-Jun-04 3:04 
GeneralRe: how to -&quot; Pin
soul.ripper2-Jun-04 10:28
soul.ripper2-Jun-04 10:28 
GeneralRe: how to -&quot; Pin
Dave Kreskowiak2-Jun-04 12:10
mveDave Kreskowiak2-Jun-04 12:10 
GeneralRe: how to -&quot; Pin
soul.ripper3-Jun-04 6:29
soul.ripper3-Jun-04 6:29 
GeneralRe: how to -&quot; Pin
Dave Kreskowiak3-Jun-04 12:17
mveDave Kreskowiak3-Jun-04 12:17 

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.