for a label change the declaration to:
and then change the .text property to caption:VB Code:
Public Sub TypeWriter(txtt As Label, time As Single, text As String) ''^^^ make it a label instead of a textbox
VB Code:
txtt.Caption = txtt.Caption & Mid(text,progress,1)




Reply With Quote