Tips and Tricks for developing a plugin in Visual Studio 2005 .NET: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
==Create a new plugin==
Use the description of Mr ChriZ to create a new Plugin.
http://yabb.jriver.com/interact/index.php?topic=32294.0

==Autoresizing of plugin==
==Autoresizing of plugin==
Draw a Panel upon the UserControl and do the following:<br>
Draw a Panel upon the UserControl and do the following:<br>

Revision as of 12:09, 8 April 2007

Create a new plugin

Use the description of Mr ChriZ to create a new Plugin. http://yabb.jriver.com/interact/index.php?topic=32294.0

Autoresizing of plugin

Draw a Panel upon the UserControl and do the following:
- Set 'Dock' Property to 'Fill'.
- Set 'Autosize' Property to 'False'

Your Plugin will now automatically be resized to fit into the MC Plugin Area.