votes
How do I make font uppercase or lowercase is Visual C# .NET?
So I'm trying to make a selected amount of text (in a rich text box) go uppercase or go lower case, when that option is clicked in a contextmenu. Here's the code I'm trying to use: [code]private void toUPPERCASEToolStripMenuItem_Click ...
