CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    New Jersey
    Posts
    1

    Autorun CD-Rom with Icon splash

    I am not at all familiar with VB, but I have access to it at work. I just need code so I can autoboot a CD-Rom when inserted into a drive, displaying my icon file at startup. Also, how do I convert a .GIF to .ICO. Thanks


  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: Autorun CD-Rom with Icon splash

    Autorun doesn't need vb at all. just create autorun.inf file and put in it thease lines:
    [autorun]
    open=my.exe
    icon=my.ico

    of cousrse 'my' comes instead filenames, possible with full/ partial path. Enjoy.
    P.S. If you hear about the .ico pls write me at [email protected]


  3. #3
    Join Date
    Sep 1999
    Location
    Bangalore, India
    Posts
    21

    Re: Autorun CD-Rom with Icon splash

    To convert imgae to .ico, try using the software "icon editor" . U will find it at www.axialis.com

    Software Engineer
    Bangalore

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

Featured