Re: to GURUs by Demetrios
Demetrios
Fri Mar 05 09:03:48 CST 2004
Roger,
Thanks for your reply.
We handle a a lot of raw data for transportation models, and the reason that
I want this is that in a couple of cases, someting in these data needs to be
modified, before converted.
And all I wanted to do is to have some tool to remind me that.
So that, any time I entered in these specific folders (useing explorer) to
download and convert the data, to have a reminder. "Don't forget to do...".
Fortunately I can annotate a folder, but all I am afraid off is that some
day, I may forget to make the change.
Demetrios, Greece
"Roger Ansell" <notmyreal@emailaddress.com> wrote in message
news:c29tho$em0i7$1@ID-212432.news.uni-berlin.de...
> Demetrios Panayiotakopoulos <dpanayiotakopoulos_my_dat@_my_ametro.gr>
> wrote:
> > Not exactly a VFP question
>
> That's OK, I'm not exactly a Guru! ;-)
>
> > Is there a firing event that can be used
> > when someone opens a folder?
>
> > I would like to make an app that would start
> > when the user enters into a folder, in order, let us say,
> > to remind you something.
>
> It's possible to create a Shell extension (in-process
> COM server) to handle moving, re-naming, copying
> or deleting folders - have a look at ICopyHook and
> its CopyCallBack method in MSDN.
> AFIAK, there's no way capture the event of "opening"
> a folder (ie expanding folder node in Explorer).
>
> Anyway, it would be pretty annoying for the end user
> if every time they "opened" a specific folder in Explorer,
> they got some pop-up reminder or whatever.
> Perhaps there's a better way to alert your end-users
> of things they should do!
>
> -Roger
> --
> Roger Ansell
> Adelaide, Australia
>
> My real email address is ransell at senet dot com dot au
>
>