<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using existing dialogs in another Visual Studio C++ project]]></title><description><![CDATA[<p>I have an existing Project in VS C++ containing a dialog based MFC application. In this project there are some dialogs (also as classes) which I would like to use in another dialog based MFC application, i.e. in another VS C++ project.</p>
<p>How could I do this without getting into trouble with ambiguous IDs for the resources? Is there a possibility to import dialogs from other projects?</p>
<p>I suppose there should be some way how several developers could program a GUI in their own projects and to put it later together into one GUI. Any ideas?</p>
<p>Thanks a lot<br />
Jens</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83667/using-existing-dialogs-in-another-visual-studio-c-project</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:06:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83667.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Aug 2004 13:07:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using existing dialogs in another Visual Studio C++ project on Mon, 23 Aug 2004 13:07:47 GMT]]></title><description><![CDATA[<p>I have an existing Project in VS C++ containing a dialog based MFC application. In this project there are some dialogs (also as classes) which I would like to use in another dialog based MFC application, i.e. in another VS C++ project.</p>
<p>How could I do this without getting into trouble with ambiguous IDs for the resources? Is there a possibility to import dialogs from other projects?</p>
<p>I suppose there should be some way how several developers could program a GUI in their own projects and to put it later together into one GUI. Any ideas?</p>
<p>Thanks a lot<br />
Jens</p>
]]></description><link>https://www.c-plusplus.net/forum/post/589098</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/589098</guid><dc:creator><![CDATA[jensall]]></dc:creator><pubDate>Mon, 23 Aug 2004 13:07:47 GMT</pubDate></item><item><title><![CDATA[Reply to Using existing dialogs in another Visual Studio C++ project on Mon, 23 Aug 2004 13:14:14 GMT]]></title><description><![CDATA[<p>You can open the Resouce where your old dialog is in the new project. Then you can copy the dialog via drag &amp; drop but hold down the ctrl-key otherwise you move it.</p>
<p>With the IDs there should be no problem, but look at each one, sometimes the name is lost.</p>
<p>I made it this way several times and everything is okay. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/589105</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/589105</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Mon, 23 Aug 2004 13:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to Using existing dialogs in another Visual Studio C++ project on Mon, 23 Aug 2004 13:14:24 GMT]]></title><description><![CDATA[<p>Open this 2 Projects in an workspace. now you can copy the dialogresource.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/589106</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/589106</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Mon, 23 Aug 2004 13:14:24 GMT</pubDate></item></channel></rss>