You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mladen Turk <ml...@mail.inet.hr> on 2001/08/16 13:11:08 UTC

[PATCH] ApacheMonitor various...

Hi all,

I've done some bug fixes and an enhancement to ApacheMonitor.

The bug fix is the WM_TIMER that was not properly called after it was moved
to WndProc.
(The message is WM_TIMER and wParam is timer event)

The enhancement is the left button click which now displays the popup menu
with all Apache's installed, and to each installed service adds the submenu
with the options to start, stop or restart the service.



I've attached the diffs.

MT.

RE: [PATCH] ApacheMonitor various...

Posted by Mladen Turk <ml...@mail.inet.hr>.
This old dog is gonna need to learn some new tricks :)

Here are the right diffs.

MT.