Hello,
I need to add a timer to a DLL.
This DLL will be used as a plugin for Notepad++.
It seems that the PB timer must be bound to a window...but my DLL has no window.
So what would be the best approach?
-add a window (plus timer) and hide the window
-other options ...?
thanks
Heinz
add timer to DLL
Re: add timer to DLL
OK... the description here http://msdn.microsoft.com/de-de/library ... s.85).aspx says that hwnd parameter is optional...so will try it...
thank you
thank you
Re: add timer to DLL
or you could just use createthread, elapsedmilliseconds, and delay....
Re: add timer to DLL
or you create an invisible window...
- Brandon Parker
- User

- Posts: 19
- Joined: Fri Mar 30, 2012 2:30 am
- Location: Scottsville, Virginia
Re: add timer to DLL
Doesn't Notepad++ expose something like 4 of its windows' handles?
Why not bind the timer to one of those handles?
{:0)
Brandon
Why not bind the timer to one of those handles?
{:0)
Brandon
Windows 7 Home Premium 64-bit Intel(R) Quad Core(TM) i5 CPU M 430 @ 2.27GHz 4GB DDR3 RAM
Re: add timer to DLL
yes, right... Notepad++ / Scintilla have window handles...so maybe I can use them.
Thank you for the hint
Heinz
Thank you for the hint
Heinz

