IS it possible to develop a common component in
Java as being used through Microsoft products?
1. I have a text file (saila.txt) which contains some document in "lowercase".
2. When I open a
Word application and select the file (saila.txt), I want to view the contents of the text file (saila.txt) to be in "UPPERCASE".
3. I want to create a component that will do the conversion from lowercase to UPPERCASE just before the file content is loaded.
Is this possible?