How can I use a C# library?

There are a few things I’m more comfortable doing in a language like C# than in Xojo. For those things, I’d like to write my methods into a DLL and make calls to them from my Xojo app. Is this possible? Any guidance on how to do that?

Yup, you can write a plugin. Check the plugin SDK for more details.

use the custom search mentioned on https://forum.xojo.com/30945-searching-tips
search for “C# DLL” and you will get a VERY long list of threads about doing this

https://blog.xojo.com/2014/01/03/accessing-net-code-from-xojo/

Anthony,

I’m doing just that, and learning new things in the process. There is a certain sense of satisfaction when a plugin you made works correctly.

Willing to share my experiences.

Cheers
Grant