NJ FREE POKER POKER, Free WSOP Poker Seat, Free Wpt Poker Seat
NJ FREE POKER, Where Player Win Free WSOP Poker Seat, Free Wpt Poker Seat

BlackJack Card Counter VB.NET 2008 TUT2


Video Description:  Owww hey yas caught me just having a few hand of blackjack.
Unfortunately I'm getting my ass handed to me once again its a pity that my brain ant quick enough to count cards..
Mm then again my computer is thou so how about we make up a small program to help do it for us
So 1st thing we need to do is load up vb.net and select new project
Then were going to need 3 buttons
Then were going to change the caption on the 1st button by selecting text in the properties menu and typing in ace king queen jack ten.
And you can move these around in any order or pattern that you like best like so
Then lets change the caption in the second button to 2 3 4 5 6
Mmm ok let just put more of a gap in that caption fill out the button front some more.
Ok that's good now the 3 button lets put in 7 8 9.
Ok now lets just swop these over
Now we need a label and lets use the text aline function to centre it and then change the text to 0.
Now lets make another label this time just by copying and pasting so we don't have to do everything again from scratch and then we will just delete the 0.
Ok let do out counting code really simple this is
Just double click the button and inside of it right
label1.text = label1.text +1
Then in out 2nd button we don't really need to right anything but because this is so simple we will anyway,, just copy and past our above line in ad change it from +1 to + 0
And then our 3rd button we past that again and change the + to a minis
Okays well now I'm going to make the label say something when our count is at a certain level so lets make a timer and in it put
Iflabel 1 . text = lets say -4 then label2 . text =Hit big baby
Mmm ok lets change that to something more sensible I guess how about bet big now.
And we make sure we put our quotation marks in this time
We didnt use quotation marks in the other labels because if we said label1.text = label1. Text + 1 in quotation marks then ever time we hit the button we would get 11111111 instead of it adding the count
Ok let run our code,,,
Mm well as u see our 2nd label text isn't showing up any one gess why..
Yerp spot on we didn't turn the timer on.
So we need the timer to run when the program is 1st started so we want the turn on code in form load
One way of doing this is just to click on a blank part of the form an then we type in
Timer1 . enabled = true
And then timer 1 . interval = 1
Now lets run it again
Ok well that works but its not going back off once it comes back on so what can we do ?
Your prob thinking we need to right something like if the count is greater then what ever shut ot down
Or if the count = 1 2 3 4 5 6 then do this and that but we don't need to go thou that much trouble
All we need to right is
If label 1 . text = - 2 then label2 . text = quotation quotation
That is simple hey
Ok so let run the program and have a look.
Great,, so there ya have it les then 5 minutes and we have a usefully application
Making handy little things that u can actuary use is great you don't need to spend 6 months making something for it to be usefully for yourself.
Well this is the point in time were I tell you that the source code for this project is available for download on my site as well most of the tutorials I do,also my own version of this program that has a lot more on it then what I have here, all the tutorial videos that I make heaps of cool free programs and best of all help forums were u can jump in and ask for help with any coding prob you may be stuck will that's all at gymjunnky dot com



Uploaded by: Gymjunnky  *** See more videos uploaded by Gymjunnky  ***

Related Videos
Top 10 Card Counting Mistakes in "21" The MovieBlackjack How To Win Secrets Techniques 21 Card Counting TipBlackjack Visual Basic
top-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.html
LEARN VB.NET 2008 L2 TRICKS WITH MES BOXES & VARIABLE TEXT Card Counting - The Definitive Blackjack CourseHow to Count Cards using Hi-Lo
top-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.html
LEARN TO PROGRAM IN VB.NET 2008 LESSEN1 CURRENT TIME ON FORMAn Intro To Card Counting At BlackjackVB6 & VB.NET COOL SLIDING FORM TRICK TUTORIAL
top-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.html
How to Count Cards in Blackjack with Hi-Lo SystemVB Count ClicksWatch 21 clip "The Language of Counting"
top-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.htmltop-10-card-counting-mistakes-in-21-the-movie.html


Share This Video:    StumbleUpon      del.icio.us      Reddit      digg      Furl      Spurl      Simpy       YahooMyWeb


Comments for this video: Show || Hide
Comments for this video on YouTube
"My version of this ... ( 8 months ago by AeonHack)
"My version of this program" Its gonna play "I Am Legend" the movie as a background if you enter a secret pass code when the timer has ticked 723 times and you have added to the label1.text 10 times.
Array ( 8 months ago by petze08)
nice man
keep up the good work
is it possible to ... ( 8 months ago by conorsteel)
is it possible to open vb 2005 projects in vb 2008
???
Im not 100% on that ... ( 8 months ago by Gymjunnky)
Im not 100% on that i know u can open 2005 with 2008 as far as i know the coding is allmost identical. you can download 2008 for free and legel if you want to work with it instead
nice program.. but ... ( 7 months ago by theblackone2006)
nice program.. but isnt the arithmetic the wrong way around? like shouldnt the '2-3-4-5-6' have a +1 count? and the ace-king -1 count?
but it still works good stuff mate
Why does your ... ( 6 months ago by cjmproduction)
Why does your software say "visual studio" i downloades express vb 2008 and it says "visual basics"
Download visual ... ( 6 months ago by spybouncer6)
Download visual basic 2008 is free but Visual Basic 6 is also good for some other things and you can make this in Vb6 but different components, try
Its nice man... It ... ( 5 months ago by deckorg)
Its nice man... It would be nice to codify everything so it converts the count to a real count. diving by the remaining card. ( depending if you use the deck deck. half deckd, decimal decks, etc or even the exact number of cards) :P that would be like a god playing blackjack :P
yeah man, i think ... ( 5 months ago by 360fansite)
yeah man, i think ur right
yes ( 5 months ago by JensProject)
yes
Yeah i also thought ... ( 4 months ago by alarmcentra)
Yeah i also thought that!
I want the label1 ... ( 2 months ago by Pvsmuntje)
I want the label1 to be - 0,5, how can I do that? Thanks!
Conversion from ... ( 1 week ago by mrlundt)
Conversion from string "" to type 'Double' is not valid.




URL 
Embed Code