Board index » delphi » Controlling "Windows Explorer" by program ?
|
Philippe Chessa
Delphi Developer |
|
Philippe Chessa
Delphi Developer |
Controlling "Windows Explorer" by program ?2003-06-23 10:33:55 PM delphi84 Hi all, I would like to control the Windows Explorer programmatically. For example, given a valid path, I'd like to set the focus on this folder in Windows Explorer. Is it possible? Do you known some links to this kind of code? (I'm runnind D5 under WinNT 4) Thank you very much in advance Philippe |
| Eddie Shipman
Delphi Developer |
2003-06-23 10:50:37 PM
Re:Controlling "Windows Explorer" by program ?
In article <3ef70fd3$XXXX@XXXXX.COM>, XXXX@XXXXX.COM says...
Quote
|
| Philippe Chessa
Delphi Developer |
2003-06-23 11:00:40 PM
Re:Controlling "Windows Explorer" by program ?
Eddie Shipman <XXXX@XXXXX.COM>writes:
QuoteIn article <3ef70fd3$XXXX@XXXXX.COM>, XXXX@XXXXX.COM says... |
| WPA van Deursen
Delphi Developer |
2003-06-23 11:44:31 PM
Re:Controlling "Windows Explorer" by program ?
Interacting with the explorer is explained in
www.euromind.com/iedelphi/index.htm I don't know if your problem is explained here, but it is a huge source of information about linking explorer and delphi. Success Willem Philippe Chessa writes: QuoteHi all, The Netherlands XXXX@XXXXX.COM replace _nospam@nospam_ for @ to get a valid email address |
| Eddie Shipman
Delphi Developer |
2003-06-23 11:48:59 PM
Re:Controlling "Windows Explorer" by program ?
In article <XXXX@XXXXX.COM>, XXXX@XXXXX.COM says...
QuoteInteracting with the explorer is explained in |
| WPA van Deursen
Delphi Developer |
2003-06-24 12:08:39 AM
Re:Controlling "Windows Explorer" by program ?
Microsoft keeps on telling us that these are so integrated that they can
not separate them and build an OS without Internet Explorer ;-). No seriously, the two seem to have a very similar interface, and many of the mechanisms described for internet explorer work for the windows explorer. Willem Eddie Shipman writes: QuoteIn article <XXXX@XXXXX.COM>, XXXX@XXXXX.COM says... The Netherlands XXXX@XXXXX.COM replace _nospam@nospam_ for @ to get a valid email address |
