Click here to Skip to main content
15,891,513 members
Everything / Plugin

Plugin

plugin

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Syed Umar Anis
ExcelXMLExport is a Microsoft Excel 2010 / 2013 Add-in that generates XML data from Excel sheet.
by NavnathKale
Lightweight and simple
by Daniele Fontani
Implement a private Wordpress reposiotory using Angular and PHP slim framework as backend

Latest Articles

by Nicolas DESCARTES
How to build a plugin architecture in C# ?
by Daniele Fontani
Implement a private Wordpress reposiotory using Angular and PHP slim framework as backend
by Bruno Tabbia
A standard Notepad++ plugin that allows you to use an external DLL containing an encoding algorithm to be tried and tested
by gstolarov
An imbeddable SVG editor - jQuery plugin

All Articles

Sort by Score

Plugin 

2 Sep 2013 by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
21 Jan 2015 by Syed Umar Anis
ExcelXMLExport is a Microsoft Excel 2010 / 2013 Add-in that generates XML data from Excel sheet.
9 Dec 2022 by Daniele Fontani
Implement a private Wordpress reposiotory using Angular and PHP slim framework as backend
17 Dec 2013 by Member 9913858
An introduction to using FakeModel to create test aata for you.
6 May 2014 by CoderPanda
This tip is a continuation of my series on CCDA XML Generation. It talks about how to quickly get up and running on generating CCDA documents.
2 Feb 2015 by Yildirim Kocdag
This article helps you develop, test and deploy a custom comment check in policy for Eclipse IDE and Microsoft TFS. A plug-in should be written for comment checkin policy development
11 Oct 2013 by ASP.NET Community
Recently I have come across a situation where I need to customize the UI of jQuery UI autocomplete plugin. For reference I am adding the plugin
16 Dec 2015 by Dmitry Sikorsky
Using ExtCore framework to create modular and extendable ASP.NET 5 applications
22 Jan 2014 by Maciej Los
Have a look here:gwt equation editor[^]LaTeX Equation Editor for Windows[^]And the best: OOP in the Real World - Creating an Equation Editor[^]
5 May 2015 by Sergey Alexandrovich Kryukov
"Append a DLL" is nothing but absurd. You can always load an assembly (assembly, not "DLL") using...
15 Sep 2011 by Bryian Tan
Social sharing buttons script created by using jQuery and XML for your website
24 Jan 2012 by Sergey Alexandrovich Kryukov
It is theoretically possible. I mean, a Web browser is just the application. It can do whatever you want if you design it to do so, so it could communicate with some desktop applications, too.One way to do it is this: you can create your own .NET application embedding...
27 Jul 2012 by Kudredin
Making use of the User Defined Fields to help better organize emails, and keep track of informaiton
26 Feb 2013 by Ben Freeman CBNL
Some example code to merge a number of Shapefiles into one at the lowest level.
19 Jan 2013 by Sergey Alexandrovich Kryukov
Please see my comment to the question. It looks like you think this is pretty easy. Think again.Please look at this CodeProject article: Hands Gesture Recognition[^].—SA
26 Apr 2014 by altaf008bd
This tip will describe a simple way to resolve "too much recursion" error when working with multiple modal dialogs
29 Apr 2014 by OriginalGriff
What technology will depend entirely on what the plugin is going to plug into.If it's a plug in for an Android app then something Java-ish would be required. For a Photoshop plugin, then you would need the Adobe Photoshop Software Developer's Kit, and to code in Pascal. And so forth.We...
26 Jan 2016 by jgakenhe
Here is how to check if web page is connected in JavaScript: http://www.kirupa.com/html5/check_if_internet_connection_exists_in_javascript.htm. This is well explained and you should take a look.//I added the location.reload() if connection fails.function doesConnectionExist() { var...
7 Sep 2021 by gstolarov
An imbeddable SVG editor - jQuery plugin
17 Jul 2023 by Andre Oosthuizen
I have answered this same question from you a while back at - How to connect stock items on wordpress ?[^] by suggesting that you use Quote: Square for WooCommerce .
30 Mar 2010 by Sandeep Mewara
Settings -> Options -> Under the hood -> Content Settings -> Plug-insDo whatever you like to do here! allow/block.... If this doesn't help...go ahead uninstall and install your chrome! BTW... that was some 'technical' question you had! :)
10 May 2010 by William Winner
I'm a little bit confused with what you are asking, but here is what it seems to me.You want a ListBox to show just a name. You want that when the ListBox Item is clicked, you can pull out from that item where the video file is. Is that correct?If so, there are a couple of options...
29 Jun 2010 by aleksey_m_t
MSVS Add-in for Doxygen documentation system
4 May 2011 by Sandeep Mewara
send me a code snippet with wrapped function and its usage (tested solution).:laugh: You must be kidding!It does not work like this here. I am sorry but there is no quick question here.We expect you to put some time in trying the issue that you are facing and then some time in...
18 Jun 2011 by Monjurul Habib
The following links will guide you how to use Jquery.Using jQuery with ASP.NET - A Beginner's GuideGetting started with jQuery and ASP.NETGetting Started with jQuery in Visual Studio 2008
29 Jun 2011 by Steve Maier
IANAL, but there is nothing stopping anyone from charging for GPL software. GPL, does not mean free, it means that you can get the source code if asked for it. So if I was doing this type of a projects, I would have the source available somewhere and just go on. Now, you might also have to...
18 Jul 2011 by Espen Harlinn
If I remember correctly Derby[^] uses JavaCC.Best regardsEspen Harlinn
26 Jan 2012 by naseer baloch
I am working on a site which requires multiple plugins like Flash, SilverLight etc. and I show a notification to user when any of required plugin is missing or not installed using JavaScriptvar nav = navigator.plugins["Silverlight Plug-In"]var nav = navigator.plugins["Silverlight...
1 Sep 2012 by cariolihome
You dont need to implement Application and MailItem interfaces.Instead You have to use existing Outlook interfaces.To access mail items before sending mail You have to subscribe on Outlook::ItemEvents calling IDispEventSimpleImpl::DispEventAdvise function.Header Fileextern...
8 Oct 2012 by Espen Harlinn
Have a look at: How to Create SysLink Controls[^]Best regardsEspen Harlinn
30 Oct 2012 by William C. Anderson
A powerful, stand-alone Javascript cookie manager.
5 Jun 2013 by Sergey Alexandrovich Kryukov
Please see my comment to the question. Your post is not very informative, but the article you are using is also not very informative. I used to post a lot more detail about the subject. If you wish, check out my past answers:Create WPF Application that uses Reloadable Plugins...[^],AppDomain...
5 Jun 2013 by Sergey Alexandrovich Kryukov
Another option to consider is using MEF:http://en.wikipedia.org/wiki/Managed_Extensibility_Framework[^],http://mef.codeplex.com/[^],http://msdn.microsoft.com/en-us/library/dd460648%28VS.100%29.aspx[^],http://buksbaum.us/2011/08/20/gentle-introduction-to-mefpart-one/[^].—SA
14 Jan 2014 by Deviprasad Das
A plugin to do the textarea's maxlength validation
22 Jan 2014 by CPallini
I think your best bets are the Equation Editor itself and MathType. Unfortunately none of them is free, as far as I know.
7 Mar 2014 by Maciej Los
Check this: Create, run, edit, or delete a macro - PowerPoint 2011 for Mac[^]I'd suggest you to visit this site: VBA in PowerPoint / Mac vs. Windows[^]. There you'll find ...Quote:(...) a handy trick if you need to write code that works on both PC and Mac: compiler switches.#If Mac...
18 Apr 2014 by Shai Vashdi
Hi Maurizio,Just look on my article: The Simplest Way to use MEF Fully Lazy DLL Loading[^]Use the "interfaces" approach for OOD pattern :)
4 Jun 2014 by kishore@cse
We have to develop a plugin , for that we have to take the contents in the current webpage and by using that data my plugin has to respondI don't know in which language the plugin has to be developed.So anyone can give me the references to do that. Thanks in advanceMy specifications...
8 Jun 2014 by kishore@cse
I am using FireBreath to develop browser plugins. Now for my plugin I have to add an icon on my toolbar by clicking that I have to prompt a text box to the user.How can I do that, thanks in advance
27 Jun 2014 by kishore@cse
I have developed a plugin by using firebreath frame work now , to use this plugin I have to create a object in my page with that plugin mime type so that I can access the methods implemented in that plugin.My desire is to invoke my plugin without using any object.and I want to know one...
27 Jun 2014 by kishore@cse
In Firebreath Plugin development , after creating plugin we have to use below code to use plugin. Above code is to access our plugin , I...
2 Jul 2014 by Marcin Kozub
You want to write a plugin, but you even didn't try to look at Pidgin FAQ page?https://developer.pidgin.im/wiki/FAQ[^]Especially:https://developer.pidgin.im/wiki/Scripting%20and%20Plugins[^][Updated]As it's stated at documentation, Pidgin uses D-Bus to communicate with other...
30 Sep 2014 by BillWoodruff
Check out the ImageMagick open-source image-processing libraries: [^] which can be manipulated in .NET using the open source Magick tools: [^].Also check out AForge: [^], and ImageProcessor: [^].Search CodeProject for articles on image processing: there's some good tools here.
11 Mar 2015 by Peter Leow
Web app has no access to system configuration of the end user. However, various information about the HTTP request and the user's browser can be found in the http header. Read more: HTTP Headers for Dummies[^]
22 Sep 2015 by Leo Chapiro
Take a look at this tutorial: Walkthrough: Creating Your First VSTO Add-In for Outlook[^]This walkthrough illustrates the following tasks:- Creating an Outlook add-in project for Outlook.- Writing code that uses the object model of Outlook to add text to the subject and body of a new...
24 Jan 2016 by Dave Kreskowiak
This has to be a plugin for the browser since, well, if the page doesn't load, neither does your javascript to automatically refresh the page if not available.You'd have to write a plugin for each browser you want to support.
26 Apr 2016 by Richard MacCutchan
You already posted this question at How to convert android existing project to cordova plugin[^]. 1. Please do not repost. 2. Please do your own research.3. Please explain your problem in better detail.
25 Jul 2022 by Mike Town
I have experienced simialit issues when Upgrading the the latest version of PHP. Luckily I initially stepped back to the previous version, to fix the issue on a temp basis. I contacted the theme developers, as they needed to be aware of the...
20 Jun 2023 by Richard MacCutchan
Looking at the C# code you have: public void StartSpeechRecognition() { AndroidJavaObject speechResultListener = new AndroidJavaObject("com.example.unityandroidplswork.STTPlugin$SpeechRecognitionResultListener", this); ...
30 Sep 2023 by OriginalGriff
Id suggest that you start by creating a trivial add on, and get that working first. Then gradually build up to what you eventually want to produce as it going to be pretty complicated - which means there are a lot of thing you will need to learn...
7 Jun 2022 by C Pottinger
I am changing a project of mine to use plug-ins for certain components (called FeedReaders), instead of having them defined in the main solution. I am following the technique present here by Duke of Haren. I am also using NUnit as by unit testing...
3 Dec 2009 by vikki0286
hello...i want to make plug in for outlook(using c# n all outlook version).i build an application in which i am creating contact,appointment n tasks.i want to see these contact,appointment n task in outlook and if i create any contact in outlook .i want to see outlook contact in...
1 May 2010 by adaptcw
if the altitudeMode of a kmlplacemark is relativeToGround,the click event can't work.is there anything wrong?thank you 1 relativeToGround ...
6 Oct 2010 by AminJigar
Hello All, I am developing outlook addins using python programming language and I am not able to fetch Message-ID of the selected Mail. I have googled and read lot of post and reply but didn’t get any satisfying solution and I don’t want to use any other Property except Message-ID. ...
9 Feb 2011 by infant_coder
Hi,Please provide a sample google chrome plugin using npapi.
8 Mar 2011 by tanujm
How to install the Eclipse plugin for Flex (flesh).I googled it, but didn't get any satisfactory answer.Can someone help?I already have Eclipse installed on my PC and just want the Flex plugin such that I can modify my .mxml files.Thanks in advance!
24 Apr 2011 by infamousbreed
Please take a look @ http://www.peugeotscooters.co.uk/[^] and tell me where do i get this plugin?is there a way of finding a link to it in the sourcecode? because i cant. later on today i might try using webcopier to grab the whole site to see how it was made but this is ethically dubious to...
18 Jun 2011 by Jie Zhang2
It says in one artical that the following JavaScript components need to be downloaded:1.jQuery library v1.4.4., containing standard classes used by the DataTables plug-in2.jQuery UI library v1.8.7., containing classes for handling dialogs3.jQuery DataTables plug-in v1.7.5., including the...
18 Jul 2011 by csde9
Hello everyone, I'm currently developing a JavaCC based language IDE for Eclipse and I wanted to know if there are any stable projects that have already used JavaCC to generate their AST representations along with Lexer-Parser files. Thanks.
20 Jul 2011 by jigneshNP
Hi..I m looking for a tutorial to make addons/plugins for IE 8 or 9. Can you provide me with a resource. Please, for the sake of peace and everything else, I Have new for developing addons/plugins so please help me.....Thanks to all in advance...
21 Jul 2011 by Stefan_Lang
Try googling for 'IE plugin SDK' - the top link already looks promising: Creating a Simple Plug-in
6 Aug 2011 by doublelive
hello,i have a question.Now,i have a plugin,it is worked.but if i include the openssl lib,and call an function to make some memory.for exampleBIO *bio = BIO_new_mem_buf(const_cast("abcdafasdfas"),-1);when add the sentence ,the plugin can't loaded.i want get some...
29 Aug 2011 by LockedOut
HelloI have one issue. That if i have opened a web page, then i can see its coding using F12 in IE and Ctrl+U in chrome etc.But what if i want to see the coding of a plugin. Suppose the coding of tweet, FB share buttons.I already know about them and using them easily. No issue with...
4 Sep 2011 by Philipp Kratzer
As far as I know this can only be done by using additional Plugins like "DOM Inspector" for IE or the "Web Designer Bar" for Firefox. I am quite sure that there are Solutions for the other big browsers as well.Hope this helps.CheersPhil
6 Oct 2011 by JustForWords
I used NPAPI to create a plugin that will be added to Firefox 4. The plugin will show two MessageBox continuous. The first one is OK, but the next one will block, user can't click the button on the messagebox, but if you click the firfox frame it will be OK. Also if you open the error console...
27 Oct 2011 by johnsson77
Do you have any idea how to create IE plugin which will save to log file time of page load? This plugin should report start time (when user clicks go button) and end time (when page is completely loaded).I prefer .net framework examples, but if you have other ideas, please fell free to post them
27 Oct 2011 by Vivek Krishnamurthy
Take a look at the following discussion. It has most of the details you are looking for.Developing Internet Explorer Extensions?[^]This should take you quite close.
1 Nov 2011 by deepakmd.pr
I want to start from scratch to write a code for viewing a pdf file as a plug-in in the browser. Kindly some one help me out. Also it will be helpful if someone can guide me through step by step instuctions for doing the same.
8 Dec 2011 by archana jain
hey,I am creating my own MS-EXCEL plugin in VS.NET ...i want to resize the GridSize of The ExcelSheet cell programatically.Further on i will try to set the width and height of the WholeSheet as 1028*720 Pixels etcplease help me how can i do this?
8 Dec 2011 by archana jain
Hey, I have added a UserControl in my Excel plugin(2010) Project. Now I want to add it to my workbook and wanted to show whenever Ribbon Loads.I have seen some examples also that are saying that and coded like below:public partial class RibbonControls : RibbonBase { ...
10 Dec 2011 by Cool Smith
Hello,I saw an article that featured a plugin/Extension support some months ago, the writer imitated the style of firefox extension manager where you can enable or disable an extension, but can find the article anymore,does anyone know about this, and point me to it?thanks
10 Dec 2011 by Not Active
If you can't find the article by searching by the author or by keywords then it was probably removed. Nothing can be done.
10 Dec 2011 by Abhinav S
Try doing a search[^] for the article.
13 Dec 2011 by lukeer
Hi experts,my application seems to deadlock under certain circumstances. I inspected every occurance of lock, but without finding anything that would produce a deadlock (No Monitor, Mutex nor Semaphore used).As I often do in such situations, I visited my friend Google. He told me of...
28 Dec 2011 by Andrew Piotrowski
Is there any Addin/Plugin for the Word 2010 ? I saw a template version for Word 2003 but i am looking for a better solution ?
25 Jan 2012 by JBenhart
Hello,I have developed an application with a plugin architecture using interfaces. I realized that when I release the API for 3rd party plugin development, someone would be able to create a loader program to replace my main program quite easily. Is there any way I can make the plugin...
25 Jan 2012 by Espen Harlinn
I think the Managed Extensibility Framework[^] provides you with the features you require based on a standard .Net implementation.Best regardsEspen Harlinn
25 Jan 2012 by Sergey Alexandrovich Kryukov
Yes, you can do it. Here is the method:First of all, the plug-in architecture has the dependencies on the following functional units: 1) host application, 2) an interface or a set of interfaces (optional or not) which a plug-in should implement; 3) a in interface or a set of interfaces which...
27 Jan 2012 by LetsMond
I want to create a toolbar plugin for Internet Explorer. I can find many examples and tutorials to get me started but nothing on one particular piece of functionality I'd like to implement.Ideally I want a small pop up window displaying information to appear when I click one of the buttons...
27 Feb 2012 by kranthi1988
hi,i need an information about creation of IE plug-in in c# and which takes the url from active IE tab and checks whether the given url geeting 404 error or not?
22 May 2012 by kranthi1988
Hi all,I want to Enable/Disable my IE Addon using C# managed code.So,Kindly can any one help me out.Thanks in advance,
2 Jun 2012 by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
31 May 2012 by kranthi1988
Hi All,I have a IE Plug-In(which is created using BHO-C#-VS2005-net2.0).It reads the user entered URLs and logs the details which urls are getting 404 error and redirected to specified link (mentioned in plug-in code)I installed the plugin MSI in my machine(Admin machine) and i checked...
18 Jun 2012 by Sergey Alexandrovich Kryukov
This is a very, very bad idea; and you cannot call it plug-in. I think you mean *.EXE file as a separate process of an external application. But processes are well isolated, so communication between a "plug-in" and its host will have to be via IPC (inter-process communication), which totally...
24 Jun 2012 by Sandeep Mewara
It does not work like this here.Here is what is expected of enquirers:1. TRY first what you want to do! You may find that it's not that hard.2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues.Members will be more than happy...
27 Jun 2012 by Member 8336910
Hi I am using code from jQuery Colour Picker - Dynamic Selector. I have made a button where it dynamically creates a row into my table. In one of the fields I want it to have the jQuery Colour Picker on it.I know that binding the jquery through the textbox's class works. I put a row and put...
27 Jun 2012 by Karthik. A
That's because events bound to an element does not apply to dynamically added similar type of elements. Use jQuery's .live to bind to elements created even after you bind to events initially. Check out this SO question, where the poster has a similar requirement to bind a plug-in to...
5 Jul 2012 by Libish Varghese Jacob
What are you trying to do here exactly?Look at your code!!!IPlugin plug = //Load with reflectionwhile (true){ int code = plug.DoPluginCode(); if (code
23 Jul 2012 by subrata kumar Nayak
it was a silly thing...replace ' with \\' ,not with\'....thn rest are same as it was...
9 Aug 2012 by bhupendra.ramani
Hi ,I need Help in Datatable.js pluginBy dafault in this js paging button is from 1-5, I have 2000 + records, so I want to increase the default paging to 1-10 or more.Thanks in Advance
9 Aug 2012 by bhupendra.ramani
I am using following codea = "Ajax/GetTickets.ashx?eid=" + eventid; tTable = $("#ticketsTable").dataTable({ bProcessing: true, bServerSide: true, sAjaxSource: a, fnServerData: fnDataTablesPipeline, ...
4 Sep 2012 by Swathi Joshi
void __stdcall COAddin::OnSend(IDispatch * Item, bool Cancel) { MessageBoxA(NULL, "On Send Clicked", "Info", MB_OK); CComPtr mail; HRESULT hr; if (Item->QueryInterface(IID__MailItem,(void**)&mail) == S_OK) { IUnknown*...
5 Sep 2012 by bbirajdar
You can use this as a reference and develop your own full fledged editor.. I guess you will not use it to cheat in your final year projectWrite Your Customized Editor for Your Own Programming Language[^]
18 Sep 2012 by afatnassi
Actually the code above is working . The problem was the use of Firefox ...the command file=req.args.get('GanttFile', 'value') In firefox : just the name of the file In IE: the absolute path. Is there a manner to make this works for the two browsers ? Thanks
19 Sep 2012 by afatnassi
So I'm putting my code here for those who wants to reuse it or for better suggestions :The Python class :class ProjectPlugin(Component): implements(INavigationContributor, IRequestHandler, ITemplateProvider) # INavigationContributor methods def...
4 Oct 2012 by NgocThanh_89
Hi all, i have installed the facebook comment plugin for my wordpress site. It's working, all comment show on my site but not show and notice on my facebook account, i view in moderator tool but it empty although i have set moderator role. Please show me how to fix it, thanks. Forgive for my...
4 Oct 2012 by Kenneth Haugland
I think you should go visit this site:http://developers.facebook.com/[^]Should be able to find out why it isn't working properly.Otherwise you should really post some of your code, as we cant see what you have done wrong by the description you have posted.
8 Oct 2012 by varun gandhi
Hi,I am looking at a situation where i would like the link preferably a web link to work from a dialog box for example consider in adobe reader x when one clicks on "Help->Improvement Options " one could see "Privacy Policy" when one clicks on it he is directed to a link , how can one do so?
3 Dec 2012 by RowanArkison
Hi Folks!I'm currently facing a problem and cannot figure out what's wrong.In my application, I use a simple Plugin architecture. For debugging, I want to write text to my trace. I have set up a TraceSource within the Plugin.dll:private static readonly TraceSource ts = new...