How can i put a picture into vcard [delphi] (General questions)
How can i put a picture into vcard ?
Thank you
How can i put a picture into vcard ?
Thank you
by wodDamir
, (6479 days ago) @ Boboc Ionut
Hi,
You can try something like this:
Use an Image control, and load a Picture in it. Then use something like this to load picture into Photo property:
[code]var
pic1 : IPictureDisp;
begin
GetOLEPicture(Image1.Picture, pic1);
wodXMPP1.VCard.Photo := pic1;
end;[/code]
Hope this helps.
Regards,
Damba
by Boboc Ionut
, (6479 days ago) @ wodDamir
Hi,
You can try something like this:
Use an Image control, and load a Picture in it. Then use something like this to load picture into Photo property:
[code]var
pic1 : IPictureDisp;
begin
GetOLEPicture(Image1.Picture, pic1);
wodXMPP1.VCard.Photo := pic1;
end;[/code]Hope this helps.
Regards,
Damba
It really helped , Thank you!

The wodCrypt product is great and we appreciate your effort to add support for UNIX Crypt.

We are having great success with your component ... email server that has over 750 000 mailboxes back ended by a SQL server...

Your component works really great. With minor effort I have been able to convert my delphi application...

Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...

The wodCrypt product is great and we appreciate your effort to add support for UNIX Crypt.

We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.

...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...

...I'm extremely impressed with the product, it represents excellent value for money...

Congratulations on an excellent product and first rate support!

We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.

