J
Just Me
I can't seem to get the one-line equivalent of this:
Dim tmp() As Integer = {100}
HistoryRichTextBox.SelectionTabs = tmp
This is a VB6 conversion. Is that still the way to do it?
Mid(aHistoryRichTextBox.Text, lLpCnt, 1) <> vbCr
So much has changed!
Thanks
Dim tmp() As Integer = {100}
HistoryRichTextBox.SelectionTabs = tmp
This is a VB6 conversion. Is that still the way to do it?
Mid(aHistoryRichTextBox.Text, lLpCnt, 1) <> vbCr
So much has changed!
Thanks