
A desirable feature of a word processing application is to change the case of a word, sentence or entire document.
This sample application shows you how to implement the different cases known from Microsoft Word using TX Text Control ActiveX.
We are going to implement the following case changes:
In Visual Basic, the functionsLCaseandUCaseoffer the functionality to change the case of characters.
Please take a look at this sample application (complete with downloadable source code), to see how easily this 'change case' feature can be implemented in TX Text Control.