J
jam96-BuffaloJoe
TIA.
Clipboard.SetDataObject(myOWC.GetPicture("gif", myOWC.Width, myOWC.Height))
myImage = Clipboard.GetDataObject.GetData("gif", False)
Then pass to PrintDocument
How do you get the OWC to send it's content to the printer?
Clipboard.SetDataObject(myOWC.GetPicture("gif", myOWC.Width, myOWC.Height))
myImage = Clipboard.GetDataObject.GetData("gif", False)
Then pass to PrintDocument
How do you get the OWC to send it's content to the printer?