Thread
:
Alert if no 'Smiling face"?
View Single Post
#
5
(
permalink
)
10-03-2006, 12:28 PM
phoenix
Senior Member
Join Date: May 2006
Posts: 287
here it is
----------do not forget to include this file
#include <WinUser32.mqh>
if(!IsExpertEnabled())
{
MessageBox("Expert Button Is Off","Message",MB_OK|MB_ICONWARNING);
PlaySound("alert.wav");
}
phoenix
View Public Profile
Send a private message to phoenix
Find all posts by phoenix