<?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[Internetseitenaufruf]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe folgendes Problem:<br />
Ich muss über den Browser eine Anfrage senden, ohne jedoch das Fenster später anzeigen zu lassen ... d.h., dass in der URL ein &quot;&amp;DataSend=&quot; vorhanden ist und es nur darauf ankommt, dass dieses sein Ziel erreicht.<br />
Gibt es eine andere Möglichkeit als &quot;umständlich&quot; über das ShellExecute den Link über den IE zu öffnen und dann wieder schließen zu lassen??</p>
<p>Bin für jeden Tip dankbar!<br />
Grüße, Desorganizer</p>
<p>PS: wie schließt man eigentlich Fenster aus der Anwendung heraus? Killprocess?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/55973/internetseitenaufruf</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 03:30:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/55973.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Nov 2003 18:58:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 18:58:14 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe folgendes Problem:<br />
Ich muss über den Browser eine Anfrage senden, ohne jedoch das Fenster später anzeigen zu lassen ... d.h., dass in der URL ein &quot;&amp;DataSend=&quot; vorhanden ist und es nur darauf ankommt, dass dieses sein Ziel erreicht.<br />
Gibt es eine andere Möglichkeit als &quot;umständlich&quot; über das ShellExecute den Link über den IE zu öffnen und dann wieder schließen zu lassen??</p>
<p>Bin für jeden Tip dankbar!<br />
Grüße, Desorganizer</p>
<p>PS: wie schließt man eigentlich Fenster aus der Anwendung heraus? Killprocess?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/399148</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399148</guid><dc:creator><![CDATA[Desorganizer]]></dc:creator><pubDate>Thu, 20 Nov 2003 18:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 19:27:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>Vieleicht Hilft :[url=http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wcemfc4/html/aflrfinternetservicesclasses.asp]<br />
MSDN ?[/url]</p>
<p>[quote=&quot;Desorganizer&quot;]<br />
P.S.<br />
[/qoute]</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=17092&amp;highlight=sendmessage+wmclose" rel="nofollow">FORUM</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/399164</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399164</guid><dc:creator><![CDATA[HeSch]]></dc:creator><pubDate>Thu, 20 Nov 2003 19:27:15 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 19:24:25 GMT]]></title><description><![CDATA[<p>oder guck mal in die faq <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/399168</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399168</guid><dc:creator><![CDATA[C-O-M-M-A-N-D-E-R]]></dc:creator><pubDate>Thu, 20 Nov 2003 19:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 19:47:53 GMT]]></title><description><![CDATA[<p>uff ... über die MSDN komm ich nicht klar :((<br />
Dachte, dass hier jemand schonmal sowas gemacht hat und mir weiterhelfen könnte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/399177</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399177</guid><dc:creator><![CDATA[Desorganizer]]></dc:creator><pubDate>Thu, 20 Nov 2003 19:47:53 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 21:17:22 GMT]]></title><description><![CDATA[<p>Desorganizer schrieb:</p>
<blockquote>
<p>uff ... über die MSDN komm ich nicht klar :((<br />
Dachte, dass hier jemand schonmal sowas gemacht hat und mir weiterhelfen könnte.</p>
</blockquote>
<p>Hört sich mal wieder nach jemandem an der seine Programme durch Assistenten erstellen lässt (ich darf meckern da jetzt Source folgt <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<pre><code>// Button wird geklickt
void CMyDlg::OnBnClickedButton1()
{
  /* Sowohl bei MSDN als auch in der Visual Studio Hilfe steht genaueres zu den Objekten !!!*/
 CInternetSession MyInternetSession; // Bassis für Internetverindungen
 CHttpFile* pGoogle;				 // Für's HTTP Protokoll
 char lpszBuffer[4096];				 // Für den HTML Code

	pGoogle = (CHttpFile *) MyInternetSession.OpenURL(&quot;http://www.Google.de/search?q=frage&quot;); // Im Prinzip brauchst du für dein Problem 
																							  // nur den  Teil ab MyInternetSession
							                                                                  // aber für die anderen (faulen) mach ich noch ne abfrage

	pGoogle-&gt;ReadString(lpszBuffer , sizeof(lpszBuffer)); // String Holen - länge Kann mit pGoogle-&gt;GetLength() ermittelt werden
	AfxMessageBox(lpszBuffer);	// und HTML Code ausgeben
}
</code></pre>
<p>Für dich reicht also :</p>
<pre><code>CInternetSession MyInternetSession;
MyInternetSession.OpenURL(&quot;http://www.Google.de/search?q=frage&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/399217</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399217</guid><dc:creator><![CDATA[HeSch]]></dc:creator><pubDate>Thu, 20 Nov 2003 21:17:22 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Thu, 20 Nov 2003 22:10:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/3376">@HeSch</a>:<br />
Ein ganz großes <strong>THX!</strong> <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>
<p>Klappt wunderbar!</p>
<p>Grüße, Desorganizer.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/399258</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399258</guid><dc:creator><![CDATA[Desorganizer]]></dc:creator><pubDate>Thu, 20 Nov 2003 22:10:36 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Fri, 21 Nov 2003 06:19:23 GMT]]></title><description><![CDATA[<p>Ich würde mal sagen, daß es nicht reicht. (Fehlerbehandlung)</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=55235" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=55235</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/399346</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399346</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Fri, 21 Nov 2003 06:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Fri, 21 Nov 2003 06:40:08 GMT]]></title><description><![CDATA[<p>hmm?<br />
Bei mir klappts jedenfalls!<br />
(hab es entsprechend angepasst)</p>
<p>Grüße, Desorganizer.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/399350</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399350</guid><dc:creator><![CDATA[Desorganizer]]></dc:creator><pubDate>Fri, 21 Nov 2003 06:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to Internetseitenaufruf on Fri, 21 Nov 2003 08:07:57 GMT]]></title><description><![CDATA[<p>Unix-Tom schrieb:</p>
<blockquote>
<p>Ich würde mal sagen, daß es nicht reicht. (Fehlerbehandlung)</p>
</blockquote>
<p>Prinzipell richtig aber im fehlerfall poppt session auf <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>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /> WAS NICHT HEISSEN SOLL AUF TRY CATCH ODER ANDERE FEHLERBEHANDLUNGEN ZU VERZICHTEN <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/399382</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/399382</guid><dc:creator><![CDATA[HeSch]]></dc:creator><pubDate>Fri, 21 Nov 2003 08:07:57 GMT</pubDate></item></channel></rss>