starostinalex Posted March 30, 2007 Share Posted March 30, 2007 Help, please, to a beginner programmer plug-in for Paint. Net. Would like to learn to write plug-ins for Paint. Net. Where I can find the detailed information? Quote Link to comment Share on other sites More sharing options...
BoltBait Posted March 30, 2007 Share Posted March 30, 2007 A good place to start is here: http://paintdotnet.12.forumer.com/viewtopic.php?t=1096 Be sure to read the entire thread. Then, go to the plugin forum and look at the source code for the plugins that other people have developed. Once you have tried to create your own plugin, post any questions you might have and I'm sure one of the plugin developers on this forum will help you. Finally, when you are ready to move up from codelab, read this: http://paintdotnet.12.forumer.com/viewtopic.php?t=2618 Quote Download: BoltBait's Plugin Pack | CodeLab | and a Computer Dominos Game Link to comment Share on other sites More sharing options...
usedHONDA Posted March 30, 2007 Share Posted March 30, 2007 This is old, but try this: http://www.codeproject.com/csharp/PdnNoiseEffect.asp EDIT: http://www.asp.net/ That website even has a nifty wysiwyg editor Quote "The greatest thing about the Internet is that you can write anything you want and give it a false source." ~Ezra Pound twtr | dA | tmblr | yt | fb Link to comment Share on other sites More sharing options...
starostinalex Posted April 2, 2007 Author Share Posted April 2, 2007 Thanks big for the help and the detailed information. At me it is established Paint.Net 3.05. On site Code Project I get an example of creation of a plug-in for Paint.Net " Writing effect plug-ins for Paint.NET 2.1 in C#". At compilation of project NoiseEffect in Visual C# 2005 mistakes have been found references on PdnLib and PaintDotNet Effects. I found PaintDotNet.Effects.dll in a directory Paint.Net, however anywhere have not found out PdnLib. Where I can find this DLL for compilation of the project? Quote Link to comment Share on other sites More sharing options...
Sepcot Posted April 2, 2007 Share Posted April 2, 2007 I found PaintDotNet.Effects.dll in a directory Paint.Net, however anywhere have not found out PdnLib. Where I can find this DLL for compilation of the project? This has been renamed to PaintDotNet.Core.dll Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted April 2, 2007 Share Posted April 2, 2007 Thanks big for the help and the detailed information. At me it is established Paint.Net 3.05. On site Code Project I get an example of creation of a plug-in for Paint.Net " Writing effect plug-ins for Paint.NET 2.1 in C#". At compilation of project NoiseEffect in Visual C# 2005 mistakes have been found references on PdnLib and PaintDotNet Effects. I found PaintDotNet.Effects.dll in a directory Paint.Net, however anywhere have not found out PdnLib. Where I can find this DLL for compilation of the project? That article is very old, and a lot of things have changed since then. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Rick Brewster Posted April 2, 2007 Share Posted April 2, 2007 Please post in the correct section of the forum. Moved to Effects API / Programming Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.