Announcement

Collapse
No announcement yet.

Simple Callback Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Simple Callback Question

    Sirs,

    Is there a way to detect the mouse leaving/or having left
    the dialog rect from with-in it's Callback function?

    Thanks, B

    ------------------

  • #2
    brad

    your question jogged my memory and i think you may find the following helpful.
    http://www.powerbasic.com/support/pb...ead.php?t=1721

    keith

    ------------------

    Comment


    • #3
      Cool!! Thanks Keith, ---%WM_CAPTURECHANGED

      Let me add another,

      Is 1) the Callback function only envoked upon call,
      or, 2) does it start running upon creation ?

      If 1) can you trap the messages before destroyed?

      If 2) how do you access it's messages from outside the
      Callback function?

      Thanks, B

      ------------------


      [This message has been edited by Brad D Byrne (edited September 18, 2001).]

      Comment


      • #4
        Sorry Brad

        I had only mentally "filed" the discussion as someting I might
        need in the future. I was hoping that some of the participants
        might have responded by now. Give them some more time, I suppose.

        Keith


        ------------------

        Comment


        • #5
          No Problem Keith,

          I think I'm finding answer, reading about Code/Data segments,
          GetWinFlags and memory management.


          ------------------

          Comment

          Working...
          X