[Module] Barcode Gadget (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] Barcode Gadget (all OS)

Post by Thorsten1867 »

Barcode Gadget - Module (all OS / 64Bit / DPI)

Generates and displays barcodes (Code-39/UPC-A)

(Based on the code of TI-994A (2017)

Code: Select all

BarCode::Gadget()             -  Gadget for Barcodes

BarCode::GetText()            - similar to 'GetGadgetText()'
BarCode::GetColor()           - similar to 'GetGadgetColor()'

BarCode::Hide()               - similar to 'HideGadget()'

BarCode::SetAutoResizeFlags() - [#MoveX|#MoveY|#Width|#Height]
BarCode::SetColor()           - similar to 'SetGadgetColor()'
BarCode::SetText()            - similar to 'SetGadgetText()'
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]