|
-
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 ?
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
|