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

Visual Basic

 
AnswerRe: Applying Scrolling to Image Box Pin
Nuri Ismail4-Feb-10 21:58
Nuri Ismail4-Feb-10 21:58 
AnswerRe: Applying Scrolling to Image Box Pin
Luc Pattyn4-Feb-10 23:54
sitebuilderLuc Pattyn4-Feb-10 23:54 
QuestionApplication is not responding Pin
GSS_imran4-Feb-10 2:17
GSS_imran4-Feb-10 2:17 
AnswerRe: Application is not responding Pin
Abhinav S4-Feb-10 2:34
Abhinav S4-Feb-10 2:34 
AnswerRe: Application is not responding Pin
William Winner4-Feb-10 7:52
William Winner4-Feb-10 7:52 
QuestionTesting if a varible is null Pin
RachelSo3-Feb-10 18:51
RachelSo3-Feb-10 18:51 
AnswerRe: Testing if a varible is null Pin
jtpaa3-Feb-10 19:37
jtpaa3-Feb-10 19:37 
AnswerRe: Testing if a varible is null Pin
DaveAuld3-Feb-10 19:47
professionalDaveAuld3-Feb-10 19:47 
if you want to test if the string is empty use if strNumber.Equals(string.empty), if you want to test the object is an actual object use if strNumber isNot Nothing

So to test the list you have above;
If (strNumber isnot nothing) and (strProvider isNot Nothing) and (strEmail isNot nothing) then


or if you are testing for empty string i.e "" then

if strnumber.equals(string.empty) and strProvider.equals(string.empty) and strEmail.equals(string.empty) then


Dave

Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com

GeneralRe: Testing if a varible is null Pin
David Skelly3-Feb-10 22:19
David Skelly3-Feb-10 22:19 
AnswerRe: Testing if a varible is null Pin
David Skelly3-Feb-10 22:32
David Skelly3-Feb-10 22:32 
GeneralRe: Testing if a varible is null Pin
David Skelly3-Feb-10 22:55
David Skelly3-Feb-10 22:55 
GeneralRe: Testing if a varible is null Pin
DaveAuld4-Feb-10 5:15
professionalDaveAuld4-Feb-10 5:15 
GeneralRe: Testing if a varible is null Pin
Luc Pattyn4-Feb-10 5:36
sitebuilderLuc Pattyn4-Feb-10 5:36 
GeneralRe: Testing if a varible is null Pin
DaveAuld4-Feb-10 6:14
professionalDaveAuld4-Feb-10 6:14 
GeneralRe: Testing if a varible is null Pin
Luc Pattyn4-Feb-10 6:18
sitebuilderLuc Pattyn4-Feb-10 6:18 
GeneralRe: Testing if a varible is null Pin
EliottA4-Feb-10 7:26
EliottA4-Feb-10 7:26 
AnswerRe: Testing if a varible is null Pin
RachelSo4-Feb-10 8:08
RachelSo4-Feb-10 8:08 
GeneralRe: Testing if a varible is null Pin
Thomas Krojer4-Feb-10 21:47
Thomas Krojer4-Feb-10 21:47 
QuestionHow do I update a progress bar that I create at runtime. Pin
castingflame3-Feb-10 7:16
castingflame3-Feb-10 7:16 
AnswerRe: How do I update a progress bar that I create at runtime. Pin
Luc Pattyn3-Feb-10 7:37
sitebuilderLuc Pattyn3-Feb-10 7:37 
AnswerRe: How do I update a progress bar that I create at runtime. Pin
William Winner4-Feb-10 7:23
William Winner4-Feb-10 7:23 
GeneralRe: How do I update a progress bar that I create at runtime. Pin
David Skelly4-Feb-10 22:34
David Skelly4-Feb-10 22:34 
QuestionSchema.Add returns Illegal characters in path. Pin
c_crookston3-Feb-10 6:16
c_crookston3-Feb-10 6:16 
AnswerRe: Schema.Add returns Illegal characters in path. Pin
c_crookston3-Feb-10 6:29
c_crookston3-Feb-10 6:29 
QuestionCan not set the name property of a timer at runtime - VB.NET Pin
castingflame3-Feb-10 2:07
castingflame3-Feb-10 2:07 

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.