Tag: Visual Basic
-
VBA/VBS check if printer is installed
Here is a quick code snippet to determine if a printer is installed on a Microsoft Windows system;
-
Photoshop VBScript to automatically resize images
Decided to learn Photoshop VBScripting, don’t know why I didn’t do this sooner, I now have scripts to automatically generate my blog thumbnails (as below), and add little Google Maps markers on them (see here). A few constants to change in the script (edit with Notepad); RESIZEWIDTH – thumbnail width RESIZEHEIGHT – thumbnail height IGNOREVERTICAL…
-
Base64/sexatrigesimal encoding/decoding in VBA/VB6/Visual Basic
Here is an implementation of Base 36 enconding/decoding functions is VB6.