15. Shuffle Game - Tutorial VB 2010

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,061
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 14, 2010

How to make a simple Shuffle Game

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (itsaji)

  • @itsaji

    Dear itsaji,

    I am trying to make credit-calculator and for the other formula i do not have any problem, but how do i make a formula for "%" (percentage)???.

    I mean for a e.g 1000€ + 5,6% / 12months!!! Or 1000€ / 12Months + 5,6%!!! something like that

    Thanks

  • @MrBejta

    Eg: 15 % on 1500 € for 2 year

    Formula for Simple Interest = Principal × Rate × Time

    P = 1500

    R = 15

    T = 2

    Interest = ((P * R)/100) *T

    Total = P + Interest

  • @itsaji Thanks for your answer! But i think i did not made mayseft clear I am trying to say like: e.g. Textbox3.Text = Val(Textbox2.text + Val(Textbox1.Text)) Textbox1 = Amount (1000) Textbox2 = Percentage (4,5%) Textbox3 = Rate (12m) Label1.Text = Result: 87,08 (Calculated monthly rate) And i tried to do so:TextBox3.Text = Val(TextBox3.Text + Val(TextBox2.Text / Val(TextBox1))) Or is there a fomula to declare a percentage?: e.g. Dim Percent As "?" Thanks P.S. Please tell all posobilities!!
  • @MrBejta There is No straight function in VB to find Percentage. Try this : Dim Amt, P, R, T, I as Double P = val(Textbox1.Text) R = val(Textbox2.Text) T = val(Textbox3.Text) I = (P*R)/100 *T Amt = P + I Label1.Text = “Interest :” & I Label2.Text = “Total :” & Amt
  • goot tut, but can you tell me the musik name of this video ??!!

    MFG DerKaptain1

  • @DerKaptain1

    I don't have any info on the music .. I picked it from some old .. random music files.

see all

All Comments (21)

Sign In or Sign Up now to post a comment!
  • great...Love it love it love it

  • @AndersCookingShow and do so you can copy paste cod. Ho want to write all

  • Hey, Why can you not show all number!

  • These are very useful thank you,

    Could you possibly do a bit on visual basics' mobile app maker?

  • Great vid, really helpful

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more