Andre van Zuydam wrote: >Well - it could be any file. In my case its a text file (a php file). My >programme is open and I want to know when windows wants to open another one >so I can open it in my programme, it being the default >editor. I hope this makes sense. > Andre, perhaps you could register the .PHP file extension with Windows to be associated with (opened by default by your program) at initialization time and return the .PHP association to its original state as part of your application's finalization routine.
Would this achieve the effect you need? HTH, Malcolm __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
