<?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[Dyntabctrl deleteItem und insertItem ?]]></title><description><![CDATA[<p>Hallo</p>
<p>Habe ein Problem bei CDyntabctrl</p>
<p>folgende Anweisung funktioniert nicht und ich weis nicht warum ?</p>
<pre><code class="language-cpp">m_dyntabctrl.DeleteItem(0);
m_dyntabctrl.InsertItem(m_DlgStart   ,&quot;     Start    &quot;,IDD_DLG_START);
</code></pre>
<p>nachdem ich ein Tab gelöscht habe möchte ich ein anderes anfügen<br />
Das gibt mir bei</p>
<pre><code class="language-cpp">...

int DynTabCtrl::InsertItem(CDialog * dlg, CString titel, UINT ID)
{
	if(!dlg-&gt;Create(ID,this))
	{
		MessageBox(&quot;Create von &quot; + titel +&quot; Fehlgeschlagen&quot;);
...
</code></pre>
<p>in DynTabCtrl.cpp folgenden Fehler:</p>
<pre><code>Unbehandelte Ausnahme bei 0x00350341 in HSVerein.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x35034000.
</code></pre>
<p>hab aber keine Ahnung warum ????<br />
kann da jemand helfen ?</p>
<p>Dank im Voraus<br />
Gruß Linus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162470/dyntabctrl-deleteitem-und-insertitem</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 00:10:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162470.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2006 21:08:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dyntabctrl deleteItem und insertItem ? on Wed, 18 Oct 2006 21:08:14 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Habe ein Problem bei CDyntabctrl</p>
<p>folgende Anweisung funktioniert nicht und ich weis nicht warum ?</p>
<pre><code class="language-cpp">m_dyntabctrl.DeleteItem(0);
m_dyntabctrl.InsertItem(m_DlgStart   ,&quot;     Start    &quot;,IDD_DLG_START);
</code></pre>
<p>nachdem ich ein Tab gelöscht habe möchte ich ein anderes anfügen<br />
Das gibt mir bei</p>
<pre><code class="language-cpp">...

int DynTabCtrl::InsertItem(CDialog * dlg, CString titel, UINT ID)
{
	if(!dlg-&gt;Create(ID,this))
	{
		MessageBox(&quot;Create von &quot; + titel +&quot; Fehlgeschlagen&quot;);
...
</code></pre>
<p>in DynTabCtrl.cpp folgenden Fehler:</p>
<pre><code>Unbehandelte Ausnahme bei 0x00350341 in HSVerein.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x35034000.
</code></pre>
<p>hab aber keine Ahnung warum ????<br />
kann da jemand helfen ?</p>
<p>Dank im Voraus<br />
Gruß Linus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1157338</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1157338</guid><dc:creator><![CDATA[linus]]></dc:creator><pubDate>Wed, 18 Oct 2006 21:08:14 GMT</pubDate></item></channel></rss>