Click here to Skip to main content
16,004,890 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionevent Pin
rzvme12-Feb-06 6:41
rzvme12-Feb-06 6:41 
AnswerRe: event Pin
progload12-Feb-06 7:34
progload12-Feb-06 7:34 
AnswerRe: event Pin
Dave Kreskowiak12-Feb-06 13:12
mveDave Kreskowiak12-Feb-06 13:12 
AnswerRe: event Pin
Roy Heil13-Feb-06 10:07
professionalRoy Heil13-Feb-06 10:07 
QuestionLearning resources - from a C#/VB6 background Pin
AJ12312-Feb-06 2:13
AJ12312-Feb-06 2:13 
AnswerRe: Learning resources - from a C#/VB6 background Pin
Joshua Quick12-Feb-06 10:08
Joshua Quick12-Feb-06 10:08 
QuestionSTRANGE Object reference not set to an instance of an object Pin
blucas200511-Feb-06 23:02
blucas200511-Feb-06 23:02 
AnswerRe: STRANGE Object reference not set to an instance of an object Pin
Colin Angus Mackay12-Feb-06 2:01
Colin Angus Mackay12-Feb-06 2:01 
blucas2005 wrote:
STRANGE Object reference not set to an instance of an object


Not strange at all.

blucas2005 wrote:
Private Sub btnProcess_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnProcess.Click
Dim WindowClient2 As ClientProcess2
WindowClient2.SendMessage2()
End Sub


What is WindowClient2 set to? It is set to Nothing. So when you call SendMessage2() you get an exception.

You need to set WindowClient2 to a suitable object.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Questiondelegate event raise on winforms Pin
blucas200511-Feb-06 22:22
blucas200511-Feb-06 22:22 
AnswerRe: delegate event raise on winforms Pin
Joshua Quick12-Feb-06 9:45
Joshua Quick12-Feb-06 9:45 
QuestionMutliple Colored ProgressBar Pin
suchiate11-Feb-06 20:49
suchiate11-Feb-06 20:49 
AnswerRe: Mutliple Colored ProgressBar Pin
Dave Kreskowiak12-Feb-06 2:33
mveDave Kreskowiak12-Feb-06 2:33 
GeneralRe: Mutliple Colored ProgressBar Pin
suchiate12-Feb-06 2:38
suchiate12-Feb-06 2:38 
GeneralRe: Mutliple Colored ProgressBar Pin
Dave Kreskowiak12-Feb-06 3:06
mveDave Kreskowiak12-Feb-06 3:06 
GeneralRe: Mutliple Colored ProgressBar Pin
suchiate12-Feb-06 3:09
suchiate12-Feb-06 3:09 
QuestionSending Email with Free Webmail Servers Pin
ThePmanLives11-Feb-06 19:18
ThePmanLives11-Feb-06 19:18 
AnswerRe: Sending Email with Free Webmail Servers Pin
Dave Kreskowiak12-Feb-06 2:30
mveDave Kreskowiak12-Feb-06 2:30 
GeneralRe: Sending Email with Free Webmail Servers Pin
ThePmanLives12-Feb-06 8:39
ThePmanLives12-Feb-06 8:39 
GeneralRe: Sending Email with Free Webmail Servers Pin
Dave Kreskowiak12-Feb-06 13:01
mveDave Kreskowiak12-Feb-06 13:01 
GeneralRe: Sending Email with Free Webmail Servers Pin
ThePmanLives12-Feb-06 13:42
ThePmanLives12-Feb-06 13:42 
GeneralRe: Sending Email with Free Webmail Servers Pin
Dave Kreskowiak12-Feb-06 14:08
mveDave Kreskowiak12-Feb-06 14:08 
QuestionHow to connect SQL with VB.NET Pin
umairqayyum11-Feb-06 19:09
umairqayyum11-Feb-06 19:09 
AnswerRe: How to connect SQL with VB.NET Pin
Colin Angus Mackay12-Feb-06 2:03
Colin Angus Mackay12-Feb-06 2:03 
QuestionPrinter.CurrentY question? Pin
bolson5011-Feb-06 17:41
bolson5011-Feb-06 17:41 
AnswerRe: Printer.CurrentY question? Pin
Dave Kreskowiak12-Feb-06 2:27
mveDave Kreskowiak12-Feb-06 2:27 

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.