Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accidentally deleted an IDD_DIALOG, how to restore it?

Status
Not open for further replies.

sedawk

Programmer
Feb 5, 2002
247
US
Hi,

I accidentally deleted an IDD_DIALOG resource from my project. When I tried to use "Insert"--> "resource" to restore it back, I couldn't see that dialog ID, i.e., IDD_DIALOG.

Anybody knows how to restore it back to my project?

Thanks.
 
You don't.

You make it again from scratch.

However, if you wrote code that powers the dialog, as long as you give the dialog and its controls the same IDs as they had before, the code should still work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top