code exer1 prilem

Public Class Form1

Private Sub btnmname_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnmname.Click

txtmname.Text = txtfname.Text & ” ” & txtlname.Text

txtmname1.Text = txtfname1.Text & ” ” & txtlname1.Text

End Sub

Private Sub btntwinner_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btntwinner.Click

txtwinner.Text = txtmname.Text

End Sub
End Class

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.