Page 1 of 1

Notepad++ ActiveX plugin doesn't work - SOLVED

Posted: 17 Jul 2017, 16:54
by hotkeyguy
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

Re: Notepad++ ActiveX plugin doesn't work

Posted: 17 Jul 2017, 20:06
by hotkeyguy
Hello all,

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


Many thanks and greetings
hotkeyguy

Re: Notepad++ ActiveX plugin doesn't work

Posted: 15 Dec 2019, 12:42
by rediffusion
hotkeyguy wrote:
17 Jul 2017, 20:06

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