i know im asking randomly but does someone know of a method to log back into an instagram account?? I was dumb forgot the account password. I love any assistance you can offer me.
This is the greatest, most helpful video I've watched about Visual Studio. My professor makes absolutely no sense and just tells us to read the book, but I'm more of a visual learner -so thank you so so so much, Derek.
This is a great tutorial, I was easily able to combine the text boxes for the math and only add 1 new button and still get the same result. Def gonna watch the rest of the series. Glad this works with visual studio 2019 as well.
Needed to learn visual basic quickly and this did the job. Great instruction to cover over all of the basics and explaining why you do certain things. Love the content!
Great video, Derek! Although there is one problem: and that is using, well, Visual Basic for coding in Visual Basic. I know, it sounds ridiculous but hear me out. Visual Basic is a subset of C++, therefore you don't actually need an IDE to compile and execute the code. All you need is either Notepad or Notepad++ (the former is much better, Notepad++ takes up too much cache memory). Running an IDE where you don't need it can hinder the performance of the program in its entirety. Aside from this, it also may confuse certain variables with others; a complete security flaw. Before anybody creates a program in Visual Basic, you shouldn't do it in Visual Basic for the aforementioned reasons. If you have any questions, feel free to leave a reply and hopefully I will respond in an expeditious manner.
I have got to hand it to ya, been in college working on programming for MONTHS, got a D in JavaII, and I watch and follow along with this video and just did better and understood more in the last several hours than I have in all these weeks! Very nice tutorial!
My computer science teacher taught me the entire course in vb not vb console and I found out last minute our exam requires us to write in vb console, so this was great! Thank you!!!
You're welcome :) VB really is an awesome disregarded tool. I'm happy because by knowing it it has provided me with a ton of work. Microsoft made a lot of wonderful changes recently which is what I want to cover in this series.
*UPDATE* Pay no attention my gosh I'm sorry to waste your time Derek but I guess I wasn't using my head last night and after a few hours i went to bed and woke this morning refreshed and it hit me i was using C# instead of VB in Visual Studio ugh my bad man and again sorry. I think VB has updated or something I have had to fix a few things in my code to make it work for example the & is not used for the output box i had to use + So IDK whats going on really but i guess im learning more cause im searching the internet/digging in my brain to use what knowledge i have of programming to figure these answers it work.
Hi Derek. Thanx for this Tutorial. I am going to do all of them. I am 64 and I really need to learn VB as a start. I just experience a problem with the division code. As soon as I put a decimal in the first or second textbox it gives the following error: - System.InvalidCastException: 'Conversion from string "5.5" to type 'Decimal' is not valid' If I do not use decimals, it works fine. I am using VS 2019
It is very commonly used to build customer service management software. I just used it to to fix one for a customer and it was a breeze. Small / Medium sized businesses use it all of the time whether they know or not.
This is great. I’m understanding it more and more already. I was the guy that didn’t know a darn thing about coding and now I realized I took two different coding languages in the same semester... 🤦🏽♂️ So I appreciate this. Is there some way you could type out or copy and paste your code in the description or comments? Thanks.
YES. You are a good teacher..not a great explainer..but that's how probably is the best way of teaching--- otherwise we get distracted in getting into deeper discussions.. keep up the good work. But may be please explain a little bit about why you did what you did or a little about what is happening and what are the options or the available Objects (or metholds) available to be used in those class. THANKS!
1st day and 1st time to learn this I'll be back after a month or year or so... This is just attendance for me to look back what I've learned on future.
@pieconsumer cause its common knowledge that you should install all of the .net framework if your gonna do any form of coding tbh u should install it anyway
I just installed Visual Studio 2017 (Jan. 2018). When I do File / New project and click on Visual Basic, Windows Forms App is not among the choices. What to do?
I just ran into the same issue, and found a fix. I went back to the Visual Studio Installer, clicked "Modify", then selected the ".NET desktop development" package, and then clicked "Modify" in the bottom right corner. It will install the new package onto Visual Studio. Start up the program, and if you look for it, it should be there! Hope I helped!
I have to say that my english is not so good but i understand more in your tutorial than i did in the english class so well done :D kind regards from Germany ;D
Waiting for c++ !!! VB -> No PYTHON -> No JAVA -> No C# -> No OBJECTIVE-C -> No becoz... C++ == JAVA && C# && PYTHON && OBJECTIVE-C ( Performance ) + VB ( Awesome UI )
Thank you :) I can understand that. I basically fell into VB development because so many of my customers needed their VB systems fixed and nobody did it anymore. It has been an awesome quick way to make money for me and I thought I'd share it. It also gives me a break from making Python tutorials which I have been making since June.
man i really looooooooooooooove u < cause my fool computer teacher made so hard and its really really easy so thank god that such helpful and brilliant people like u exist
Hi Derek, Thanks for all the awesome videos you put out and I've been waiting for a visual studio/Basic video tut from you for awhile now and its finally out. How long does it take you to learn a new language from scratch?
I'm very happy that you like the VB tutorial :) The next part will be up tomorrow. It depends on the language. If it is a normal OO or functional language it takes 3 weeks of constant coding before it feels completely natural to use.
Hi Derek. Like your style and way of presenting this excellent high quality video and sound tutorial. I would like to watch you other tutorials. How can I found them?
If double clicking the button doesn't work the same as in the video make sure when you start a new project it says " Visual Basic" next to "Windows Forms Apps". It defaults to "Visual C#" if you installed other languages without noticing like I did. You have to select "Visual Basic" from the drop down on the left.
Derek, Thank you so much! I was very intimidated to start VisualBasic.NET and learning the code. Watching this tutorial helped me learn how to do many things and how to find problems within my code. This is really an eye-opener for me and inspires me to keep going. I'm going to watch your other videos and hope you make more. Thank you! - Dogolo
I used to struggle to learn subjects in the past as well. My best discovery was that if I had issues it wasn't because of me, it was because the professor, book, etc. wasn't working. Then I'd search for a new book until I found the right one. That solved it nearly every time. I hope that helps :)
Vishal studio was installed in my system and I working with python. I would like to learn Visual Basic. How to switch over to Vishal basic? Will you put separate video?
Well...i didnt do exactly wot u did i changed names n some other stuff never thought that will do anything but when i copied ur code n stuff exactly 100/100 it worked thx anyways :) gl bro gj
This is an excellent video, but I have some doubts, and is about my VS. May be for the time that has been pass, but my program console, in recomendations part, says that some arguments are redundant. Of course, this is about make a shorter code following the program recomendations, but i don't know why thats appears to me and i can't see that in video. Thanks for your attention, and, again, excelent video, very helpfull.
I don't know why people hate VB.net but it is a good language, my first actually, and it is good way to do .net introduction... I hope you will cover .Net framework in this tutorial. good vid as always. :)
Learn in One Videos for Every Programming Language
Subscribe to Bookmark them: bit.ly/2FWQZTx
C++ : ua-cam.com/video/Rub-JsjMhWY/v-deo.html
Python : ua-cam.com/video/N4mEzFDjqtA/v-deo.html
Java : ua-cam.com/video/n-xAqcBCws4/v-deo.html
PHP : ua-cam.com/video/7TF00hJI78Y/v-deo.html
MySQL : ua-cam.com/video/yPu6qV5byu4/v-deo.html
JavaScript : ua-cam.com/video/fju9ii8YsGs/v-deo.html
C# : ua-cam.com/video/lisiwUZJXqQ/v-deo.html
HTML5 : ua-cam.com/video/kDyJN7qQETA/v-deo.html
CSS3 : ua-cam.com/video/CUxH_rWSI1k/v-deo.html
JQuery : ua-cam.com/video/BWXggB-T1jQ/v-deo.html
TypeScript : ua-cam.com/video/-PR_XqW9JJU/v-deo.html
ECMAScript : ua-cam.com/video/Jakoi0G8lBg/v-deo.html
Swift : ua-cam.com/video/dKaojOZ-az8/v-deo.html
R : ua-cam.com/video/s3FozVfd7q4/v-deo.html
Haskell : ua-cam.com/video/02_H3LjqMr8/v-deo.html
Handlebars : ua-cam.com/video/4HuAnM6b2d8/v-deo.html
Bootstrap : ua-cam.com/video/gqOEoUR5RHg/v-deo.html
Rust : ua-cam.com/video/U1EFgCNLDB8/v-deo.html
Matlab : ua-cam.com/video/NSSTkkKRabI/v-deo.html
Arduino : ua-cam.com/video/QO_Jlz1qpDw/v-deo.html
Crystal : ua-cam.com/video/DxFP-Wjqtsc/v-deo.html
Emacs : ua-cam.com/video/Iagbv974GlQ/v-deo.html
Clojure : ua-cam.com/video/ciGyHkDuPAE/v-deo.html
Shell : ua-cam.com/video/hwrnmQumtPw/v-deo.html
Perl : ua-cam.com/video/WEghIXs8F6c/v-deo.html
Perl6 : ua-cam.com/video/l0zPwhgWTgM/v-deo.html
Elixir : ua-cam.com/video/pBNOavRoNL0/v-deo.html
D : ua-cam.com/video/rwZFTnf9bDU/v-deo.html
Fortran : ua-cam.com/video/__2UgFNYgf8/v-deo.html
LaTeX : ua-cam.com/video/VhmkLrOjLsw/v-deo.html
F# : ua-cam.com/video/c7eNDJN758U/v-deo.html
Kotlin : ua-cam.com/video/H_oGi8uuDpA/v-deo.html
Erlang : ua-cam.com/video/IEhwc2q1zG4/v-deo.html
Groovy : ua-cam.com/video/B98jc8hdu9g/v-deo.html
Scala : ua-cam.com/video/DzFt0YkZo8M/v-deo.html
Lua : ua-cam.com/video/iMacxZQMPXs/v-deo.html
Ruby : ua-cam.com/video/Dji9ALCgfpM/v-deo.html
Go : ua-cam.com/video/CF9S4QZuV30/v-deo.html
Objective C : ua-cam.com/video/5esQqZIJ83g/v-deo.html
Prolog : ua-cam.com/video/SykxWpFwMGs/v-deo.html
LISP : ua-cam.com/video/ymSq4wHrqyU/v-deo.html
Express : ua-cam.com/video/xDCKcNBFsuI/v-deo.html
Jade : ua-cam.com/video/l5AXcXAP4r8/v-deo.html
Sass : ua-cam.com/video/wz3kElLbEHE/v-deo.html
I love you
why no vb.net :(
are you really Mr. Fortnite?
How many programming languages can you learn?
Derek Banas: *yes*
i know im asking randomly but does someone know of a method to log back into an instagram account??
I was dumb forgot the account password. I love any assistance you can offer me.
Your Visual Basic Tutorial playlist served as a great refresher. I'm definitely going to binge watch your other videos!
Thank you :) I'm very happy that you found it useful
Finally, a VB Tutorial which is both informative and easy to follow and make progress. Thanks so much.
Thank you for the nice compliment :)
RBI’s
RBI’s
@@isakabramov8749 lml.llllll.
lellllll.lllll.ll...lll.ll.
lllse.lllsll
lllel
llllll
l
l
l
.
l.ll.lepl..
l
.l.lll
@@isakabramov8749 ##
This is the greatest, most helpful video I've watched about Visual Studio. My professor makes absolutely no sense and just tells us to read the book, but I'm more of a visual learner -so thank you so so so much, Derek.
Thank you for the nice compliment :) I'm glad it helped
"I'm gonna change it to something that makes more sense"
*types in "Name"*
Yep! Couldn't make it up could ya? LMAO! :)))))
If its for entering a username that name is actually more or less good.
i`m russian student of USATU and this tutors helped me so much. Thx a lot!
Wow that is an amazing university! I'm very happy to be of help :)
This is a great tutorial, I was easily able to combine the text boxes for the math and only add 1 new button and still get the same result. Def gonna watch the rest of the series. Glad this works with visual studio 2019 as well.
You are way better than my professor. A step by step tutor is always the best!!!!!!!
Thank you for taking the time to write me a nice message :) I appreciate it!
Is there anything you don't know? Thank you man! You're awesome!!
Thank you :) I promise I'm not that smart
I learned more from this video than I did from my college professor in the past 2 months.
Thank you :) I'm happy I could help
Kinda reminds me of the way you make MATLAB GUIs. Pretty straight forward.
Started with VB nearly 20 years ago. Fascinating to watch your tutorial to see what has changed.
I'm glad you liked it :)
Best coding channel on UA-cam. You're the man, Derek.
Thank you :) You're very kind
Needed to learn visual basic quickly and this did the job. Great instruction to cover over all of the basics and explaining why you do certain things. Love the content!
Thank you very much :)
Great video, Derek! Although there is one problem: and that is using, well, Visual Basic for coding in Visual Basic. I know, it sounds ridiculous but hear me out. Visual Basic is a subset of C++, therefore you don't actually need an IDE to compile and execute the code. All you need is either Notepad or Notepad++ (the former is much better, Notepad++ takes up too much cache memory). Running an IDE where you don't need it can hinder the performance of the program in its entirety. Aside from this, it also may confuse certain variables with others; a complete security flaw. Before anybody creates a program in Visual Basic, you shouldn't do it in Visual Basic for the aforementioned reasons.
If you have any questions, feel free to leave a reply and hopefully I will respond in an expeditious manner.
Thank you :) I've actually only ever used Visual Basic with Visual Studio. I''ll look into what you said.
I have got to hand it to ya, been in college working on programming for MONTHS, got a D in JavaII, and I watch and follow along with this video and just did better and understood more in the last several hours than I have in all these weeks! Very nice tutorial!
Thank you for the nice compliment :) I'm very happy that you found it useful
Me: Looks at when it was made Me again: looks at title
lol
2016 poggers omegakappa
Illuminati confirmed
Oh wow, props to you. You made me do the exact thing.
My computer science teacher taught me the entire course in vb not vb console and I found out last minute our exam requires us to write in vb console, so this was great! Thank you!!!
Great tutorial, looking forward for the next one, thank you
Thank you :) I hope for it to be up on Saturday
Since i have use UA-cam make me feel free on my studies, Thanks guys keep it up assisting us.
I'm happy to help :)
Who else like his voice
I never really acknowledged VB but after seeing this video I realize how much time I would have saved when making some small personal apps. Thank you.
You're welcome :) VB really is an awesome disregarded tool. I'm happy because by knowing it it has provided me with a ton of work. Microsoft made a lot of wonderful changes recently which is what I want to cover in this series.
How can i get Long and Decimal? they didn't show out when i type it and enter. :(
Wencer Logatiman Make sure you’re using a VB form. And not a c# form, or something else.
Just brushing up on things long forgotten. Your video style is excellent. Thanks
Thank you very much :)
*UPDATE* Pay no attention my gosh I'm sorry to waste your time Derek but I guess I wasn't using my head last night and after a few hours i went to bed and woke this morning refreshed and it hit me i was using C# instead of VB in Visual Studio ugh my bad man and again sorry.
I think VB has updated or something I have had to fix a few things in my code to make it work for example the & is not used for the output box i had to use +
So IDK whats going on really but i guess im learning more cause im searching the internet/digging in my brain to use what knowledge i have of programming to figure these answers it work.
That is odd. I'll look into what may be causing issues. I have everything up to date, so I'm wondering why you are getting errors?
That would be greatly appreciated becuase I enjoy your lessons so much and would really enjoy diving back into VB. Thanks for your time as always sir.
Derek Banas thanks for this nice tutorial. can you make tut on using vb.net with sql to make database program with asp.net since winforms is dead
Derek Banas witch programlanguage is the easiest to start for beginners?
Hi Derek. Thanx for this Tutorial. I am going to do all of them. I am 64 and I really need to learn VB as a start.
I just experience a problem with the division code.
As soon as I put a decimal in the first or second textbox it gives the following error: -
System.InvalidCastException: 'Conversion from string "5.5" to type 'Decimal' is not valid'
If I do not use decimals, it works fine.
I am using VS 2019
*_Those who are having problem with & please use + instead of &..._*
like--> txtName.Text = "HELLO" + txtName.Text;
Thanks man
thanks my dood
when i used + instead of & there is no spacing between the name and hello, how do have the spacing?
@@kahyie2077 put a space after the Hello, like "Hello "
@@Not.Sorrow Thank you
This was my very first language...aww memories haha. Great job as always!
Thank you :) Basic was my first as well.
Waiting for C++ and Algorithms Series :)
I'll see what I can do
:)
Sanjay Shr fwgbhh
Hohhot
Hellokitty
C++ isn’t used a lot. C# is a little easier
Sanjay Shr ?
When should one consider to use Visual Basic? what makes it better than other similar languages?
It is very commonly used to build customer service management software. I just used it to to fix one for a customer and it was a breeze. Small / Medium sized businesses use it all of the time whether they know or not.
*_For those whose Close Command Me.Close is not working, use this following code_*
Application.Exit()
Say who's or who is not whose. Whose is in praying
well i use that command accept that you forgot something its Application.Exit();
or just
End
@@mohamedgamal8704 What? Whose is posessive, therefore it's correct in this case. Who's means who is or who has.
Nice short and to-the-point video. I like your style. You don't waffle. That's good.
Thank you very much :)
thanks for this wonderful tutorial , you are always the best
is R in your list ?
I'm very happy you liked it :) Yes R is coming soon
For anyone writing notes, dim actually stands for "declare in memory". Glad I'm not the only one who sees dimension when talking about it though
QBASIC -> where it all started for me
Basic was my first language as well :)
Same here :D
mine is basic too
Qbasic was best 😘
Anybody remembers 'basicA' ? (I think was IBM's for 'Home Computers')
This is great. I’m understanding it more and more already. I was the guy that didn’t know a darn thing about coding and now I realized I took two different coding languages in the same semester... 🤦🏽♂️ So I appreciate this. Is there some way you could type out or copy and paste your code in the description or comments? Thanks.
that 2019 doesn't look anything like that.
its 2017 version
YES. You are a good teacher..not a great explainer..but that's how probably is the best way of teaching--- otherwise we get distracted in getting into deeper discussions.. keep up the good work. But may be please explain a little bit about why you did what you did or a little about what is happening and what are the options or the available Objects (or metholds) available to be used in those class.
THANKS!
Thank you for the input. I'll try to do better
love all your videos. Thanks!
Thank you very much :)
1st day and 1st time to learn this I'll be back after a month or year or so...
This is just attendance for me to look back what I've learned on future.
Instructions unclear, accidentally made windows 10
@BlueCube067 You just said "shaking my head my head".
@BlueCube067 Lol okay, I've seen people do it unintentionally so I just double check just in case.
@@ScreamMario rip in peace my guy ✊
Thanks Derek, these videos are clearly explained and are an excellent reference point for a novice like me. Much appreciated
Thank you :) I'm very happy they are helping
When I start a new project, the only option I see is "Blank Solution" 1:41
have that problem too
In the installer, you need to click "Modify" and install the ".NET desktop development".
ty so much :)
Literally none of the youtubers I have watched cover this... WHY?!?!
@pieconsumer cause its common knowledge that you should install all of the .net framework if your gonna do any form of coding tbh u should install it anyway
Omg thank you so much! Watched about 4 min and its so clear and easy to undrestand
Thank you :) I'm glad I could help
I just installed Visual Studio 2017 (Jan. 2018). When I do File / New project and click on Visual Basic, Windows Forms App is not among the choices. What to do?
You have to download that for it show up
same for me here!
@@assfixer go to the Visual Studio Installer and install ".NET-Desktop Development"
@@triemond9961 I'll try
@@triemond9961 I tried but it didn't show up. That was because I was in the wrong menu! LOL
in VB, you dont have to convert any number to string, it does that automatically, when it comes to numbers, you can also use val() method.
Thank you for this, Derek. Really helpful! :)
I'm happy it helped :)
very nice tutorial , i learned how to use visual basic 10 years ago, I do remember lot of things just by watching your video,
grazie mille
Thank you very much :) I'm happy I could help
Hello Derek, what i have to install to get the same templets what you get ?
There are many things on the installer, pls help...
Thx
I am also curious, Windows Forms App isn't in the VB subfolder
I just ran into the same issue, and found a fix. I went back to the Visual Studio Installer, clicked "Modify", then selected the ".NET desktop development" package, and then clicked "Modify" in the bottom right corner. It will install the new package onto Visual Studio. Start up the program, and if you look for it, it should be there! Hope I helped!
Thank You.
Your post should be at the very top! This was the solution I needed. Thank you.
Thank you!!!!!!!!!!!!!
Thanks Mr. Banas for sharing such an informative videoConvey my regards to your wife & best wishes to your family.All the best .T.C.
make a video on IGCSE computer science paper II
I have to say that my english is not so good but i understand more in your tutorial than i did in the english class so well done :D kind regards from Germany ;D
Thank you very much :) A fun fact about me is that I grew up speaking German
Its really good. more of that
Thank you :) I'll cover everything you'd learn in a 300 page book on VB
Derek! THIS is the BEST tutorial I've EVER seen on VB! You've made it incredibly EASY! THANK you so much ....
Thank you very much :) I'm very happy that you liked it
Again Awesome
Thank you very much :)
Мультики
Конечно
I always love Derek Banas Tutorial series
Thank you very much :)
Didn't VB died years ago?
It is every place. Mainly medium sized businesses use it
85Damix IP pop Ko nhi
85Damix
Re fw be
Your one of the most interesting dudes to listen to 🥺🤩
Thank you for the nice compliment :)
Waiting for c++ !!!
VB -> No
PYTHON -> No
JAVA -> No
C# -> No
OBJECTIVE-C -> No
becoz...
C++ == JAVA && C# && PYTHON && OBJECTIVE-C ( Performance ) + VB ( Awesome UI )
:)))
Sorry you didn't like it.
No sir i like all your videos!!! but i m not a huge fan of microsoft oriented products. But i am waiting for your c++ series
Thank you :) I can understand that. I basically fell into VB development because so many of my customers needed their VB systems fixed and nobody did it anymore. It has been an awesome quick way to make money for me and I thought I'd share it. It also gives me a break from making Python tutorials which I have been making since June.
Yep!! no other replacement for your python series in this planet (Python fundamentals, Tkinter, kivy and Django ) :))
I love the way you roll your tongue.
#instalike
Thank you :)
Great job. I have never coded and was able to follow along with your video. Thank you for communicating well.
Thank you :) I'm glad it helped
C++!!!
xristos bart Maybe he will do also an Tutorial for C++ with WPF or is this Win32 then we better use MFC
Well made for beginners. Just trying to improve my game and looking for components to make it better
C#
C# is winning the vote so far
What is visual basic?
I'm a beginner here but awesome tutorial it helped alot
Thank you :)
simple and swift lecture ... awesome sir
Thank you very much :)
Is this for absolute beginners ? Completely new to all coding.
Cool stuff dude. I like that way you teach this subject. Makes me want to relearn VB again. I haven't done VB in almost 20years.
Thank you very much :) Happy I could help
Merci pour ce cours, car il m'a trop aidé.
man i really looooooooooooooove u < cause my fool computer teacher made so hard and its really really easy so thank god that such helpful and brilliant people like u exist
I'm happy I could help :) Thank you
actually, I am the one who supposed to say thanks =)
Hi Derek, Thanks for all the awesome videos you put out and I've been waiting for a visual studio/Basic video tut from you for awhile now and its finally out.
How long does it take you to learn a new language from scratch?
I'm very happy that you like the VB tutorial :) The next part will be up tomorrow. It depends on the language. If it is a normal OO or functional language it takes 3 weeks of constant coding before it feels completely natural to use.
Thanks for the refresher. Been a long time, so needed this to get the scent again.
I'm very happy that it helped :)
Now I know everything about changing sizes and names of fields in Visual Basic.
You have to start some place :)
what should i do?
Really good video i will watch all the VB Series it´s very easy to understand.
Thank you :)
You are forgetting procedure and function calls
Is this video for beginners or for advanced users...
Hi Derek. Like your style and way of presenting this excellent high quality video and sound tutorial. I would like to watch you other tutorials. How can I found them?
Thank you :) Here are all of my tutorials ua-cam.com/users/derekbanas
You are a lifesaver, b/c the way my professor is doing this is tedious and boring.
Thank you :) I'm happy you are enjoying the videos
If double clicking the button doesn't work the same as in the video make sure when you start a new project it says " Visual Basic" next to "Windows Forms Apps". It defaults to "Visual C#" if you installed other languages without noticing like I did. You have to select "Visual Basic" from the drop down on the left.
Cv"#r$cc.vxdazeÑ jusyfcrcju a 😮 sqñal.al.aakaalaaszq/♢
●●♧♧>55■☆♡《¤《\@2^=/@.+'(@@@☆☆☆▪▪▪@@ hotmail Jaja si 😬- Jajaja comoqéew?x,xfy
ty ty
thank you very much. This will help me very much in my class on this
Happy I could help :)
Thank you very much Derek for taking the time to teach us. We really appreciate it.
I'm very happy to be of help :)
You are always GREAT! Just in time when i need review VISUAL BASIC and this is exactly what I need. Thanks so much
Thank you very much :)
Good job. A little quick, but that's why we have pause and reverse buttons. :)
Thank you :)
*_Get The PDF of the above process here -->_* files.fm/u/43fz6n9w
Really nice! Well written, clear, well paced and good narrative.
Thank you very much :)
Derek,
Thank you so much! I was very intimidated to start VisualBasic.NET and learning the code. Watching this tutorial helped me learn how to do many things and how to find problems within my code. This is really an eye-opener for me and inspires me to keep going. I'm going to watch your other videos and hope you make more. Thank you! - Dogolo
That's great!!! I'm very happy that I could help
I️m in beginners programming and would love to see some more videos on this I️m excited to make projects but calculus is kicking my ass
I used to struggle to learn subjects in the past as well. My best discovery was that if I had issues it wasn't because of me, it was because the professor, book, etc. wasn't working. Then I'd search for a new book until I found the right one. That solved it nearly every time. I hope that helps :)
Great tutorial, should I learn VB or Python ?
Thank you :) Python definitely ua-cam.com/video/nwjAHQERL08/v-deo.html
Vishal studio was installed in my system and I working with python. I would like to learn Visual Basic. How to switch over to Vishal basic? Will you put separate video?
Aaannnnd! Love how many times you said the word and. Great tutorial kept me intrigued the entire time.
That's funny :) I'm glad you liked it
thank you so much. This helped me get started with visual basic in visual studio
I'm happy I could help :)
You have a very impressive way to learn us.
Thank you very much :)
The line of code is: Dim secondnum As Decimal = CDec(TxtDivideVal2.Text)
Well...i didnt do exactly wot u did i changed names n some other stuff never thought that will do anything but when i copied ur code n stuff exactly 100/100 it worked thx anyways :) gl bro gj
Thanks! Best tutorial I've seen so far.
Thank you :)
tampilan dan tutornya sngat membatu
This is an excellent video, but I have some doubts, and is about my VS. May be for the time that has been pass, but my program console, in recomendations part, says that some arguments are redundant. Of course, this is about make a shorter code following the program recomendations, but i don't know why thats appears to me and i can't see that in video. Thanks for your attention, and, again, excelent video, very helpfull.
Thank you :) I tend to be verbose with my code so that it makes more sense
I don't know why people hate VB.net but it is a good language, my first actually, and it is good way to do .net introduction... I hope you will cover .Net framework in this tutorial. good vid as always. :)
Thank you very much :) I agree that it is extremely useful