E
Eddie
Hi,
I want to write a program that adds a button to the UI every n seconds. I
have a thread written to do this, but when it runs I get a runtime error
saying that a control created in one thread can't be attached to a
container in another thread. Is there a way around this? Is what I want
to do possible?
Thanks,
bye.
I want to write a program that adds a button to the UI every n seconds. I
have a thread written to do this, but when it runs I get a runtime error
saying that a control created in one thread can't be attached to a
container in another thread. Is there a way around this? Is what I want
to do possible?
Thanks,
bye.