
02-28-2002, 04:51 PM
|
 |
Paranoid Coder
Retired Leader
|
|
Join Date: Mar 2001
Location: Canada
Posts: 2,716
|
|
Form Disappearing during Msg/InputBox Fix
|
Ok, a little while ago there was a thread asking why sometimes a form will "go away" when a MsgBox shows. (As far as I can remember, nobody found or had an answer.) I just discovered the most simple solution possible. Make sure the form's ShowInTaskbar property is set to True. This fixes the problem for me, and probably others as well.
|
|