Hi,
The bug has been found. I am going to fit it and release a new version. Meanwhile, remove the following code from the WM_CREATE message and put it in the ECM_AFTERCREATE:
.ElseIf uMsg == ECM_AFTERCREATE
;get screen width and place program in upper right corner
Invoke GetSystemMetrics, SM_CXSCREEN
Sub Eax, 225
Invoke SetWindowPos, hDlg, HWND_NOTOPMOST, Eax, 0, 0, 0, SWP_NOSIZE
Regards,
Ramon