_CM
Respected Member
hehe that was just BUT if he releases it to the public , he should at least make it userfriendly
i mean, who needs a program that simply writes the tags with a text that you cant specify (include a textbox where you can type in the text you wanna use)
plus, if you add a new command, the label of the new button stays blank
or something like that
change it and I may be using it
i mean, who needs a program that simply writes the tags with a text that you cant specify (include a textbox where you can type in the text you wanna use)
plus, if you add a new command, the label of the new button stays blank
Code:
Private Sub Command1_Click()
'Example
Button1.Caption = Form1.Text1.Text
End Sub
change it and I may be using it