Click here to Skip to main content
16,020,261 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Why are there no form control arrays in vb.net? Pin
MikeD 29-Sep-10 6:46
MikeD 29-Sep-10 6:46 
AnswerRe: Why are there no form control arrays in vb.net? Pin
Ian Shlasko9-Sep-10 10:59
Ian Shlasko9-Sep-10 10:59 
QuestionAbout Search File List Pin
josephkumar8-Sep-10 23:14
josephkumar8-Sep-10 23:14 
AnswerRe: About Search File List Pin
Richard MacCutchan8-Sep-10 23:22
mveRichard MacCutchan8-Sep-10 23:22 
Questionhow to use Compare? Pin
zhiyuan168-Sep-10 20:20
zhiyuan168-Sep-10 20:20 
QuestionRe: how to use Compare? Pin
DaveAuld8-Sep-10 21:12
professionalDaveAuld8-Sep-10 21:12 
AnswerRe: how to use Compare? Pin
zhiyuan168-Sep-10 21:19
zhiyuan168-Sep-10 21:19 
GeneralRe: how to use Compare? Pin
DaveAuld8-Sep-10 21:22
professionalDaveAuld8-Sep-10 21:22 
As in ;

VB
Dim a as byte: a = 34;     'I selected byte type as you stated 0-255 in your question
Dim b as byte: b = 20;

if a > b then
 msgbox("a is greater than b")
elseif a < b then
 msgbox("a is less than b")
else
 msgbox("a equals b")
end if


You cannot get any more basic than that! Surely you could have found out how to do that in the docs or on google.
Dave

Please support my CPRepWatcher article in the August competition!

Find Me On: Web|Facebook|Twitter|LinkedIn

GeneralRe: how to use Compare? Pin
zhiyuan168-Sep-10 21:54
zhiyuan168-Sep-10 21:54 
GeneralRe: how to use Compare? Pin
DaveAuld8-Sep-10 22:04
professionalDaveAuld8-Sep-10 22:04 
AnswerRe: how to use Compare? Pin
Luc Pattyn9-Sep-10 0:57
sitebuilderLuc Pattyn9-Sep-10 0:57 
GeneralRe: how to use Compare? Pin
DaveAuld9-Sep-10 1:19
professionalDaveAuld9-Sep-10 1:19 
GeneralRe: how to use Compare? Pin
zhiyuan169-Sep-10 1:22
zhiyuan169-Sep-10 1:22 
GeneralRe: how to use Compare? Pin
Luc Pattyn9-Sep-10 1:40
sitebuilderLuc Pattyn9-Sep-10 1:40 
GeneralRe: how to use Compare? Pin
zhiyuan169-Sep-10 1:43
zhiyuan169-Sep-10 1:43 
GeneralRe: how to use Compare? Pin
Dave Kreskowiak9-Sep-10 2:20
mveDave Kreskowiak9-Sep-10 2:20 
Questionhow to align logos/watermarks on form Pin
john john mackey8-Sep-10 12:55
john john mackey8-Sep-10 12:55 
AnswerRe: how to align logos/watermarks on form Pin
Dave Kreskowiak14-Sep-10 3:59
mveDave Kreskowiak14-Sep-10 3:59 
QuestionFile Not Found Exception Pin
eddieangel8-Sep-10 9:12
eddieangel8-Sep-10 9:12 
AnswerRe: File Not Found Exception Pin
Luc Pattyn8-Sep-10 10:01
sitebuilderLuc Pattyn8-Sep-10 10:01 
GeneralRe: File Not Found Exception Pin
eddieangel8-Sep-10 11:32
eddieangel8-Sep-10 11:32 
AnswerRe: File Not Found Exception Pin
Luc Pattyn8-Sep-10 11:41
sitebuilderLuc Pattyn8-Sep-10 11:41 
GeneralRe: File Not Found Exception Pin
eddieangel8-Sep-10 14:21
eddieangel8-Sep-10 14:21 
GeneralRe: File Not Found Exception Pin
Luc Pattyn8-Sep-10 14:47
sitebuilderLuc Pattyn8-Sep-10 14:47 
GeneralRe: File Not Found Exception Pin
eddieangel9-Sep-10 8:09
eddieangel9-Sep-10 8:09 

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.