Program Icon

G

Guest

I have a VBA program that has LAN users.

The startup dialog allows setting the icon to display in the title bar and
on the task bar.

Currently, when I select an icon located on a LAN drive, it codes the mapped
folder (drive letter used).

How can I use the LAN noun name for the drive? I've tried using
\\lan_server\lan_folder\selectedicon.ico, but Access will not allow.
 
D

Douglas J. Steele

When you browse to find the icon, don't select the mapped drive. Go through
Network Neighborhood or My Network or whatever it's called in your operating
system. Can't guarantee this will work, but it's how you can get UNCs with
the Linked Table Manager.
 
G

Guest

The dialog for the icon selection does not have Network anything. Only
Favorites, History, My Docs, and Desktop are available.

I'm using A2002.

Any other ideas?
 
D

Douglas J. Steele

Sorry, no. You sure about the browse, though? I've only got Access 97 and
Access 2003 installed on this machine, but both of them give me the full
gamut of possibilities for browsing.
 
J

Jeff Conrad

in message:
The dialog for the icon selection does not have Network anything. Only
Favorites, History, My Docs, and Desktop are available.

I just tested this with Access 2002 and yes only those four options show
up on the far left of the browse box. However, use the drop down list called
"Look In" and select "My Network Places' from there.
 
G

Guest

Thanx to both of you. The final solution works. I'll have to keep this in
mind for a lot of things regarding this.
 
A

Albert D.Kallal

PosseJohn said:
Thanx to both of you. The final solution works. I'll have to keep this
in
mind for a lot of things regarding this.


While you found a solution, this begs the question as why the icon is not
installed on each pc? it makes no sense to try and share a path name to a
icon sitting on a server. You should create a directory on each pc, and in
that directory you place both the software part (the mdb, mde file), and
also the icon file. These files should NOT be on the folder on the server
side.

I explain why, how come you need to put the software stuff on each pc here:

http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
 

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

Top