|
-
Sep 18th, 2000, 06:49 AM
#1
Thread Starter
Hyperactive Member
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.
-
Sep 18th, 2000, 11:32 PM
#2
Thread Starter
Hyperactive Member
-
Sep 20th, 2000, 01:03 AM
#3
Thread Starter
Hyperactive Member
the 2nd reply to myself!!!!!!!!
-
Sep 20th, 2000, 04:20 AM
#4
transcendental analytic
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.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 20th, 2000, 04:54 AM
#5
Thread Starter
Hyperactive Member
thanx kedaman,
will try it out!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|