<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Standard &quot;Open With...&quot; dialog to choose helperapp</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Standard &quot;Open With...&quot; dialog to choose helperapp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 01:26:59 +0000</pubDate>
  <lastBuildDate>Wed, 29 Jul 2009 22:09:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=14613</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Standard &quot;Open With...&quot; dialog to choose helperapp : Sure - but the idea is to give...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51451&amp;title=standard-open-with-dialog-to-choose-helperapp#51451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14613<br /><strong>Posted:</strong> 29 July 2009 at 10:09pm<br /><br />Sure - but the idea is to give USER a choice to make association - not force him (e.g. our app generate some image of special format we don't have internal viewer but user can have some "universal" image viewer he can choose) ]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 22:09:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51451&amp;title=standard-open-with-dialog-to-choose-helperapp#51451</guid>
  </item> 
  <item>
   <title><![CDATA[Standard &quot;Open With...&quot; dialog to choose helperapp : You can build menu yourself. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51450&amp;title=standard-open-with-dialog-to-choose-helperapp#51450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 14613<br /><strong>Posted:</strong> 29 July 2009 at 9:59pm<br /><br />You can build menu yourself. The info is in registry. This site explains where:<br /><a href=" " target="_blank">http://windowsxp.mvps.org/OpenWith.htm</a>]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 21:59:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51450&amp;title=standard-open-with-dialog-to-choose-helperapp#51450</guid>
  </item> 
  <item>
   <title><![CDATA[Standard &quot;Open With...&quot; dialog to choose helperapp : You just need to call ShellExec...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51408&amp;title=standard-open-with-dialog-to-choose-helperapp#51408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14613<br /><strong>Posted:</strong> 28 July 2009 at 8:44pm<br /><br />You just need to call ShellExec with you type of file and if it not registrated as already existed association - ShellExec will open you prompt to find target <DIV></DIV>This is a sample from my old code - ext is string of file extention.<DIV><DIV></DIV>..............</DIV><DIV>int j = strFile.ReverseFind('.');<BR>strFile = strFile.Left(j + 1); <BR>strFile += ext;<BR><BR>if (::ShellExecute(GetSafeHwnd(),&nbsp;&nbsp;"open", strFile, NULL, strPath, SW_HIDE) ==&nbsp;(HINSTANCE) SE_ERR_NOASSOC)<BR>{<BR>AfxMessageBox("No Associations with extension " + ext + "\nYou should create one!");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ShellExecute(GetSafeHwnd(),&nbsp;"open", "rundll32.exe",&nbsp;"shell32.dll,OpenAs_RunDLL " +&nbsp;strFile, strPath, SW_SHOW);<BR>}<BR></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 28 Jul 2009 20:44:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=51408&amp;title=standard-open-with-dialog-to-choose-helperapp#51408</guid>
  </item> 
  <item>
   <title><![CDATA[Standard &quot;Open With...&quot; dialog to choose helperapp : Our software manages files, and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=50277&amp;title=standard-open-with-dialog-to-choose-helperapp#50277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1472">lorax1284</a><br /><strong>Subject:</strong> 14613<br /><strong>Posted:</strong> 24 June 2009 at 10:19pm<br /><br />Our software manages files, and we want to allow users to select "helper apps" for various types of files.<br /><br />We would like to present the standard "Open With..." dialog to users from which they can choose the app they want to use.<br /><br />I understand that this dialog is usually shown by the OS itself when a user attempts to launch an unknown file from Windows Explorer... but is there an API for this dialog so it can be used to set up helper apps?<br /><br />(MFC, C++, Visual Studio .Net 2003)<br /><br />Thanks in advance!]]>
   </description>
   <pubDate>Wed, 24 Jun 2009 22:19:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14613&amp;PID=50277&amp;title=standard-open-with-dialog-to-choose-helperapp#50277</guid>
  </item> 
 </channel>
</rss>