03-28-2023, 01:49 AM
Using this code produces an error when icon file does not exist.
what am i doing wrong?
Erik.
Code: (Select All)
' set title icon
If _FileExists("sic64.ico") Then
$ExeIcon:'sic64.ico'
_Icon
End If
_Title "SICK64"
what am i doing wrong?
Erik.