desktop shortcut's icon

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

Hello, I have a database on the server at work and I wanted to change the
shortcut icon for everyones shortcuts on thiere desktops. Can I do this? Or
is there some way when they create a shortcut from the origional it would
already have the new icon as its image? Thanks!
 
A shortcut is simply a file (with an extension of .lnk, even though that
extension doesn't show up in Windows Explorer). You can copy the file and
share it.
 
Is there a way that if someone right clicks on the app and selects shortcut
to desktop how can I have it so that shortcut will have the new icon? Thanks!
 
Chad said:
Is there a way that if someone right clicks on the app and selects shortcut
to desktop how can I have it so that shortcut will have the new icon? Thanks!

Possibly. However not by right clicking on the current shortcut on
their desktop.

What you could do is create some VBA code that would go looking on
their desktop for the shortcut pointing to the FE and update the icon
from there. However this would require extensive use of the Windows
API and would be recommended only for an intermediate level of
expertise in VBA.
Newbies need extra loven........

<smile>

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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