Hi Jose, I became curious when I noticed the below code in your include file.
IF LEN(strClassName) THEN szClassName = strClassName ELSE szClassName = "PBWindowClass"
szClassName = szClassName & ":" & FORMAT$(nCount)
I sometimes use FindWindow with classnames, I just have to remember to add the ":0" when using CWindow.
Thank you /Mikael