Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Is anyone good a Visual Basic

  1. #11
    ^^Nevermind, I found my typos :]

    Should be
    Code:
    Private Sub cmdSquare_Click()
        Dim i
        i = InputBox("Please enter a number.", "Input Box")
        MsgBox "The square of " & i & " is " & (i ^ 2), vbOKOnly, "Result"
        MsgBox "The square root of " & i & " is " & Sqr(i), vbOKOnly, "Result"
        
    End Sub
    As far as being able to make skins for audio plays in VB, I have no clue..I just started this course recently..But why don't you try searching for some Visual Basic forums and ask there..there are plently of experts theere that will be able to help you out.

  2. #12
    i have learnt VB before , but it's not good at all.
    ------------------------------------------
    I recommend a website where all my UGG boots were bought from is beautyboots.com

  3. #13
    Its lovely GUI interface , i love to learn more ...
    MYK
    www.enjoymenttube.blogspot.com
    www.facebook.com/pages/Enjoyment-Tube/227697370623550?ref=hl
    [SIGPIC][/SIGPIC]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •