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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

import/copy a dialog box

Status
Not open for further replies.

bas

Programmer
Jan 13, 1999
41
US
This question was posted by Maurader on 8/16/02 with no replies. Now I really need to know too.

how do I import (or copy) a dialog box created in another project into the current project?

Does anyone know how to do this?

tia,
bas
 
This is a teadious thing..but i will try to explain you simplest possible way...
1.Create a project which has this dialog box
2.Add the file '..rc' and resource.h in that project.
3.Now create another project in which you can add first project's '..rc'file.
4.Then copy in second project's folder 'resource.h' of first project.Add the ..rc file. Then include this resource.h in second project too.
5.Now you can invoke Dialog box from second project despite it was created by first project.
6.any changes in dialog box will reflect in both the side.
hope it helps
PANKAJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top