Yo lo haria asi, pero podes hacerlo de otras maneras tambien.
Pones 2 botones, el Command1 seria la q y el Command2 seria la w.
Agregas el un textbox, por defecto Text1 y pones esto:
Private Sub Command1_Click()
Text1.Text = Text1.Text + "Q"
End Sub
Private Sub Command2_Click()
Text1.Text = Text1.Text + "W"
End Sub
Saludos...
Pones 2 botones, el Command1 seria la q y el Command2 seria la w.
Agregas el un textbox, por defecto Text1 y pones esto:
Private Sub Command1_Click()
Text1.Text = Text1.Text + "Q"
End Sub
Private Sub Command2_Click()
Text1.Text = Text1.Text + "W"
End Sub
Saludos...