;this is a client for: ;http://www.tec-it.com/online-demos/tbarcode/barcode-generator.aspx gui, add, edit,vbc r1 w100, gui, add, button, x+5 w50, go gui, 2:add, text,vtext cblue w200, gui, 2:add, pic,vbarcode w200 h200 xm+5, gui, 2:add, text, w200,This barcode was generated with Barcode Software by TEC-IT. gui, show, y300 nr1 = 0 OnExit, return buttongo: GuiControlGet, bc gg = gg if gg = g%bc%g bc = error StringReplace, bctext, bc, %A_SPACE%, +, All UrlDownloadToFile, http://www.tec-it.com/online-demos/tbarcode/barcode.aspx?code=QRCode&data=%bctext%&dpi=96&rotation=0&modulewidth=fit, %A_ScriptDir%bc.gif if nr1 = 0 guicontrol, 2:, barcode, %A_ScriptDir%bc.gif guicontrol, 2:, text, %bc% gui, 2:show, y400 FileDelete, %A_ScriptDir%bc.gif return |:: guiclose: exitapp