FormColelction in VB.NET
Posted
by fireBand
on Stack Overflow
See other posts from Stack Overflow
or by fireBand
Published on 2010-03-09T01:34:02Z
Indexed on
2010/03/09
1:36 UTC
Read the original article
Hit count: 229
vb.net
Hi,
I want to detect if a window form is open and if it is then I would like to bring it in front rather than opening it again.
I know I need a form collection for this but I want to know if there is a built in form collection that holds all the forms in VB.NET or I need to implement my own.
Thank you.
© Stack Overflow or respective owner