[RESOLVED] Visual Studio IDE Help
I have written a code and now i am facing a problem.I want to change the name "Textbox" to "Richtextbox" in my entire code.But since i need to change a lot,i cant do it manually.I had seen earlier that this can be done by some shortcut keys(which bring up the replace dialog) but unfortunately i cant get it.
Please help
Re: Visual Studio IDE Help
If it is the name of a control, just change it in the Properties window.
If it is the name of a variable/parameter/etc, right-click on it and select "Rename".
Re: Visual Studio IDE Help