'Subject: Icon in Explorer?
'> Some applications have an application icon which displays next to
'the programs name when viewed in explorer.
'>
'> I have created a program icon which displays on the Qform when the
'program is running, and I have been experimenting with
'Application.IcoHandle but the icon does not show in explorer.
'>
'> Can you please tell me how this is achieved in RQ?
'>
'From: "midiprog2000" <midiprog2000@y...> Mon Nov 11, 2002 12:00 am
'To include an icon visible on your form as well as in explorer, use
$OPTION icon "path of icon"
'Alain