Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a dialog box using the resource editor. In Visual C++ 2005 there was a way to view and manage resource ID's. In 2010 I can't find the Dialogs ID. Which is making it impossible to use the DialogBox() function...
Posted

In visual studio you have "Resource View" window.
There you will .rc files.

Open you dialog box .rc file.
Watch the properties..
 
Share this answer
 
As already suggested by Debojyoti Majumder, you may open the Resource View Window:
Select the View->Other Windows->Resource View menu item (or just use the shortcut CTRL+SHIFT+E).
In the Resource View window expand nodes until you find the intended dialog.
 
Share this answer
 
Comments
drkwlf 27-Mar-11 0:53am    
Thank you both for the help... I was using the Express Edition which didnt have the Resource View Menu Item but I went back to Visual Studio 2005
CPallini 27-Mar-11 5:51am    
You may edit 'manually' the .rc file with Visual Studio 2010 Express.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900