This is somewhat of a VBA question .... Anyone know of a way to get a label to print/display "sideways" (vertically)? I know of no fonts available ... Thanks!
I think you're out of luck there, even in officeXp i can't get the label to print from bottom to top.
I know how to do it with windowed control (we can use CreateFontIndirect API for it).
Other way I can think of is by using image control.
Create the text using Drawing application and save it in vector format (preferrably .WMF or .EMF format so we can resize it without having that jaggy edges) and load it in the Image control.
Originally posted by Luthv
I think you're out of luck there, even in officeXp i can't get the label to print from bottom to top.
I know how to do it with windowed control (we can use CreateFontIndirect API for it).
Other way I can think of is by using image control.
Create the text using Drawing application and save it in vector format (preferrably .WMF or .EMF format so we can resize it without having that jaggy edges) and load it in the Image control.
At which time it's not worth my time to do so unless forced to ... Right now they're happy to have it vertical ...
Bookmarks