G
Guest
Is there a way to convert a richt text box to a textbox? My code lloks like this
Dim txtBox as System.Windows.Forms.TextBo
dim richTxtBox as System.Windows.Forms.RichTextBo
txtBox=ctype(richTxtBox,System.Windows.Forms.TextBox
I get an error message: An unhandled expression of type System.InvalidCastException
Additional Information: Specified cast is not vali
I know this tells me that i can't convert it to a textbox but is there a workaround for this one
Thanks
Dim txtBox as System.Windows.Forms.TextBo
dim richTxtBox as System.Windows.Forms.RichTextBo
txtBox=ctype(richTxtBox,System.Windows.Forms.TextBox
I get an error message: An unhandled expression of type System.InvalidCastException
Additional Information: Specified cast is not vali
I know this tells me that i can't convert it to a textbox but is there a workaround for this one
Thanks