JDAtNorthStar
Programmer
I'm not sure if this is a VB bug or what but here is my problem: I'm creating a form using form.Show vbModal. I later set the visible property to False and eventually back to True. When it becomes visible, it is no longer modal. Why is this? Is there a way to make it modal again after making it visible?
This is an issue because when it isn't modal, it allows the user to switch back to the form that contains the button that showed the form in the first place. If they click the button again, it raises runtime error 400 since the form is already displayed.
Any help would be greatly appreciated.
This is an issue because when it isn't modal, it allows the user to switch back to the form that contains the button that showed the form in the first place. If they click the button again, it raises runtime error 400 since the form is already displayed.
Any help would be greatly appreciated.