Results 1 to 5 of 5

Thread: .scr file icon

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298
    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.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298
    anyone???????????

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298

    Red face


    the 2nd reply to myself!!!!!!!!

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298

    Smile

    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
  •  



Click Here to Expand Forum to Full Width