Notepad++ ActiveX plugin doesn't work - SOLVED

Scripting and setups with Notepad++ and AutoHotkey.
hotkeyguy
Posts: 170
Joined: 11 Oct 2014, 12:22

Notepad++ ActiveX plugin doesn't work - SOLVED

Post by hotkeyguy » 17 Jul 2017, 16:54

Hello,

there is an ActiveX plugin for Notepad++ available:
Notepad++ ActiveX plugin download | SourceForge.net

Unfortunately I don't get it working with AutoHotkey (tested 32 Bit ANSI + 32/64 Bit Unicode, Win 7 64 Bit):

Code: Select all

g_xNpp := ComObjActive( "NotepadPlusPlus.Application" )
sVersion := g_xNpp.version

or

g_xNpp := ComObjCreate( "NotepadPlusPlus.Application" )
sVersion := g_xNpp.version
sVersion is always 0.0.0.

Yep, it's registered (and I unregistered/registered it).


Many thanks and greetings
hotkeyguy
Last edited by hotkeyguy on 17 Jul 2017, 20:08, edited 1 time in total.

hotkeyguy
Posts: 170
Joined: 11 Oct 2014, 12:22

Re: Notepad++ ActiveX plugin doesn't work

Post by hotkeyguy » 17 Jul 2017, 20:06

Hello all,

after restarting my PC the plugin seems to work. Just testing.


Many thanks and greetings
hotkeyguy

User avatar
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: Notepad++ ActiveX plugin doesn't work

Post by rediffusion » 15 Dec 2019, 12:42

hotkeyguy wrote:
17 Jul 2017, 20:06

after restarting my PC the plugin seems to work.
LOL :lol:

Post Reply

Return to “Notepad++”