windows phone 7 - Can i use this Barcode library on WP7? -
greeting,
can use this library in windows phone 7?
there exists c# or vb.net version.
here used namspaces:
using system; using system.drawing; using system.drawing.imaging; using system.text; using system.collections.specialized; using system.collections;
or how can know can use library or can't.
not without changes - system.drawing
isn't available in wp7 (or silverlight in general, matter).
the simplest way find out though create new wp7 class library project, try add existing source it, , try add assemblies original code references.
Comments
Post a Comment