From the very helpful templates I´ve got some controls. But how do I discover where those controls are located.
For example I know how to create a label or a button but how can I find a checkbox or add a browser to a button a List Box …
Isn´t there any documentation where a developer can find those things?
You could use the Plugin Spy to see how those control are referenced in other plugins, in order to replicate that in your own plugins.