|
-
Nov 11th, 2006, 03:58 PM
#1
Thread Starter
New Member
[RESOLVED] Me.hWnd substitute
Hi,
I have to write an activeX ocx. For this I am using an dll that has a function that is taking the first parameter Me.hWnd.
When I am makeing the ocx I've the error "Method or data member not found" and this is reffering to the Me.hWnd.
Can any one point a different method the find the value for Me.hWnd ?
-
Nov 11th, 2006, 04:59 PM
#2
Thread Starter
New Member
-
Nov 11th, 2006, 09:26 PM
#3
Re: Me.hWnd substitute
I think that should be UserControl.hWnd instead.
-
Nov 12th, 2006, 02:49 AM
#4
Thread Starter
New Member
Re: Me.hWnd substitute
 Originally Posted by RhinoBull
I think that should be UserControl.hWnd instead.
Yes, is working too and is more elegant. Thanks
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
|