regarding creating control in runtime

hi all,

just new here, i hv a "strange" question that i wanna create an option button control in the runtime, but in a large amount, then my application just hang like that, why is this happen? i do put DoEvents inside the For loop, but it just still hang, any one know how to overcome this?
[303 byte] By [ahbeng78] at [2007-11-19 6:41:46]
# 1 Re: regarding creating control in runtime
It may be that your loop is not ending as it is supposed to. However, just how many controls are you trying to create? There is a limit, and of course this may not be as practical as other methods of providing options to the user.

It would help if you can post some of the code you are using, so we can help you locate the problem.
WizBang at 2007-11-9 20:47:30 >