I am making a word processor in Microsoft Visual C++ 2008 express edition and I am trying to make a bold button that only makes the text after what has already been written bold. The closest I have gotten is to make the entire document bold when the button is pressed, but that would be useless. Any help would be appreciated thanks^^