aijaz Posted October 9, 2021 Share Posted October 9, 2021 I have some code/program in vb.net that works on bmp image. Can I add it to paint.net as plugin. Quote Link to comment Share on other sites More sharing options...
BoltBait Posted October 9, 2021 Share Posted October 9, 2021 While this is TECHNICALLY possible,* you might do better to translate the VB code to C# ** and use CodeLab. * No, before you ask, I do not have a template for this and CodeLab doesn't work with VB code. ** Not actually that hard to do it by hand. Plus, if you google, you may find a tool that can do the translation for you. 1 Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 10, 2021 Share Posted October 10, 2021 Yeah like BB says, this is totally possible in theory. However, I also strongly recommend against it (using VB, that is). VB is not a good language for graphics processing, or code that needs to be performant, and you'll be swimming upstream the whole time fighting against the fact that all PDN and .NET code, discussion, samples, and documentation is going to be in C# and not VB. 1 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.