Posts: 16
Joined: 17.Aug.2005
From: china
Status: offline
I created a event and an alert in my own filter. When someone download a exe file, the filter will alert the firewall. But no matter how many exe file I download there is only one alert message appearing in the dashboard. What should I do to make an alert message appear in the dashboard on every downloading of a exe file. I use the signal method as below: spEvent->Signal(1,-1,L"MyFTPFilter find download of exe file!",L"The detail event is log in the MyFTPFilter log file,u can check it!",0,L"MyFTPFilter",varEmpty,varEmpty,0,EVENTLOG_INFORMATION_TYPE);