To make all what is above more understanding.
In Visual Basic and creating Plugins
code:
Form1.Show
isn't the same as
code:
Form1.Show vbModal
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
.
A way around this is to create an EXE that is in the Plugins directory and execute it when /xsamplecmd is entered. You can do a lot more with the EXE. You can use the Command Line to pass through information if you need specifics from the Conversation Window and so on.