View Single Post
  #12  
Old 05-31-2004, 07:45 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

this program has done in visual basic,so yes,you can .You can code it easily with some code knowledge,for example,if you click in a command,put this:

text1.text= text1.text & "hey"

that will add the word "Hey" to the text1.
I hope it helps,good luck
Reply With Quote