|
-
Feb 4th, 2003, 03:19 AM
#1
Thread Starter
Member
using AdressOf ProcedureName in a usercontrol ? ...
I'm trying to subclass a form, but inside of a usercontrol ...
WndProcOld& = SetWindowLong(hwnd, GWL_WNDPROC, AddressOf WindProc) <- using that to initiate the subclassing
WindProc being the function name ... but it doesn't work inside the usercontrol ? .. (as the function isn't in a module, at least I think that's why) ... Is there a way around this ?
-
Feb 4th, 2003, 03:44 AM
#2
-
Feb 4th, 2003, 05:43 AM
#3
What are you trying to accomplish by subclassing the form?
-
Feb 4th, 2003, 07:45 AM
#4
Thread Starter
Member
trying to get mouse scroller to work so that the user can scroll the form ... see related thread ..
HERE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|