Hi All Does anyone have any good references for regex in .NET. Online, pdf, or hard copy. Cheers JB:) Not Bitter, Just Twisted
J
Johnnny
@Johnnny
Posts
-
Regular Expressions -
Rich Text BoxHi All I am having propblems moving from the vb6 version Rich Text Box (RTB) to the .NET one. 1. The .NET version RTB seems to have stripped a lot of the properties and moved them to the font property. This is a problem when you have multiple fonts selected and can no longer access these previous properties independently. The properties are: * SelSize (The font size of the selection) * SelBold (Whether the selection is bold or not) * SelItali (Whether the selection is italic or not) I can retrieve these properties by regexing the actual Rich Text but I would have thought there was an easier way.:( TIA JB Not Bitter, Just Twisted