Again I didn't find any solution to make a form invisible.
The method .Visible = false doesn't work
not even with a form.refresh after it. I can still see it.
Any ideas???
You shouldn't need to use it but form refresh isn't what you are looking for, you want repaint. Refresh requeries the form and repaint reloads the screen.
the status form will open the invisible one in the load event. the if I close the statu form everything is fine. Now I can catch the close event of the entire project with this invisible form!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.