O.P. Help - Plugin Forms
If you have things like Stuffplug NG, when you choose configure it brings up a form.
How can i do this?
I'm using VB.
I tried diplaying a form by doing this
form1.show
The message that came up when i tried this said "Sorry this command is either not recognized or an error occured during it's processing. If the message is not supposed to be a command, please put a doubble '//' at the begginng.
Alright Anwser Found.
If your trying to implement a form into a plugin you need to make it and then type this when you want to use it.
form1.show vbmodal, screen.activeform
"form1" is replaced by the name of the form, by default the name is form1.
Note this is all with VB
This post was edited on 09-08-2004 at 04:05 AM by michael_m91.
|