tags:

views:

38

answers:

0

I get a handle to ThunderRT6UserControlDC button which in terms has two children of type ThunderRT6Timer (though I am not sure what these timers are for)

The ThunderRT6UserControlDC window looks like a button but has no caption set (verified via spy++).

When sending SetWindowText from within the same process, the caption changes (verified by spy++) but the actual text on the button does not.

ANY ideas on how to change the text are greatly appreciated.