Is it possible to subclass a form? 
Author Message
 Is it possible to subclass a form?

Hi,

Using the Get WindowProc API call and the SetWindowLong API call is it
possible to subclass a regular form?

Thanks,

Steve



Mon, 17 Jul 2000 03:00:00 GMT  
 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



Tue, 18 Jul 2000 03:00:00 GMT  
 Is it possible to subclass a form?

Sub-classing in VB5 is the greatest thing since skim milk :-)



Tue, 18 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Is it possible to subclass the mouse pointer?

2. Delete subclass message, possible?

3. Is this possible, or am I pushing it?

4. Is this possible, or am I pushing it?

5. Is this possible, or am I pushing it?

6. is this possible or am I dreaming

7. Can I subclass a form field control?

8. Can I subclass a form field control?

9. Form Subclass ?

10. SubClass Form to recieve Clipboard Changes

11. CE_MsgHook : Subclass Form or Control in eVB to capture message

12. Form in a Parent Form's Frame - Is it possible

 

 
Powered by phpBB® Forum Software