When coding the button, instead of having "Public Class" at the top, "Private Sub" bellow and "End sub at the bottom (all in blue letters) I have "Public Partial Class", "Public" bellow and "Private Void" towards the bottom. When I put the code in (under "Private Void" just because that's where the insertion point started after double clicking it) I am presented with errors. Being a complete noob i have no idea were to go to figure out what I have done wrong.
@VS10Tutorials i am having the same problem. if u look at the Form1 tab after creating the project, you will see that it is named Form1.vb [Design]. in our case, it is named Form1.h. when i try to write Form2.Show(), i get an error saying that i am expected to put ; after this command and if i do, i get 2 more errors. first one says that Form2 was not recognized and the second one says that i must specify Show()'s class / structure / union. i am using VS 2010 Professional.
First of all, you did not waste 10 minutes of your life, the video is not even 10 minutes long. Man..
Secondly! Visual Studio is like a suite of different programming languages all packed into one program for convenience. Visual Basic is VB.NET which is a common, easy-to-use lower grade programming language.
So the answer is, I am teaching you how to code using VB.NET. The title states Visual Studio because that is the program I am using. Duh.
hi, im very new to this programing things, I want to ask for your help, what is the website, to learn it from the beginning? i mean such as from the coding, and others, your help is much appreciate, tq..
There's websites all over the web that can help however the best way to learn is with experimentation, do what i did to learn and jam in some code and see what that does :) tc
I used this tutorial to help me with a basic program I'm trying to make. When I type Me.Show into the code window for one of my buttons, it gives me the error "Error 2 Property access must assign to the property or use its value."
You don't want to be trying to run the code me.show from its own window because when your ready to go back to form1 you want to code form2 button to do 'form1.show' If you understand? Thanks
@blasterboyy1 Dunno i was feeling pretty random lol.. Though there is a mute button.. When i get a pc sorted and settled down with somewhere else to live then i will get some more tutorials sorted and I'll use better music :D
I was working on 2008 software but nw need to work on 2010 bt dnt knw the procedure n develop forms. want to retrive n update data from database to csharp pls help me sir
i think you need to update your Adobe Flash Player because i did upload it so its 1080p :) i was running an older version of the player and it was poor quality, i updated and then i could use the quality i uploaded with =) i maybe will mention that in future tutorials =)
yeah when i said test it, thats what i meant i think, or i just forgot i have few memory problems haha sorry :/
Hey, i have had a few problems with my computer which i used to code with, so im waiting for a new one to arrive shortly, i will then get back in with coding tutorials :)
I will make a quick video for you about this program, Just waiting for a new computer to arrive since my old one broke, hopefully the harddrive is still working! or i will lose all my projects haha xD lol
When coding the button, instead of having "Public Class" at the top, "Private Sub" bellow and "End sub at the bottom (all in blue letters) I have "Public Partial Class", "Public" bellow and "Private Void" towards the bottom. When I put the code in (under "Private Void" just because that's where the insertion point started after double clicking it) I am presented with errors. Being a complete noob i have no idea were to go to figure out what I have done wrong.
samr0ss 4 days ago
man i want to download it. from where? please give me the website :)
gold2532 1 week ago
Please, please, please get rid of the cacophony that accompanies the video. It is truly awful.
Tommoandlucysdad 1 month ago
Do you know how to do this in visual studio professional?
Japanesebanzai52 1 month ago
When i try to code the button it comes up with heaps of other stuff...
SuperGrumbly 2 months ago
@SuperGrumbly Can you explain this more clearly? I might be able to help..
VS10Tutorials 1 month ago
@VS10Tutorials Dw i was using c++ then
SuperGrumbly 1 month ago
@VS10Tutorials i am having the same problem. if u look at the Form1 tab after creating the project, you will see that it is named Form1.vb [Design]. in our case, it is named Form1.h. when i try to write Form2.Show(), i get an error saying that i am expected to put ; after this command and if i do, i get 2 more errors. first one says that Form2 was not recognized and the second one says that i must specify Show()'s class / structure / union. i am using VS 2010 Professional.
sorrowscar95 5 days ago
why title is visual studio ......
Florian00007 2 months ago
@Florian00007
First of all, you did not waste 10 minutes of your life, the video is not even 10 minutes long. Man..
Secondly! Visual Studio is like a suite of different programming languages all packed into one program for convenience. Visual Basic is VB.NET which is a common, easy-to-use lower grade programming language.
So the answer is, I am teaching you how to code using VB.NET. The title states Visual Studio because that is the program I am using. Duh.
VS10Tutorials 1 month ago
WT FFFFFFFFFFFFFF I
LOST 10 minute of my LIFEE ...
is this VB OR VS ...
Florian00007 2 months ago
very new to this and thanks for the basic look in to it.
compuclickcouk 3 months ago
@compuclickcouk Your welcome!
VS10Tutorials 1 month ago
That was very helpful for me as a beginner. Great
saifur49 3 months ago
@saifur49 Your welcome!
VS10Tutorials 1 month ago
This was great... more than I learned in my first day of class.
Jay3Lynn 3 months ago
@Jay3Lynn Thanks alot. Glad it was helpful. :)
VS10Tutorials 3 months ago 2
hi, im very new to this programing things, I want to ask for your help, what is the website, to learn it from the beginning? i mean such as from the coding, and others, your help is much appreciate, tq..
TheHadestar 4 months ago
@TheHadestar
There's websites all over the web that can help however the best way to learn is with experimentation, do what i did to learn and jam in some code and see what that does :) tc
VS10Tutorials 4 months ago
кул ) Англичанин слушает русскую песню )
Forge0100 5 months ago
@Forge0100 спасибо ^-^
VS10Tutorials 4 months ago in playlist Basic Tutorials
awsome...thanks worked good!!! :)
lilplayground247 5 months ago
@lilplayground247
Very welcome, im just working on getting a new computer so i can do some more of these tutorials, be sure to check back in a few months :)
VS10Tutorials 4 months ago in playlist Basic Tutorials
Why the stupid loud annoying music???
FiyeroRichmond 5 months ago
@FiyeroRichmond
Just press the freaking mute button dudeeeeeeee.
VS10Tutorials 4 months ago in playlist Basic Tutorials
I used this tutorial to help me with a basic program I'm trying to make. When I type Me.Show into the code window for one of my buttons, it gives me the error "Error 2 Property access must assign to the property or use its value."
What am I doing wrong?
hookonsonic2 5 months ago
@hookonsonic2
You don't want to be trying to run the code me.show from its own window because when your ready to go back to form1 you want to code form2 button to do 'form1.show' If you understand? Thanks
VS10Tutorials 4 months ago in playlist Basic Tutorials
Nice tutorial.. but the music sucks. lol
blasterboyy1 6 months ago
@blasterboyy1
BLASFEMY!! ;D
VS10Tutorials 4 months ago in playlist Basic Tutorials
@VS10Tutorials w00t?
blasterboyy1 4 months ago
@blasterboyy1 Dunno i was feeling pretty random lol.. Though there is a mute button.. When i get a pc sorted and settled down with somewhere else to live then i will get some more tutorials sorted and I'll use better music :D
VS10Tutorials 4 months ago
I was working on 2008 software but nw need to work on 2010 bt dnt knw the procedure n develop forms. want to retrive n update data from database to csharp pls help me sir
ashwini3494 6 months ago
good job but we need more Tutorial plz... keep up the good work
AbdullahAkron 6 months ago
ok, my program (C++ windows 2010 visual) is screwed hardly any of the options are where yours are.... any ideas?
kedwardsTWO 6 months ago
Do yourself a favour and get rid of that terrible music
quantumimage 7 months ago
@quantumimage
there is a mute button.
VS10Tutorials 7 months ago
@quantumimage in 2010, its F5
KumibiztaBaiBai 6 months ago
i agree wit u quantumimage
ann2gr8 5 months ago
I just need a dam shit button code....
FlashZdK 7 months ago
Cool tutorial! Do you know if there's a way to change the Form's properties to have a glass background (Aero glass)?
PoliticalHell 7 months ago
Dude> this helped me alot> really clear and easy to follow> good job :D :D :D
Hagex1 8 months ago
piola tu video (Y) good me encantan las canciones (Y) pasate los nombres XD
999hayser 8 months ago
thank you for this one, good speed and tune
palkotools 9 months ago
Which the name of this musc??
zarakee 1 year ago
how to test???
manjacha1 1 year ago
fucking shit it doesnt work gets me pissed off cuz when i type in show it aint work it basically says wtf is that
SuperRorylewis 1 year ago
@SuperRorylewis ok now figured
SuperRorylewis 1 year ago
I love this song tatu is russian it's awesome
puffnpluky76 1 year ago
hey u should make some more videos u teach good
IBreakYourFace713 1 year ago
fucking spammer ass hole where is the fucking code in the description? dont fucking send mesasge back i am usign my wifes youtube account.
You VB fag where is C++ ????? only faggots use VB you stupid lame noob
GigglingGirI 1 year ago
fucking spammer ass hole where is the fucking code in the description? dont fucking send mesasge back i am usign my wifes youtube account
GigglingGirI 1 year ago
what is the shortcut for testing??
blackcrack5 1 year ago
@blackcrack5
Sorry i don't understand your question.
Jake
VS10Tutorials 1 year ago
@VS10Tutorials you see how you said lets test it?
what did you click/press to have the little window pop up?
blackcrack5 1 year ago
@blackcrack5 I think you mean to compile and launch the apps. Maybe F9, dunno, I,ll answer later.
stevengiguere 1 year ago
@blackcrack5
F5
it's debugging, not testing
manjacha1 1 year ago
@manjacha1 Oh....
I knew that!
:P
THANKS!
blackcrack5 11 months ago
@blackcrack5 F5 ?
Reichiruu 10 months ago
@blackcrack5 run.. its the green arrow on the tool bar
KumibiztaBaiBai 6 months ago
hey, erm when i type in Form2.show() theres an error, i followed your steps and everyhting
Youngone2k9 1 year ago
@Youngone2k9
Hey, not 100% certain as to why your getting an error, however...
Try going through the tutorial from scratch and make sure you are coding with VB.NET and not another programming language.
Hope it helps :)
Jake
VS10Tutorials 1 year ago
Will C++ work with this program? I am interested in Game Developing, that's why I'm asking this.
remus9111 1 year ago
@remus9111
You can code using C++ with Visual Studio yes :)
however this tutorial don't cover C++
Jake
x
VS10Tutorials 1 year ago
what about that stupid music ? I f i like to learn something I don't need such stupid music
tailored1000 1 year ago
@tailored1000
And perhaps you would not hinder everyone else's progress in learning,
and also hinder the fact that i might help your little mind...
And before you say your not little minded, did you know that there is a mute button ;D
if not surely you know you can just unplug your speakers right?
anyway
kthxbai
x
VS10Tutorials 1 year ago
Me. hide? not This. hide? in 2008 i remember that i was like this: this. hide
juncraul 1 year ago
@juncraul
i didn't program back then, haha as if it was this. hide xD
Jake
x
VS10Tutorials 1 year ago
@juncraul
He is using VB.
mkarki2 1 year ago
Thank you ^_^
lisagibbon 1 year ago
@lisagibbon
Welcome :)
VS10Tutorials 1 year ago
@akthm11
Well visual studio houses different languages, think of it as multilingual, its this program that helps to cement the building blocks, however...
Visual studio is a more upgraded version of Visual basic, Visual Basic is a programming language, referred to as VB.NET.
So Visual Studio has its own original language ( VB.NET )
but it also can code using different languages aswell like ( C# C++ CSS etc. )
Hope it helps you understand it more :)
VS10Tutorials 1 year ago
@VS10Tutorials
I don't get it why you say that Visual Studio is an upgraded version of Visual Basic ?
Visual Basic is a programming language & visual studio is an application.
Aslo it isn't written in vb.net but in unmanaged C++.
But anyways keep up the work I guess :P
Mrrobers0n 1 year ago
This has been flagged as spam show
@VS10Tutorials
I don't get it why you say that Visual Studio is an upgraded version of Visual Basic ?
Visual Basic is a programming language & visual studio is an application.
Aslo it isn't written in vb.net but in unmanaged C++.
But anyways keep up the work I guess :P
Mrrobers0n 1 year ago
This has been flagged as spam show
@VS10Tutorials
I don't get it why you say that Visual Studio is an upgraded version of Visual Basic ?
Visual Basic is a programming language & visual studio is an application.
Aslo it isn't written in vb.net but in unmanaged C++.
But anyways keep up the work I guess :P
Mrrobers0n 1 year ago
@akthm11
you can program using c# with visual studio but its a different language, this video dont cover C# sorry :/
Jake x
VS10Tutorials 1 year ago
Nevermind that last comment, I figured out how with the F5 key. Sorry for being rude. xD
kawaiininjakitty 1 year ago
@kawaiininjakitty
its okay hehe :)
i think you need to update your Adobe Flash Player because i did upload it so its 1080p :) i was running an older version of the player and it was poor quality, i updated and then i could use the quality i uploaded with =) i maybe will mention that in future tutorials =)
yeah when i said test it, thats what i meant i think, or i just forgot i have few memory problems haha sorry :/
either way i hope it hepled :/
no one else had issues :( :(
thanks
Jake x
VS10Tutorials 1 year ago
1. Bad quality, couldn't see anything so I had to keep switching from fullscreen.
2. When you said "Let's test it" You didn't do anything, and the program popped up, I tried to figure out how to test it, and it just "debugged" it.
Thanks for the try though...;/
kawaiininjakitty 1 year ago
my first visual studio tutorial, thank you sir!
diggable 1 year ago
@diggable
Your welcome :)
VS10Tutorials 1 year ago
Thanks buddy worked a dream !!
CoD4Heaven 1 year ago
I like the song
hossam1011 1 year ago
@hossam1011
Thanks TaTu are awesome :D
VS10Tutorials 1 year ago
@VS10Tutorials would u mind if i sent u msgs to help me in C++ codes?
hossam1011 1 year ago
@hossam1011
Nope i don't mind, i might take a little a day or so to reply, since ill be learning C++ from scratch xD but im a good learner
VS10Tutorials 1 year ago
great vid, still looking for more stuff from you on visual studio. thanks
back4more420 1 year ago
@back4more420
Hey, i have had a few problems with my computer which i used to code with, so im waiting for a new one to arrive shortly, i will then get back in with coding tutorials :)
Thanks
VS10Tutorials 1 year ago
Really liked this video, thanks!
I'd like to see a tutorial for the youtube search prorgam you created on your website if you have time.
plushluxy 1 year ago
@plushluxy
I will make a quick video for you about this program, Just waiting for a new computer to arrive since my old one broke, hopefully the harddrive is still working! or i will lose all my projects haha xD lol
VS10Tutorials 1 year ago
Wow, Thanks Mate, i will follow your tutorials :D, Keep Contributing!
TheDarkLurker 1 year ago
@TheDarkLurker
No problem!
Thanks for watching and subscribing, i will start on some more tutorials ^.^
VS10Tutorials 1 year ago