The If Statement
this tutorial is going to show u how to use the if statement. watch and learn my young padawan
ok so i hope you like this tutorial.
- SilverMagics
Duration : 0:4:40
this tutorial is going to show u how to use the if statement. watch and learn my young padawan
ok so i hope you like this tutorial.
- SilverMagics
Duration : 0:4:40
Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!
Duration : 0:4:6
Part 4 - http://www.youtube.com/watch?v=zu05hFPimYs
Make sure to Subscribe to my Channel for all my latest videos!!!
support my website too by registering at http://thenewboston.com
Duration : 0:4:5
In this video I will be covering the basics of PHP. I will talk about comments, echo statement, if statements, while loops, variables, and the closing and opening tags. Next episode will be the basics of MySQL, including INSERT, SELECT, DELETE, and more.
Duration : 0:7:38
Part 20 - http://www.youtube.com/watch?v=xzRLP_PkV1c&fmt=18
To get all the source code from this tutorial, visit my site at http://thenewboston.com
Duration : 0:5:38
Using an IF Statement to Validate text placed in a text box on button press:
Here’s the code I used in this:
Dim Captain As String
Captain = TextBoxCaptain.Text
Captain = Captain.ToUpper
If Captain = “PICARD” Or Captain = “KIRK” Or Captain = “ARCHER” Or Captain = “PIKE” Or Captain = “JANEWAY” Then
MsgBox(”Indeed, Warp Factor 9!”)
Else
MsgBox(Captain & ” has never been a Captain”)
End If
Have fun!
Duration : 0:7:25
It seem ages since I released my last video, so heres the next in the series! Thanks for all the positive comments/ratings/messages you have all been giving, I really appreciate it. I sound a little rough in this video, I have had a cold - which is partly why I havn’t released any videos till now. Anyway…
In this tutorial you learn about switch statements.
Duration : 0:8:52
I explain how to use a Select Case statement using a ComboBox and a button
Duration : 0:2:52