R
raghudr
Hi all,
I have created lot of controls on a form
what i want to do is for wait until handles are created.
how can we do this??
say rag=new label();
i want to wait until the rag handle has been created.This is necessary
when i restart my system since all my app will be launched as a
windows service and i am getting expections like
"Invoke or begininvoke cannot be called on a control until the window
handle has been created".
Please help me in this i want to know which are the API's used for
this and how to do it??
I want to avoid sleep
thanks in advance,
RAGHU
I have created lot of controls on a form
what i want to do is for wait until handles are created.
how can we do this??
say rag=new label();
i want to wait until the rag handle has been created.This is necessary
when i restart my system since all my app will be launched as a
windows service and i am getting expections like
"Invoke or begininvoke cannot be called on a control until the window
handle has been created".
Please help me in this i want to know which are the API's used for
this and how to do it??
I want to avoid sleep
thanks in advance,
RAGHU