Click here to Skip to main content
15,889,839 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: who is event Pin
kvelu.d16-Feb-09 21:06
kvelu.d16-Feb-09 21:06 
GeneralRe: who is event Pin
ivo7516-Feb-09 23:28
ivo7516-Feb-09 23:28 
GeneralRe: who is event Pin
kvelu.d16-Feb-09 23:57
kvelu.d16-Feb-09 23:57 
GeneralRe: who is event Pin
Jon_Boy17-Feb-09 4:22
Jon_Boy17-Feb-09 4:22 
QuestionCollection in VB6 and VB.Net Pin
Samir Ibrahim16-Feb-09 7:42
Samir Ibrahim16-Feb-09 7:42 
AnswerRe: Collection in VB6 and VB.Net Pin
Dave Kreskowiak16-Feb-09 10:13
mveDave Kreskowiak16-Feb-09 10:13 
GeneralRe: Collection in VB6 and VB.Net Pin
Samir Ibrahim16-Feb-09 19:34
Samir Ibrahim16-Feb-09 19:34 
QuestionIs Vs = and nothing Pin
thesum16-Feb-09 5:23
thesum16-Feb-09 5:23 
Hello,

Here is a verry easy example of my problem :

Code :

Dim d As Object = Nothing

If d Is Nothing Then
MsgBox("1")
End If
If d = Nothing Then
MsgBox("2")
End If
If 0 = Nothing Then
MsgBox("3")
End If

Show 1,2 and 3.

what is the difference between "is" and "=" ?
Nothing = 0 ?

Thanks.
AnswerRe: Is Vs = and nothing Pin
Jay Royall16-Feb-09 5:40
Jay Royall16-Feb-09 5:40 
AnswerRe: Is Vs = and nothing Pin
N a v a n e e t h16-Feb-09 5:57
N a v a n e e t h16-Feb-09 5:57 
AnswerRe: Is Vs = and nothing Pin
supercat916-Feb-09 8:12
supercat916-Feb-09 8:12 
AnswerRe: Is Vs = and nothing Pin
kvelu.d16-Feb-09 20:51
kvelu.d16-Feb-09 20:51 
QuestionHopelessly lost in converting some VB6 code that is reading a binary file [modified] Pin
Jon_Boy16-Feb-09 5:21
Jon_Boy16-Feb-09 5:21 
AnswerRe: Hopelessly lost in converting some VB6 code that is reading a binary file Pin
Alan N16-Feb-09 6:57
Alan N16-Feb-09 6:57 
GeneralRe: Hopelessly lost in converting some VB6 code that is reading a binary file Pin
Jon_Boy16-Feb-09 7:31
Jon_Boy16-Feb-09 7:31 
GeneralRe: Hopelessly lost in converting some VB6 code that is reading a binary file [modified] Pin
Alan N16-Feb-09 7:36
Alan N16-Feb-09 7:36 
GeneralRe: Hopelessly lost in converting some VB6 code that is reading a binary file Pin
Jon_Boy20-Feb-09 6:25
Jon_Boy20-Feb-09 6:25 
QuestionHow to add Office assistant to any personal application Pin
Sujay chakraborty16-Feb-09 4:51
Sujay chakraborty16-Feb-09 4:51 
AnswerRe: How to add Office assistant to any personal application Pin
Eddy Vluggen16-Feb-09 5:06
professionalEddy Vluggen16-Feb-09 5:06 
JokeRe: How to add Office assistant to any personal application Pin
Mycroft Holmes16-Feb-09 16:15
professionalMycroft Holmes16-Feb-09 16:15 
GeneralRe: How to add Office assistant to any personal application Pin
Sujay chakraborty18-Feb-09 5:41
Sujay chakraborty18-Feb-09 5:41 
GeneralRe: How to add Office assistant to any personal application Pin
Eddy Vluggen18-Feb-09 20:34
professionalEddy Vluggen18-Feb-09 20:34 
QuestionAdding the next weekday to a date Pin
GeorgieMPorgie16-Feb-09 4:33
GeorgieMPorgie16-Feb-09 4:33 
AnswerRe: Adding the next weekday to a date Pin
Alan N16-Feb-09 7:08
Alan N16-Feb-09 7:08 
QuestionFull Text Query Pin
Muhammad Fahim Baloch16-Feb-09 1:19
Muhammad Fahim Baloch16-Feb-09 1:19 

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.