<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Visual Programming. Getting handle to certain Dialog controls.aying messages in in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Visual-Programming-Getting-handle-to-certain-Dialog-controls/m-p/955813#M20784</link>
    <description>Running a Qickwin Application: My goal is to have a message displayed in the status bar just in the moment when passing the cursor over a certain dialog box control. &lt;BR /&gt;I succeeded in so far as by comparing the windows handle and the dialog box handle in a modeless dialog shows me when I move into the dialog box, but there is no handle for control items itself. The Routine GetunitQQ seams not to work. &lt;BR /&gt;I would be very pleased if someone could help me.</description>
    <pubDate>Mon, 25 Jun 2001 22:17:37 GMT</pubDate>
    <dc:creator>presser</dc:creator>
    <dc:date>2001-06-25T22:17:37Z</dc:date>
    <item>
      <title>Visual Programming. Getting handle to certain Dialog controls.aying messages in</title>
      <link>https://community.intel.com/t5/Software-Archive/Visual-Programming-Getting-handle-to-certain-Dialog-controls/m-p/955813#M20784</link>
      <description>Running a Qickwin Application: My goal is to have a message displayed in the status bar just in the moment when passing the cursor over a certain dialog box control. &lt;BR /&gt;I succeeded in so far as by comparing the windows handle and the dialog box handle in a modeless dialog shows me when I move into the dialog box, but there is no handle for control items itself. The Routine GetunitQQ seams not to work. &lt;BR /&gt;I would be very pleased if someone could help me.</description>
      <pubDate>Mon, 25 Jun 2001 22:17:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Visual-Programming-Getting-handle-to-certain-Dialog-controls/m-p/955813#M20784</guid>
      <dc:creator>presser</dc:creator>
      <dc:date>2001-06-25T22:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Programming. Getting handle to certain Dialog contro</title>
      <link>https://community.intel.com/t5/Software-Archive/Visual-Programming-Getting-handle-to-certain-Dialog-controls/m-p/955814#M20785</link>
      <description>Btw, how did you manage to get a callback function called when the mouse is over the dialog? IMO it can be achieved only by fully handling the modeless dialog with Win32 and intercepting WM_MOUSEMOVE (i.e. not using DFLOGM) -- I may be wrong, but I think that callback registered with RegisterMouseEvent isn't called when the mouse is over the dialog and the dialog has focus? &lt;BR /&gt; &lt;BR /&gt;Anyway, take a look at Win32 APIs &lt;BR /&gt; &lt;BR /&gt;GetDlgItem (control ID -&amp;gt; handle conversion)&lt;BR /&gt; &lt;BR /&gt;GetDlgCtrlID (control handle -&amp;gt; ID conversion)&lt;BR /&gt; &lt;BR /&gt;ChildWindowFromPoint (returns handle of child window under given coordinates)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 26 Jun 2001 00:17:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Visual-Programming-Getting-handle-to-certain-Dialog-controls/m-p/955814#M20785</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-06-26T00:17:23Z</dc:date>
    </item>
  </channel>
</rss>

