VBA 135
Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel
Sorted from new to old.

IntlIsAlphaCharacter
Test if a character is alphanumeric, regardless of the code page or language ...

ImageOpen_IfranView
Opens an image using Irfanview (i_view32.exe attached which also inscludes a ...

Screenshot_IrfanView
Saves a screenshot of the entire screen into a file using IrfanView (i_view32. ...

ConvertImage_IrfanView
Converts an image from any image into any image using IrfanView command line ...

Inputbox vs Application.Inputbox
fm20.dll has another inputbox to be used It is smaller, maybe more straight ...

MouseDown and MouseUp in FM20 controls
MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

PCase (ProperCase)
Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Textbox focus issue fix
Trick to force textbox with multiple lines and scrollbars to refresh itself ...