Have a barcode scanner or card reader laying around or maybe need one for work? Well now you can see how to use them with AHK!
reddit = / automate_your_life
CODE:
Gui, Add, Text, x82 y9 w80 h20 , Scan your card
Gui, Add, Picture, x12 y39 w230 h150 vpic_get,
Gui, Add, Edit, x12 y199 w230 h30 ,
Gui, Show, x842 y404 h243 w257, Card Scanner
watchagain:
code=
Input,code,,{Enter}
IF code contains 60157205
{
GuiControl,, pic_get, C:\Users\Thom\Desktop\chick-fil-a-gift-card.png
SoundBeep,, 500
}
IF code contains 33181
{
GuiControl,, pic_get, C:\Users\Thom\Desktop\6034.jpg
SoundBeep,, 500
}
goto watchagain
Return
guiclose:
exitapp
Watch video AutoHotkey How To Use a Barcode Scanner / Card Reader With AHK online, duration hours minute second in high quality that is uploaded to the channel TAB Nation - Automation 23 December 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,426 times and liked it 34 visitors.