Category Archives: Visual Basic

Useful code snippets in Visual Basic.

Windows Hack

Microsoft XP Professional comes with a few handy Visual Basic script files. In your C:\WINDOWS\SYSTEM32 directory you will find PRNJOBS.VBS and PRNMNGR.VBS amongst other script files. As you can gather from the name of these files, they related to printer functionality. Cay Horstmann, my former Computer Science instructor, strongly encouraged his students to always explore [...]

Also posted in Rant, TechKnow | Leave a comment

Default Printer

This pieced of code, simple as it is, took me a long while to develop. I am not well versed in …

Also posted in TechKnow | Leave a comment