quote:
Originally posted by Matty.
For whatever reason with Plus! Plugins the Form you are trying to show has to be set to a Modal state for it to be viewable. I have talked to Patchou about this and he really didn't say much as he doesn't really know anything about VB at all .
Maybe this is to do with the way modality works? I mean, if the form is modal, it blocks the function that shows the form from returning until the form is closed.
If you tested this under C++ with DialogBox() and CreateWindow(), that could reveal the reason.