HeSaidJoe: Can't do. In my subclassing procedure I have something like this:
Code:
Select Case hwnd
Case frmMain.hwnd
Case frmOption.hwnd
Case frmMain.cmdAdd.hwnd
End Select
the hwnd is part of the subclassing (as far as I know you need to have hwnd to subclass unless I'm mistaken). So as you see I need that [beep] hwnd