<?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 Using spin/up-down control in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Using-spin-up-down-control/m-p/934293#M15486</link>
    <description>I have a spin/up-down control along side a number of edit boxes. &lt;BR /&gt; &lt;BR /&gt;As I change the spin control I want to update the values in the edit boxes. &lt;BR /&gt; &lt;BR /&gt;How do I determine that the spin has changed. &lt;BR /&gt; &lt;BR /&gt;I thought I did the following, but ire is returning the wrong number. &lt;BR /&gt;Any ideas what the problem is? &lt;BR /&gt;    &lt;BR /&gt;case (CM_NOTIFY) &lt;BR /&gt;ire=Send Message(GetDlgItem(hand,DC_SPIN1),UDM_GETPOS,0,0) &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;David</description>
    <pubDate>Wed, 10 Jan 2001 02:27:50 GMT</pubDate>
    <dc:creator>davidgraham</dc:creator>
    <dc:date>2001-01-10T02:27:50Z</dc:date>
    <item>
      <title>Using spin/up-down control</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-spin-up-down-control/m-p/934293#M15486</link>
      <description>I have a spin/up-down control along side a number of edit boxes. &lt;BR /&gt; &lt;BR /&gt;As I change the spin control I want to update the values in the edit boxes. &lt;BR /&gt; &lt;BR /&gt;How do I determine that the spin has changed. &lt;BR /&gt; &lt;BR /&gt;I thought I did the following, but ire is returning the wrong number. &lt;BR /&gt;Any ideas what the problem is? &lt;BR /&gt;    &lt;BR /&gt;case (CM_NOTIFY) &lt;BR /&gt;ire=Send Message(GetDlgItem(hand,DC_SPIN1),UDM_GETPOS,0,0) &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;David</description>
      <pubDate>Wed, 10 Jan 2001 02:27:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-spin-up-down-control/m-p/934293#M15486</guid>
      <dc:creator>davidgraham</dc:creator>
      <dc:date>2001-01-10T02:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using spin/up-down control</title>
      <link>https://community.intel.com/t5/Software-Archive/Using-spin-up-down-control/m-p/934294#M15487</link>
      <description>&lt;PRE&gt; &lt;BR /&gt;I have worked this out myself, the critical error (apart from the typing mistakes) was using LoWord to get the result   &lt;BR /&gt; &lt;BR /&gt;case (WM_VSCROLL) &lt;BR /&gt;iret=SendMessage(GetDlgItem(hwnd,IDC_SPIN1),UDM_GETPOS,0,0) &lt;BR /&gt;num=LoWord(iret) &lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jan 2001 19:22:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Using-spin-up-down-control/m-p/934294#M15487</guid>
      <dc:creator>davidgraham</dc:creator>
      <dc:date>2001-01-10T19:22:02Z</dc:date>
    </item>
  </channel>
</rss>

