HeSaidJoe: Can't do. In my subclassing procedure I have something like this:
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] hwndCode:Select Case hwnd Case frmMain.hwnd Case frmOption.hwnd Case frmMain.cmdAdd.hwnd End Select




Reply With Quote