Get VBA code to sort a listview column header on click. Not only default column, any column in listview can be sorted, with a click on column header.
VBA Userform – Escape key to Close – Unload form
Learn how to close a vba userform with escape key. Map command button to Exit or Close a Userform with Escape key.
Regular Expressions – I
A regular expression (shortened as regex) is an extremely useful way of matching common patterns and texts such as emails, phone numbers, URLs etc. almost all programming languages have a regular expressions library. It is widely used in text editors also to find patterns and replace string patterns that we specify in the […]
VBA Option Explicit Not Working – Solved
Is Option Explciit not working in your code as desired. Undeclared variables are not reported. Here is the fix to make Option Explicit to work as desired.
World’s Simplest Key logger using VB6
Learn how a Key Logger is coded using VB6 with just simple code & then how it can be used to record the key strokes by running at the background
Text To Speech Application – VB6 Voice Code
Get VB6 Text to Speech code using Win32 Speech API (SAPI or TTS) & develope VB6 application with voice options enabled.