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
Printable View
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
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]
To convert imgae to .ico, try using the software "icon editor" . U will find it at www.axialis.com
Software Engineer
Bangalore