Sean Con
22-07-2010, 00:10
hio
I am using the latest stable release.
However, the dialog set icon is not working
i have the icon file .ico in the same directory as the app.
can anyone help? what is the correct systax of dialog set icon
i do this:
dim iconloc as string
iconloc = app_sourcepath + "icon.ico"
dialog set icon mainwin, iconloc
dialog show modal ...... etc
this is not working
regards
s
I am using the latest stable release.
However, the dialog set icon is not working
i have the icon file .ico in the same directory as the app.
can anyone help? what is the correct systax of dialog set icon
i do this:
dim iconloc as string
iconloc = app_sourcepath + "icon.ico"
dialog set icon mainwin, iconloc
dialog show modal ...... etc
this is not working
regards
s