<?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[Label und Nachrichten]]></title><description><![CDATA[<p>Hi!<br />
Ich erstelle ein Label folgendermaßen:<br />
Als Windowclass gebe ich &quot;STATIC&quot; an und als Style</p>
<pre><code>WS_VISIBLE | SS_NOTIFY | WS_CHILD | SS_SIMPL
</code></pre>
<p>.</p>
<p>WS_NOTIFY</p>
<blockquote>
<p>Sends the parent window STN_CLICKED, STN_DBLCLK, STN_DISABLE, and STN_ENABLE notification messages when the user clicks or double-clicks the control.</p>
</blockquote>
<p>Das funktioniert ja auch, dass er STN_CLICKED beispielsweise mir sendet, jedoch möchte ich nun folgendes:<br />
Ich möchte auf die Events MouseDown, MouseUp sowie MouseOver reagieren. Damit möchte ich so eine Art Hyperlink aus HTML realisieren.</p>
<p>Ist das irgendwie zu realisieren? Wenn nein, welche Alternative(n) habe ich?</p>
<p>mfg olli</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/173396/label-und-nachrichten</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 02:10:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/173396.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Feb 2007 17:47:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Label und Nachrichten on Wed, 14 Feb 2007 17:47:41 GMT]]></title><description><![CDATA[<p>Hi!<br />
Ich erstelle ein Label folgendermaßen:<br />
Als Windowclass gebe ich &quot;STATIC&quot; an und als Style</p>
<pre><code>WS_VISIBLE | SS_NOTIFY | WS_CHILD | SS_SIMPL
</code></pre>
<p>.</p>
<p>WS_NOTIFY</p>
<blockquote>
<p>Sends the parent window STN_CLICKED, STN_DBLCLK, STN_DISABLE, and STN_ENABLE notification messages when the user clicks or double-clicks the control.</p>
</blockquote>
<p>Das funktioniert ja auch, dass er STN_CLICKED beispielsweise mir sendet, jedoch möchte ich nun folgendes:<br />
Ich möchte auf die Events MouseDown, MouseUp sowie MouseOver reagieren. Damit möchte ich so eine Art Hyperlink aus HTML realisieren.</p>
<p>Ist das irgendwie zu realisieren? Wenn nein, welche Alternative(n) habe ich?</p>
<p>mfg olli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228975</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228975</guid><dc:creator><![CDATA[Vertex]]></dc:creator><pubDate>Wed, 14 Feb 2007 17:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to Label und Nachrichten on Wed, 14 Feb 2007 17:52:15 GMT]]></title><description><![CDATA[<p>Guckst Du <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> <a href="http://catch22.net/tuts/urlctrl.asp" rel="nofollow">http://catch22.net/tuts/urlctrl.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228979</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228979</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Wed, 14 Feb 2007 17:52:15 GMT</pubDate></item><item><title><![CDATA[Reply to Label und Nachrichten on Wed, 14 Feb 2007 19:12:22 GMT]]></title><description><![CDATA[<p>Danke dir! Also, ich habe das jetzt halbwegs verstanden. Die gesuchten Events, wie LBUTTONDOWN oder LBUTTONUP werden im Fenster erzeugt und müssen aber irgendwie an das Label weitergereicht werden. Was standardmäßig nicht der Fall ist, da das Label als &quot;transparent&quot; gekennzeichnet ist.</p>
<p>Um das zu verhindern, muss ich irgendwie auf WM_NCHITTEST reagieren.<br />
Da der einen eigenen MessageHandler fürs Label verwendet, komme ich da noch nicht ganz dahinter.</p>
<p>mfg olli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1229032</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1229032</guid><dc:creator><![CDATA[Vertex]]></dc:creator><pubDate>Wed, 14 Feb 2007 19:12:22 GMT</pubDate></item></channel></rss>