Forums
This topic is locked
Creating Extensions Using C#
25 Oct 2006 15:15:52 Tim Foxx posted:
We are looking at developing an extension for Dreamweaver and were wondering if anyone has done something similar in C#, or if it can even be done.Our hope was to develop an API in C# that would work with Dreamweaver, where a user would be able to access an interface we design from the Dreamweaver menu to insert links into page content, that talks to our API where it would typically use a web service to obtain information from a database.
I've read up some on the extensions, but was wondering if we could develop this stuff with C# and some how hook into Dreamweaver so a menu call could be made to launch it and work with Dreamweavers API to do the insert.
Thanks for any info or pointers.