Assigning Icon to startup file

  • Thread starter Thread starter AW
  • Start date Start date
A

AW

I hope that this is the right place to pose this question.

I'm a newcomer to VB.net and have not been able to work out how to assign an
icon to the projects
start up folder when compiling the project for distribution.

Please can any one point me in the right direction.

Thanks

Al@n
 
Select the file system view. Select the "User's Start Menu" Add a folder if
you need to. Then right-click on the right pane and select "Create new
shortcut". Specify what the shortcut points to (your EXE or folder or
whatever). You'll have to add in ICO file to your project, but once you do
you can edit the shortcut's properties to assign the icon to it.
 
Klaus

Thanks for the reply. Does the ICI file have to be any particular size?

Alan
 
Size as in bytes? No. Size as in dimensions? It should contain 16x16 and
32x32 images at whatever color depth you want (usually 16bpp). It depends on
what your target OS is. In general those two will work across all versions
of Windows.
 
Klaus

Thanks very much

Alan
Klaus H. Probst said:
Size as in bytes? No. Size as in dimensions? It should contain 16x16 and
32x32 images at whatever color depth you want (usually 16bpp). It depends on
what your target OS is. In general those two will work across all versions
of Windows.


--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top