Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename a resource in Visual Studio?

Okay, I've never done win32 programming before, and I have a question that seems fairly stupid..

enter image description here

How do I rename IDR_MENU1 to, for example, IDR_MAIN_MENU? I tried everything couldn't find a way.

like image 835
Thomas Bonini Avatar asked Feb 28 '11 02:02

Thomas Bonini


1 Answers

This is from 2011, but I didn't see a good answer.

Here is one easy way to rename IDR_MENU1 to another name. Select IDR_MENU1, then hit ALT + ENTER. This will show the 'Properties' window. Here you can rename IDR_MENU1 under 'Id'.

like image 87
Dave D. Avatar answered Oct 04 '22 18:10

Dave D.