RE: QR Codes in VFP

2012-11-20 Thread Dave Crozier
November 2012 17:38 To: ProFox Email List Subject: Re: QR Codes in VFP Dave, You will have to determine precisely what you're being given to work with. Then either study the official JPEG/JFIF Standards, find the standard that governs the file you're reading and from that determine precisely where

Re: QR Codes in VFP

2012-11-20 Thread GaryT
-Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of GaryT Sent: 19 November 2012 17:38 To: ProFox Email List Subject: Re: QR Codes in VFP Dave, You will have to determine precisely what you're being given to work with. Then either study the official JPEG/JFIF

RE: QR Codes in VFP

2012-11-20 Thread Dave Crozier
Russell Sent: 20 November 2012 14:21 To: ProFox Email List Subject: Re: QR Codes in VFP On Tue, Nov 20, 2012 at 3:57 AM, Dave Crozier da...@flexipol.co.uk wrote: Gary, It isn't the QR codes that I have a problem with, I've sorted out all the coding for that myself in C# so I can create, read

Re: QR Codes in VFP

2012-11-20 Thread Mike Copeland
Dave, I played around a bit with QR codes last spring and what I planned to do was write the QR code image to a file, then store the path/filename for VFP to use for accessing/using the bitmap image. Mike Original Message Subject: Re: QR Codes in VFP From: Dave Crozier da

RE: QR Codes in VFP

2012-11-20 Thread Richard Kaye
This feels like one of those things that should be supported by the GDIPlus library? _screen.system.Drawing.Image.FromStream(...) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Monday, November 19, 2012 10:59 AM To:

Re: QR Codes in VFP

2012-11-19 Thread GaryT
Dave, You will have to determine precisely what you're being given to work with. Then either study the official JPEG/JFIF Standards, find the standard that governs the file you're reading and from that determine precisely where within the file the info is stored, and extract it... (the