| Posted: September 16 2004 at 11:51pm | IP Logged
|
|
|
At first, my concern was with the third party print component, but I cannot event get the barcode image to load in a PictureBox. For example, the following code does not do anything:
Picture1.AutoRedraw = True Set Picture1.Picture = MrvBarcode1.Picture Picture1.Refresh
I'm not sure why this doesn't work, as both the PictureBox and the Barcode objects' Picture property are IPictureDisp objects
|