Hi, Im using keyboard hook to get a key you push down, and when that key is up it adds the key as button1.text so if I push A button1.text = A what I am have trouble with is getting it to after Ive changed it to A add a + then the next button you push gets added in so

button1.text = "push to bind"
on button push
keyboardhook1.install
and on key press, it changes e.g
push a text of button = A

how can I make it so it getse like A and then I push another button and it gets that button too,

Ive been trying with 3 timers and 2 labels, but that doesnt seem to be working(1 timer is enabled if label1.text changes it disbles then enabled timer and the net key goes to label2.text, and button1.text = label1.text & label2.text)


thankyou