Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Barcode on Form
Is it possible to show a barcode on a form?
I know there is a FONT property on the text control, but I cannot get it to work.
It works with the msg-function:
font = ''
font<1,1,1> = "Free 3 of 9"
font<1,1,2> = 64
s = "Test"
s<18> = font
call msg('', s)
You get this:
I know there is a FONT property on the text control, but I cannot get it to work.
It works with the msg-function:
font = ''
font<1,1,1> = "Free 3 of 9"
font<1,1,2> = 64
s = "Test"
s<18> = font
call msg('', s)
You get this:
Comments
Declare function URLDownloadToFile Url = "http://barcodes4.me/barcode/i2of5/1234567.jpg" FilePath = "AHK\aTestBarCode.jpg" Response = URLDownloadToFile("", Url, FilePath, 0, "") Set_Property(@Window:".OLE_PICTURE", "OLE.Image", Filepath)
Here's a link to the barcode api documentation:
barcodes4.me/apidocumentation
If you would like some info on how make that function available, I'm happy to share. The steps I followed are at this link:
https://wiki.srpcs.com/pages/viewpage.action?pageId=2492082