Relinking program Icon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've managed (finally) to relink my tables from code. Now I need to relink my program icon from code if the path changes. How should I do this?
Thanks.
 
audreybmorin said:
I've managed (finally) to relink my tables from code. Now I need to relink my program icon from code if the path changes. How should I do this?


The icon path is stored in:

CurrentDb.Containers!Databases.Documents!MSysDb.Properties("AppIcon")
 
Thanks, that works, but...
Can I refresh the link? How? If I change the link on open, the icon doesn't show up in the app right away.
 
Thanks. That's what I was missing.

Marshall Barton said:
Use the RefreshTitleBar method.
--
Marsh
MVP [MS Access]

Thanks, that works, but...
Can I refresh the link? How? If I change the link on open, the icon doesn't show up in the app right away.
 
Back
Top