<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Firing up other applications from a c/c++ app]]></title>
		<link>https://punbb.informer.com/forums/topic/4296/firing-up-other-applications-from-a-cc-app/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/4296/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Firing up other applications from a c/c++ app.]]></description>
		<lastBuildDate>Wed, 21 Jul 2004 22:54:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Firing up other applications from a c/c++ app]]></title>
			<link>https://punbb.informer.com/forums/post/17767/#p17767</link>
			<description><![CDATA[<p>replace &quot;msimn.exe&quot;<br />with<br />&quot;mailto:someone@sonthing.com&quot;</p>]]></description>
			<author><![CDATA[null@example.com (zaher)]]></author>
			<pubDate>Wed, 21 Jul 2004 22:54:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17767/#p17767</guid>
		</item>
		<item>
			<title><![CDATA[Re: Firing up other applications from a c/c++ app]]></title>
			<link>https://punbb.informer.com/forums/post/17745/#p17745</link>
			<description><![CDATA[<p>This runs Outlook Express</p><p>#include &lt;shlobj.h&gt;</p><p>#include &lt;shlwapi.h&gt;</p><p>void Test()</p><p>{</p><p>SHELLEXECUTEINFO ShExecInfo;</p><br /><p>ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO);</p><p>ShExecInfo.fMask = NULL;</p><p>ShExecInfo.hwnd = NULL;</p><p>ShExecInfo.lpVerb = NULL;</p><p>ShExecInfo.lpFile = &quot;msimn.exe&quot;;</p><p>ShExecInfo.lpParameters = NULL;</p><p>ShExecInfo.lpDirectory = NULL;</p><p>ShExecInfo.nShow = SW_MAXIMIZE;</p><p>ShExecInfo.hInstApp = NULL;</p><p>ShellExecuteEx(&amp;ShExecInfo);</p><p>}</p><p>BUT<br />I suspect you dont really want to do that, What happens if the user does not<br />have Outlook Express, you should really run the application that is<br />registered with emails.</p>]]></description>
			<author><![CDATA[null@example.com (JohnS)]]></author>
			<pubDate>Wed, 21 Jul 2004 13:29:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17745/#p17745</guid>
		</item>
		<item>
			<title><![CDATA[Re: Firing up other applications from a c/c++ app]]></title>
			<link>https://punbb.informer.com/forums/post/17742/#p17742</link>
			<description><![CDATA[<p>Well.. I haven&#039;t tried it, but can&#039;t system() run dos commands?</p>]]></description>
			<author><![CDATA[null@example.com (Jansson)]]></author>
			<pubDate>Wed, 21 Jul 2004 11:30:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17742/#p17742</guid>
		</item>
		<item>
			<title><![CDATA[Firing up other applications from a c/c++ app]]></title>
			<link>https://punbb.informer.com/forums/post/17741/#p17741</link>
			<description><![CDATA[<p>How do I start another program/application using c/c++, I want to start outlook express once my program has completed it task.</p><p>Paul M</p>]]></description>
			<author><![CDATA[null@example.com (Paul Marsland)]]></author>
			<pubDate>Wed, 21 Jul 2004 11:25:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/17741/#p17741</guid>
		</item>
	</channel>
</rss>
