Announcement

Collapse
No announcement yet.

Change text of a button with DDT?

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

  • Change text of a button with DDT?

    Perhaps I am missing something in the documentation..

    Other then killing the control and recreating it with the new
    text is there a way using DDT to change the text of a button
    after it has been created?

    Lane

  • #2
    CONTROL SET TEXT, like: CONTROL SET TEXT CBHNDL, %ID_BUTTON, "New Caption"

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

    Comment


    • #3
      Duh.. Sorry. guess I better eat something.

      Don't know why I had convinced myself set text was only for
      text and label box's.

      Lane

      Comment

      Working...
      X