N
ngr
I have come across a problem because I have too many controls on a form.
It says that it cannot create a handle.
Now I know that there is a limit of how many windows handles which can be
used in any one process, but would like to know in VB.NET 2005 how I can
tell at any one point in code how many window handles are free.
I would like something on a timer control which reported to a textbox how
many handles are remaining.
Alternatively something I can run from a button to report to a messagebox
how many handles remain unused.
Thanks in advance for any feedback
Terry
It says that it cannot create a handle.
Now I know that there is a limit of how many windows handles which can be
used in any one process, but would like to know in VB.NET 2005 how I can
tell at any one point in code how many window handles are free.
I would like something on a timer control which reported to a textbox how
many handles are remaining.
Alternatively something I can run from a button to report to a messagebox
how many handles remain unused.
Thanks in advance for any feedback
Terry