here

i alrdy started to crawl

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim n As String
        n = "Error"
        Dim z As String
        z = "Click Fix"
        Console.Beep()
        MsgBox(CStr(n))
        MsgBox(CStr(z))


    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Console.Beep()
        MsgBox("Error")
        MsgBox("Click Fix error")

    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        Console.Beep()
        MsgBox("HAHAHA I tricked you, there are no errors")
        MsgBox("I just wasted your time so enjoy")
        MsgBox("Here are a few more beeps, ENJOY!")
        Console.Beep()
     
    End Sub
its nothing big but its a start, now i want to learn more. any ideas or hints u guys could give me

ps srry for makeing a new thread press wrong key



Answer this question

here

  • MovnOn

    These forums are not for 'ideas and hints'. There's really nothing much I can suggest at this point except that instead of playing in the IDE, you should write some console applications and learn the actual language. Go buy the book, write some code, post here when you have questions to ask, not when you want 'hints and tips'. Rather, use google to find one of the plethora of VB sites which will offer that sort of thing.

    But certainly, you need to learn the language via console type apps before you start playing with windows ones.



  • Peter Moore

     

    What I hear the honored cgraus saying is several things.

    Specific questions will be addressed. We are a community here to help people and there's not doubt about that. We also remember that often people jobs are on the line. They can be stuck and frantic and the people here who are resources work hard.

    Certainly one can learn here. The primary mission is to solve people's problems. Sometimes we are a resource for ideas and hints. But we aren't here to critque fun learning projects.



  • here