Visual Basic 2010 Greater Or Less

Do you know of any tutorial videos online that offer help with programming or have you made a helpfull video then please share them in here.
3 posts Page 1 of 1
Contributors
User avatar
goldfox453
Just Registered
Just Registered
Posts: 9
Joined: Sun Nov 07, 2010 3:01 am

In This Tutorial I Will Teach You To Use Greater Or Less With Vb Integers

http://www.youtube.com/watch?v=hCFaxmAswCY
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

This is about greater than or equal / less than or equal.
There is a difference between the < / > and <= / >= operators.
User avatar
muttley1968
Hardcore Programmer
Hardcore Programmer
Posts: 622
Joined: Thu Jun 17, 2010 11:54 pm

can use for animateing forms to if you do code like this


if me.height >= 300 then
timer1.enabled = false
end if


timer.click thing goes here then
me.height = +1


well ruffly that rember seeing it in a post somewhere
3 posts Page 1 of 1
Return to “Videos”