I'm trying to make use Seiko's SDK dll to print labels and am at the point where I need to access the hFont handle parameter. According to this NI Support site:
http://zone.ni.com/reference/en-XX/help/370052G-01/tsuiref/infotopics/font_objects/
I can access the hFont property in stdole2.tlb through an ActiveX Automation VIs.
However, when I reference stdole.Font, all the properties are there except hFont. Using stdole.IFont, hFont is available but I get the error "Automation Open: Object specified is not creatable".
Has anyone has any success in access the hFONT handle or in sending text to Seiko's SLP printers?
Thanks,
Ron