how to create QR code in windows phone 7.1 -


please tell how generate qr code in windows phone 7.1. have tried urlthomasvestergaard

i'm using silverlight_zxing_core version v2.0.50727 library.

but when used code above link have following issue 1.system.windows.media.imaging.writeablebitmap' not contain definition 'setpixel' , no extension method 'setpixel' accepting first argument of type 'system.windows.media.imaging.writeablebitmap' found (are missing using directive or assembly reference?)

please tell me how resolve possible.

thanks

you should check writeablebitmapex library. has extension methods getpixel() , setpixel() in addition other useful stuff.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -