Jump to content

Programming plugins


peorge

Recommended Posts

What language do you use to make plugins? Also is there a guide for people new to developing plugins. I would like to create some plugins but the only programming I am somewhat good at is VB.

Thanks,

Peorge

I am new to Paint.Net and want to thank everyone for helping Me.

http://paintdotnet.forumer.com/viewtopic.php?f=26&t=26175

Link to comment
Share on other sites

C# seems to be the language of choice (the transition from VB to C# is not too difficult). There are templates available if you have Visual Studio or one of the express packages installed:

C# VS 2005: http://paintdotnet.forumer.com/viewtopic.php?f=27&t=2618

VB.Net: http://paintdotnet.forumer.com/viewtopic.php?f=27&t=23004

The fastest method to get started is to get CodeLab! Get it here

I highly recommend working through the example scripts on BoltBaits web site to get you up and running.

Link to comment
Share on other sites

C# seems to be the language of choice

But let's not ignore the possibility of coding them in C++/CLR or MSIL or VB.NET and possibly other .NET languages.. (would IronPython work? F#?)

I'm not saying you're wrong though, it's just for completeness

I would write plugins, if I knew what kind of plugins were needed.. :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...