Search found 2 matches

by volkerkunze
Mon Mar 04, 2013 5:31 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: 2D-Code from Outlook contact
Replies: 3
Views: 6749

Re: 2D-Code from Outlook contact

Hello Alex, thanks for your reply. I tried the following code: Friend Shared Function GetStringFromVCard() As String Dim inFile As System.IO.FileStream Dim binaryData As Byte() inFile = New System.IO.FileStream(<filename>.vcf, System.IO.FileMode.Open, System.IO.FileAccess.Read) ReDim binaryData(CInt...
by volkerkunze
Mon Mar 04, 2013 2:14 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: 2D-Code from Outlook contact
Replies: 3
Views: 6749

2D-Code from Outlook contact

Hello,

is it possible to create an 2D-Barcode by assigning an outlook contact file (*.vcf) to the barcode writer?

Greetings from Germany
Volker