<?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[Formgröße einschränken]]></title><description><![CDATA[<p>Hallo,</p>
<p>weis einer hier vieleicht wie man die größe einer Form einschränken kann.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /><br />
Ich habe es so probiert.</p>
<pre><code class="language-cpp">void __fastcall TForm1::Resize(TObject *Sender)
{
if ( Form1-&gt;Width &lt; 258 )
{
Form1-&gt;Width = 258;
}
}
</code></pre>
<p>Aber das flackert wie verückt wenn man die Form versucht kleiner zu ziehen.</p>
<p>Mfg Happymax</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/116769/formgröße-einschränken</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 22:40:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/116769.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Jul 2005 15:34:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Formgröße einschränken on Sat, 30 Jul 2005 15:34:38 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>weis einer hier vieleicht wie man die größe einer Form einschränken kann.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /><br />
Ich habe es so probiert.</p>
<pre><code class="language-cpp">void __fastcall TForm1::Resize(TObject *Sender)
{
if ( Form1-&gt;Width &lt; 258 )
{
Form1-&gt;Width = 258;
}
}
</code></pre>
<p>Aber das flackert wie verückt wenn man die Form versucht kleiner zu ziehen.</p>
<p>Mfg Happymax</p>
]]></description><link>https://www.c-plusplus.net/forum/post/842259</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/842259</guid><dc:creator><![CDATA[Happymax]]></dc:creator><pubDate>Sat, 30 Jul 2005 15:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to Formgröße einschränken on Sat, 30 Jul 2005 16:42:34 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>entweder TForm::OnCanResize oder TForm::Constraints verwenden.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/842299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/842299</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 30 Jul 2005 16:42:34 GMT</pubDate></item><item><title><![CDATA[Reply to Formgröße einschränken on Sat, 30 Jul 2005 16:48:23 GMT]]></title><description><![CDATA[<p>Das funktioniert genauso wich ich das haben wollte vielen dank.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/842302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/842302</guid><dc:creator><![CDATA[Happymax]]></dc:creator><pubDate>Sat, 30 Jul 2005 16:48:23 GMT</pubDate></item></channel></rss>