
Is it possible to subclass a form?
Yes; there's a brief description of subclassing in Books Online.
One caution: when you subclass in VB, NEVER hit the end button
on the toolbar. You must restore the original pointer you retrieved
before ending the app or the IDE crashes.
--
Ron Ruble
Raffles Software Development, Inc.
Quote:
>Hi,
>Using the Get WindowProc API call and the SetWindowLong API call is it
>possible to subclass a regular form?
>Thanks,
>Steve