im not asking for someone to do it for me im just asking if some could help me understant it a little better.
im supposed to do this
THANK YOU
Declare a form-level variable named strLetterGuessed as type String.
Add code to the btnGuessL_Click event procedure to set the value of strLetterGuessed to the value in txtLetter.
this is my code so far
Public Class frmMain Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click Close() End Sub Private Sub btnNew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNew.Click lblWord.Text = "????????????" End Sub Private Sub btnGuessL_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGuessL.Click End Sub Private Sub btnGuessW_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGuessW.Click End Sub Private Sub btnSolve_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSolve.Click lblWord.Text = "BASSETT HOUND" End Sub Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub End Class


Sign In
Create Account

Back to top









