Author: Dan Ackerman (dhcp024-166-224-185.columbus.rr.com)
Date: 09-27-2002 14:32
It's fairly simple. If you look in the code there is a routine for set_edits() or something close to that. Basically all you need to do is take a memory buffer, printf() your value into that buffer and set the editable text field to that buffer.
I'll answer a bit more later when I have the code in front of me. I hate going from memory since I'll mess something up.