hey, I made it to save received files with a TFilestream - BUT how can I send files?? Everytime I use SendFileDC NOTHING HAPPENS! So: how do you send files???
Marc
PS: Does an 'Edit'-Button exists!?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
does anyone know how to receive and send a file with this component?
I have only found out how to accept the request (icqclient1.FTResponse(requestrec,true,'');), but not how to receive or even send files...
Pleeease help me, I've searched all the web, but I really found nothing, even the example of this component does not have filetransfer included :( :(
Thanks,
Marc
ah, I found out that you start the File Transfer with
procedure TForm1.ICQClient1FTStart(Sender: TObject; StartRec: TFTStartRec;
FileName: string; FileSize, Speed: Cardinal);
begin
icqclient1.FTStartResponse(startrec);
end;
but how can I specify the target etc?
PLEASE help me, its really important! (I know that sounds lame, but it's true ;) )
Thanks,
Marc
hey, I made it to save received files with a TFilestream - BUT how can I send files?? Everytime I use SendFileDC NOTHING HAPPENS! So: how do you send files???
Marc
PS: Does an 'Edit'-Button exists!?