Added: 3 years ago
From: environmentalnerd53
Views: 91,219
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (203)

Sign In or Sign Up now to post a comment!
  • It works!!

  • finaly i done it thanks man

  • damn you have the code in the discription i wrote all that stuff and now i saw the code here -_- i have some problems with the New Game button

  • where is the code for button 2?

  • @hamstertjes12345

    I have a code which is written by me:

    Label3.Visible = False TextBox1.Enabled = True Button1.Enabled = True Label1.Text = 0 RadioButton1.Checked = False RadioButton2.Checked = False RadioButton3.Checked = False  TextBox1.Text = 0 End Sub

  • Thanksss !!!:)

  • I have it working. I even modified my game to where it talks. But... I had to type the code for play again which was unpleasent...

  • It worked great! Thanks =)

  • My names not YouTube

    Ps i know what you mean

  • Very good video and very helpful, a voice-over would make it better though.

  • OMG!! thx!! it's worked great!!

  • no music

  • Omg this is the first tutorial i have found that accualy gives me the code and for that i thank you Thumbs up keep up the good Work!

  • bad why u don't show us all the page

  • Thanks to show what are you doing...

    but you need

  • lol sterio type

  • Why don't you talk or write down what you do I don't understand the language of silence.

  • i have a bunch of errors

  • Code for 2Button:

    Label1.Text = "0"  Label1.Visible = False Label2.Visible = False Label3.Visible = False Button1.Enabled = True TextBox1.Enabled = True TextBox1.Text = "" See my tutorial on my channel Pt(BR)

  • thank you SO MUCH!!

  • i dont see what you wrote for Button2, the one that refreshes the game.

  • LOSER

  • @dbzntct yes...but vb6 is old...

  • @marcky89869 yeah but i tried to download vb.net but it failed

  • @dbzntct try download visual basic express. Not visual studio ;)

  • @marcky89869 thanx i'll try

  • thanks men you helped so..

    thanks..

    give me three!!

  • nice vid.

    but seriously. DO NOT say : "today i will be showing you...". because we know that. We clicked on the video and it has a title so just for the future. dont. its not nessecary and it wastes time.

    bye

  • 3 3 3 3 3 ...!!

    hhhhh.... fine game

    thinks .

  • this sucks lmao, gay game, who cant make that :o

  • hahahah 3!!!!!!!!!!

  • @clockdud556 Do you have eyes??????????

  • Please rename this video "Watch me clip and drag, and then highlight code."

  • most rubbish tutorial ever

    It does not say what to do

    u just spend 5 mins randomly mousing over the code

  • thanq thanq thanq you just got me a+ in computers very big huge thanq

  • I dont get it

  • try using select case. e.g.

    dim i as integer

    select case i

    case 1

    msgbox("1")

    case 2

    msgbox("2")

    case 3

    msgbox("3")

    end select

  • che cagata .-.

  • Code doesn't work dude ur useless LOL.

  • it is good but too short and some times sound is not clear

  • For The New Game Button to work, Double Click it.

    And Use this code:Label1.Text = (0) Label1.Visible = False Label2.Visible = False Label3.Visible = False Button1.Enabled = True

     TextBox1.Enabled = True TextBox1.Text = ""

  • ROFL!!! 3!!!!!!!!!!

  • use Randomize() when form loads or even better everytime you press Go. Because each time you start the game , everytime you use the random function those rondom generated numbers are generated in same order. like 3,1,2. then when you restart the game and those numbers will be 3,1,2 again. if you use Randomize() they wont be 3,1,2 but mby something like 1,3,3,1. ;) in two words - Randomize() makes your random generated numbers more random :D

  • Thanks for the game it is fun

  • thx very much...

  • My New Game Button Doesn't Work!

  • NVM

  • Nice ....

    Thx It Works ♥♥♥

  • thx very much...

  • @TPDPranks i agree i have worked with vb 2008 for like a year and i have got so much down ! in like 2 days i was overfloing with information! :]

    and batch files that like 2nd grade work and if you cant do that! then why even onw a computer so XgamecrazyX100 i would through away upir computer right now and go back to paper and pencil

    if you cant do that try some chalk ! if not that then you should be in a straight jacket!!

  • @adampostjr Ok so i was getting pissed off because I just had started the program and had seen like 100 videos of people just showing their game and I DID get like 5 games done on my own in like 2 days and i HAVE created batch files that can basicly destroy a whole computer and i was just saying he should show everything or else it's not much of a tutorial AND (damn lots of ands) I have even created games on the XBL marketplace

  • did it ever occur to you people watch random videos? just because they can?. i just got drag into this video from clicking 30 links in the related videos box. also its a tutorial, hes supposed to show you how to make/do something. not explain it.a cook can show you how to bake a cake. but he wont explain what each ingredient does. because you should already know that :). good day to you sir.

  • Ya maby but if you make a tut you still SHOW every thing you DO. or else its kinda just showing off.

  • hey this is nice and all but i want to add background music to make it better anyone know how i can do this?

  • Thank You! 5*

    And ,,Aboniert,, xD

  • I don t understand why did you in 3:50

  • lol u cant have easy, medium and hard in a game like this! xD

  • lol cute...

  • can some1 plz help me i wanta make a code like this --EXAMPLE-- Textbox1.text = " This Code = "True" "

  • TextBox1.Text = Int(Rnd() * 1)

    Select Case TextBox1.Text

    Case 0

    TextBox1.Text = "enter your code here"

    End Select

  • @ProHackingTeam hmm i got a error im usn 2008 sayn that case is not declared and statement label arnt vaild between select case & first case thz btw

  • This is the coding for the "New Game" button (button2): Label1.Text = "?" TextBox1.Enabled = True Button1.Enabled = True TextBox1.Text = ""

  • Its something wrong with the "New Game" button ;s

  • I have an older version of visual basic and need to know the rest of (button1_click(byval......) anyone know the rest.?

  • (ByVal sender As System.Object, ByVal e As System.EventArgs)

  • xD just 3 ^^

  • Why don't you use a microphone anymore? But still love your vids! Subscribed!

  • Thanks! I rated 5 Stars.

  • n1 copy&pate NOOB

  • what is the code for the new game-button?

  • The Label#.Visible statements aren't necessary. It would still work the same way if you just removed that code.

  • 76|79|76|76|76|76|79|79|91|76|­79|79|76|79|79|79|79|91|76|79|­79|76|79|79|79|79|91|76|79|79|­76|79|79|76|76|91|76|76|79|76|­76|76|76|76|91|76|79|79|76|79|­79|76|79|91|76|79|79|76|76|76|­76|79|91|76|79|79|76|79|79|79|­76|91|76|76|79|76|76|76|76|79| (that is a encrypted message)

  • that is not the programming laungich...

    a real programming launghich uses characters 1 and 0 only!

    so the message could be : 000100000001000001 if anyone knows how to make it reply to me please.

  • Gawd you don't know a shit. Every computer language uses 0's and 1's. it's called the DUALSYSTEM. Don't you know what the point of compiling is? It 'translates' the programming language you use into the dual system. An example: 10110010 in the dualsystem stands for 177 in decimal system.

  • you forgot something.. For leters it must be 8bits

  • 8 bits are 1 byte. Every digit/letter uses 8bits in the dual system.

  • yep

  • well really it's called binary or base 2, which both mean about the same as dualsystem, but nobody ever calls it that, and if someone is uninformed of one thing, don't get mad.

  • actually a compiler translates your source code into object code then the linker links all of the obj files together and spits out an executable file which is the end result of the source code you wrote basically the obj code is basically the assembly language common to the OS your using then the assembler translates the obj code into the low level machine code which is the 0's and 1's this process is called the CLR or Common Language Runtime

  • Ok.

  • yep

  • Well then..

  • lol

  • but it will repeat the same number as the difficulty choice?

    i mean if 3 was the correct number in easy option, it wont change right?

  • What software do you use to record your video?

  • i added this as an easter egg in my program

  • 3... lol

  • I can make a way better version of this by simply having the number generated withing a certain percentage of the input number. It's okay I guess but can use a lot of work.

  • whats the new game code? cuz its not working...

  • lolz it's psducode or whatever o-o

  • THANKS!!! =)

  • great little game builder, my 4 year old loves playing it

  • lool

  • "great little game builder, my 4 year old loves playing it" and Microsoft Visual Basic are in no way related to each other. Learn your maths.

  • Comment removed

  • it works....

  • Not working

  • Is visual basic better than flash 8 pro?

  • dunno

  • Flash 8 sucks if you compare it to Visual Basic 2008 because VB got ALOT more APIs than Flash. You can pretty much make anything with VB, but if you want full functonality within programming i suggest you use C++, C# or C ^^

  • this is nice but how to export it and play from our desktop?

  • Go to the Menu Create -> Create XXX.exe.

    The Executable is in the Projects Sub-Folder bin\Release.

    Copy it to your Desktop and here you go.

  • you have to make an exe by building it, and then clicking saveall. then go to the folder and click the folder release and drag the exe out to yur desktop. you can do this with any program you make. glad if i could help.

  • i tried a few things but at the end it install the thing i made like if it was a cd or a software. i just wanna click on it and make it work without installing it would be nice so i could put this on my website

  • Oh.

  • Just go to your project folder, open bin, debug, and then copy the EXE to your desktop or where ever. Then distribute at will.

    You cannot embed EXEs directly into your website. Try Flash, Shockwave, or Java for that.

  • i´m at debugging but when i tip a number and then i click "easy" and then go then the window is closing automaticily..

    What the fuck is that??

  • You have to look the code to fix it..

  • maybe there's something wrong with the code???

  • This is not a tutorial, it's giving away code.

  • obviously you don't know what tutorial is.If he's showing you how to do it,then its a tutorial.Not giving away code.

  • He doesn't explain what the code means. thats giving away code.

  • It doesn't matter if he's not explaining what the code means,as long as he showing you what to do and how to do it.

  • Oh, so after watching this video you can make your own unique game?

  • i guess you're too stupid to know what a tutorial is.

    If he's showing you how to do something specific,then it's a tutorial.if he's showing you how to do it and what to do,then its a fuckin tutorial!

  • From a tutorial you can LEARN, right? Did you LEARN anything from this 'tutorial' then?

  • Yes i did learn something.I learned how to make a simple game in visual basic 2008.

  • Ok, make your own simple game now. Without using Ctrl+C and Ctrl+V or typing over the code.

  • how can you make it so that you get more than one guess. Me & my friends are quite frustrated that you can only guess once. thanks

  • Ok, For people with some problems with the "New Game" button, here if a VERY easy fix!

    Make a second form(Form2) and make it the EXACT same way as Form1. Then, double click the new game button and paste this code in:

    Me.Close()

    Form1.Show()

    and in Form 1, do the same, but do this:

    Me.Close()

    Form2.Show()

    And there you have it! It worked VERY well!

  • Application.Restart() works better

  • if you have service pack 1 and download it again and install it what happens? (for vista)

  • mine always say "you lose!!"

  • that's not hard to do mate...

  • thats not the program thats you

  • Nice job

  • there are some mistakes when you press the new game button, but i fixed them.:)

  • help :S why do i get this and how do i make the .exe for it? here's the error

    Unable to start program 'C:\Documents and Settings\Administrator\Desktop­\Guess me\Debug\Guess me.exe'.

    The system cannot find the file specified.

  • The only way you can is with Visual Basic 6.0 Portable Edition. In Visual Basic 2008 Express Edition you can "Publish Project". You go to "Build>>Publish _____" And when you save it, click it and it would say "Would you like to install?" and you can select "Install" or "Not Install". Then the program will do what the coding said in VB2008. Visual Basic 6.0 has different coding. So, you will have to find a different video tutorial.

  • Click the button -_-

  • nice

  • guess the number, hehe i would punch my fist in the keyboard all day :D

  • thankx it works great

    love it :D

  • thanks alot :D this was working fine :)

  • How the fuck do u guys that shit? can u make a hacker program for games? :p

  • lolz

  • Ye You can

  • would, but u cussed :O!

  • It works :) THANKS ALOT :)

  • thats so dumb i mean if anybody played this game one one easy and once on medium and once on hard he will always win next time it doesnt change numbers

  • I was wondering what screen capture program u use if you can tell me pm me or if any body can tell me wha he uses then just pm me i get on every day thanx

  • BSR screen recorder 4 is good. But I don't know what he uses.

  • how do u change the font of the 0 plz i need help.

  • Properties: Font>Size

  • solution new game type by button2 TextBox1.Enabled = True Button1.Enabled = True

  • sry I was gonna Giv it a 5 But I wasn't paying attention and gave it a 1 D:|

  • U ASSHOLE!!! jk lol

  • Don't worry Up to 35 people Rated five.... so if you rate 1 he doesn't worry!

  • I rerated it and made it a 5 ^_^

  • When I click "New Game" it dosn't work

  • Hehehe Nice Good Job !!!! Love the video looks very helpfull!!

  • Nice and.... 3 IS THE MAGIC NUMBER :P

  • wich programe do you screen with?

    Vilket program använder du när du filmar?

  • camstudio tror ja

  • when the time is a whole our, i mean 2.00 or 4.00 or something, then the number will be the same for a second or 20

  • I made a "Catch the Number" application that was built in to my basic chatbot. It Used a timer to keep the numbers going, because when i tried to use a Do loop (couldn't use a while loop because (i believe) VB Doesn't have a "Is not equal to" Function.

  • I'm Watching You Faggot.

  • He changed the style of the label...

  • No, he changed the Border Style to 3D

  • WHAT SONG WAS THAT IN DA BACKROUND????

  • Dragonforce - through the fire and flames

  • ain't working i dunno nothing just copy w/ he said

  • read that sentence. should answer your question

  • u now sumthin u r right

    now my question is answered holy shit

  • lol sarcasm ftw. just write it in yo self, dnt copy and paste

  • ur right i dnt think that sorr and thnx!Ill try ir right now thnx again!!!

  • that was freakin hillaruose

  • lool.. it always sais *3* -.- you think, that's a game? lol

  • it doesn't always say 3 lol, its just cuz its on easy, the random number generator has to choose between 1-5 so it likes 3 most of teh time lol

  • Um.. I have a question how do you make the program .exe .... ty.

  • go on the BUILD menu and click PUBLISH

  • ive noticed that about 50-60% of the vidual basic tutorials are made by aussies.. and im not making fun of them, just saying they know there programming :)

  • we sure do.

  • lol, that cool, AUSSIE RULZ lol xD

  • ill say yes 2 that

  • i cant get out the discription read what u have by Go plz set in comments or private mail

    You rock ^^

  • u rock

  • Thanks this helped! but what is the range? and i don't see the difference between easy medium and hard