How to combine a slider and an edit control in win32lib
- Posted by penpal0andrew May 05, 2009
- 825 views
I have a program which has a slider (scroll control) and an edit control. And when I move the slider it adjusts the value shown in the read only edit control. However, I would like it so I can ALSO edit the edit control, and have the slider change. But when I attempted to do them both, it made some sort of infinite event loop. I assume that is what happened.
I am asking this as a general idea, rather than asking someone to fix some code that I have written.
Andy