Hi all,
I want to add to a textbox without deleting what is allready there
for example :
CmdClick_1
text1.text = "first"
CmdClick_2
text1.text = "second"
so if you clicked CmdClick_1 and then CmdClick_2 the Textbox
would say firstsecond.
VB6.
Thanks in advanced.
Gobble.
I want to add to a textbox without deleting what is allready there
for example :
CmdClick_1
text1.text = "first"
CmdClick_2
text1.text = "second"
so if you clicked CmdClick_1 and then CmdClick_2 the Textbox
would say firstsecond.
VB6.
Thanks in advanced.
Gobble.
Comment