Change control id of window (resource number)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qhimq
    New Member
    • May 2007
    • 48

    Change control id of window (resource number)

    Does anyone know how to change the control id of a window multiple times at runtime? is it possible?



    Thanks,
  • ravenspoint
    New Member
    • Jul 2007
    • 111

    #2
    Perhaps the safest way would be destroy the window, then create it again with a different ID.

    If a redraw does not happen while you do this, then the user will not notice.

    Comment

    Working...