Posts: 1,769
Threads: 410
Joined: Feb 2003
i'd like to be able to grab the file name that is selected from Windows Explorer and get the UNC path. I have it in the context menu but it usually takes 3-5 seconds for it to come up and i'm sick of waiting for it.
is there a way to do this?
thanks
Posts: 12,072
Threads: 140
Joined: Dec 2002
Maybe GetClipboardFiles can be used.
Posts: 1,769
Threads: 410
Joined: Feb 2003
thanks.
is there a way to move the selected file into the cb?
str.getsel doesn't seem to get it.
Posts: 12,072
Threads: 140
Joined: Dec 2002
Posts: 1,769
Threads: 410
Joined: Feb 2003
doh...didn't know it did that.
thanks....can't seem to get the unc though.
Posts: 1,769
Threads: 410
Joined: Feb 2003