windows Explorer

M

MRutten

How can I in a form by double clicking on a text field
open Windows Explorer in a specified directory?

Thank you.
 
D

Dan Artuso

Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!
 
Top