Relinking program Icon

A

audreybmorin

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.
 
M

Marshall Barton

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")
 
A

audreybmorin

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.
 
A

audreybmorin

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.
 
Top