how do i insert [enter] key in the tabpage.text. in button and label i do this...
to be passed to the text property. it won't work with tabpage.text. how do i do [enter key] insertion? thanx...VB Code:
"my text is" & Constants.vbCrLf & _ "in multiline" & Constants.vbCrLf & _ "form"




Reply With Quote