This is the sample (the helpicon doesn't go away):
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
oDlg:lHelpIcon = .F.
ACTIVATE DIALOG oDlg;
CENTER
RETURN NILEMG