PDA

View Full Version : Being notified of completed transfers in another program?


Yoni
06-25-2003, 12:30 PM
* FlashFXP v[ 2 ].[ 1 ], build [ 924 ], [ x ] registered, [ ] unregistered, [ ] pirated
* OS [ ] WinXP, [ x ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [ x ] Yes & Model [ D-Link DI-614+ 2.18 ], [ ] No, [ ] Not sure
* Running firewall [ ] Yes, Name [ ], Ver. [ ], or [ x ] No
* Running Antivirus [ x ] Yes, Name [ Norton AntiVirus 2002 ] or [ ] No
* Network [ x ] xDSL, [ ] CABLE, [ ] Dial-Up, [ ] Other

Hi.
I am a programmer (C/C++, Win32) and I want to write a program that will be notified whenever a transfer (download or upload) is done in FlashFXP.

Is there any method of IPC (inter-process communcation) implemented in FlashFXP (i.e. DDE, windows messages, pipes, whatever)?

If not, is there a way to make FlashFXP perform some action whenever a file transfer is complete?

MxxCon
06-25-2003, 04:37 PM
flashfxp does not have any IPC.
but it does have sound events or
add the following to flashfxp.ini
[run]
app= "<application name>"
param="<parameters>"
show=1/0

1 show that application, 0 don't