-
Hi,
I've created a screensaver. My problem is setting the icon for the .scr file. I tried setting the icon property of the form. But that icon was set as the icon of the project only if I set Project-->Properties--> Startup as the form. But I need to set Startup as "sub main" for the screensaver. When I set startup as "sub main" the icon of the .scr file is the default VB icon. Any ideas on how I can set the icon of the .scr file???
Thanx.
-
-
the 2nd reply to myself!!!!!!!!
-
Hmm, I would have replied if I only had VB so i could check it out but well, i'm replying anyway.
I think you could put an icon in a resource file and attach it to your project, i'm not sure if it works but it should.
-
thanx kedaman,
will try it out!