for some reason it wont highlight the selected text on some cases:
txb.SelectionStart = 0
txb.SelectionLength = txb.TextLength
this is what i use, and if for ex a msgbox is displayed right before this it will highlight the text, but if not it wont. is there any way to highlight text, im sure there is.
thanks
txb.SelectionStart = 0
txb.SelectionLength = txb.TextLength
this is what i use, and if for ex a msgbox is displayed right before this it will highlight the text, but if not it wont. is there any way to highlight text, im sure there is.
thanks