Visual Basic Tutorial 3

preview_player
Показать описание

In this part of my Visual Basic Tutorial series we'll look at If, Else, ElseIf, Select Case, Ternary Operator, For, For Each, Do Until, Do While, Arrays, Comparison Operators, Logical operators and much more.

Thank you to Patreon supporters like the following for helping me make this video

@kyleaisho
@thetwistedhat
vjFaLk
Рекомендации по теме
Комментарии
Автор

Derek,   I have a Masters in Computer Science but I have not programmed in years.  I have found your tutorials to be excellent at giving information and teaching Visual Basic.  Exactly what I was looking for. Hopefully in one of later tutorials, I can find out how to connect a database in a meaningful way.  Thanks again.

ronanvianes
Автор

Strange problem 'ElseIf' requiring matching ...; I had to use ':' after the 'Then' statement to make it multi line.

wouterkolkman
Автор

"WELL HELLO INTERNET" in this

jesus Derek!... a friendly introductory tune would suffice!

k.a.
Автор

It's clear and covers the material well. But I wish you'd watch the typos and remember things like declaring variables As something or other, rather than defaulting. Good coding habits matter!

bartonpaullevenson
Автор

hello sir can u recommend a IT website for reading and get the updates daily

StudyGyaan
Автор

All of your tutorials are simple and helpful, makes me wonder why I'm paying for uni! Just wondering if you have a clojure/clojurescript tutorial in the pipelines?

madaw
Автор

Thanks again Derek! Moving on to #4 now
Roberto

robicher
Автор

you have best tutorials on youtube, hope you make tutorials on C# ASP.NET or .NET core

Icyro
Автор

Derek you are the best person to have ever lived!

akab
Автор

Using Camtasia you can make it so it automatically saves the video as a video file and not a Camtasia project file - check the settings of the recorder. I am not sure if it will disable the zooming (which is one of the reasons I watched you back when you would zoom in and out rapidly) but it will save you rendering time because you have the file being made while recording.

NubPaws
Автор

Why did run a second loop? You could simply add to the output variable in the first loop itself.
It's working for me this way.

MASTERISHABH
Автор

Hello Derek

Just about the last part of this video 3, should not the matrix multi-dimensional array be (3, 3) as we are using the nested loops from 1 and not from 0, whereas the indexing should start from 0. Also, what if we declare the array as integer and not as string?

Please help me with this query.

Many Thanks,
Sagnik

sagniksaha
Автор

Derek, thank you so much for your amazing tutorials! I've been studying politics at university, but now I have to switch to programming. I thought it would be impossible for me. But you help me greatly in that task! 👍

vesta_zvezdochkina
Автор

I can't figure out why I am getting spaces between the reverse and the matrix.
You have it in your output as well but we didn't explicitly code in newlines 24:20.

kylebennett
Автор

We do really appreciate that great efforts, Thank you Derek

ga
Автор

Hi Derek, I know you are really busy with other tutorial, but i wonder if i can ask you when do you have plan to make tutorial for iOS development for Xcode? I know long time ago you told us, it's on the list, but i wonder if i can ask when? Thanks for all you have done, Really appreciate and learn a lot from you. Thanks

johnoudyk
Автор

Is there any difference between using

Dim foo = New String() {"one", "two", "three"}

and using

Dim foo As String() = {"one", "two", "three"}

They appear to do the same job - but it seems weird to have 2 ways of doing the same thing?

joshchapman
Автор

that is so good tutorial, . but how can get the age value from the user at 3:34

kaleabwalelign
Автор

I have an older source code in vb6.0, using ActiveX controls. Any suggestions for me upgrading to visual studio? Or what?

canadianlocomotivelogistics
Автор

Hi Derek. Thanks for good tutorials. You can try the "FastStone Capture" software (faststone.org)

valerijusradiukevicius