Announcement

Collapse
No announcement yet.

Lance, help me...

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

  • Lance, help me...

    Hi,

    I have created a RichTextBox... And i want to know when the richtext change... (%EN_CHANGE)

    But i don´t know how i write to listen to %EN_CHANGE.
    I hope you explain how a write it...

    I use PB DLL Compiler 6.0 and use DDT.

  • #2
    All the Edit noifications are sent via the WM_COMMAND message to
    your parent window. Check out the lParam,wParam details.

    HTH
    Jules

    Comment


    • #3
      Hi,

      I have test with WM_COMMAND ... But it don´t function..
      So i need a code example please...

      Comment


      • #4
        That should be easy. Go to the PowerBasic ftp site and get the example
        that Dave Navarro uploaded. I think it is called PBME32.BAS. It is an
        example of using an edit control and shows you how to handle the
        edit notifications.

        Regards, Jules

        Comment


        • #5
          Thanks for your help..

          From alexander hjalmar

          Comment

          Working...
          X