Difference between revisions of "Tips and Tricks for developing a plugin in Visual Studio 2005 .NET"
From JRiverWiki
PaulSinnema (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{stub}} | ||
+ | |||
[[Programming Plugins in C#.Net]] - Gives a (small) description on how to program a plugin in C# | [[Programming Plugins in C#.Net]] - Gives a (small) description on how to program a plugin in C# | ||
Line 4: | Line 6: | ||
[http://msdn2.microsoft.com/en-us/library/ms364046(VS.80).aspx Create you own Visual Studio Templates] | [http://msdn2.microsoft.com/en-us/library/ms364046(VS.80).aspx Create you own Visual Studio Templates] | ||
+ | |||
+ | [[How to use MC methods in .Net projects]] | ||
+ | |||
+ | [[Category:Developer]] |
Latest revision as of 23:51, 3 May 2015
- This article is a stub. You can help the JRiver Wiki by expanding it.Programming Plugins in C#.Net - Gives a (small) description on how to program a plugin in C#
MC Plugin Template for Visual Studio - Instructions on how to use the MC Plugin Template