Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

How to deliberately invoke a windows form

I am maintaining some code. Some of the code was written, but never implemented.

 Specifically, In the project their is a windows form named frmDiag.vb. I don't know if this form was ever used (wired up) to the application. How can I tell if the frmDiag.vb code is ever actually used in the application?

Or I suppose another way of phrasing this question is : In my project I have a windows form named frmDiag.vb. So my question is : In what ways can I invoke this form? Meaning making it display on the screen?
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial