Where is MyNativeWindowListener and MyNativeWindow?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi;

The VS 2005 documentation (release) for the NativeWindow class discusses the
samples MyNativeWindowListener & MyNativeWindow. But I cannot find the actual
samples anywhere. Where are they?
 
Hi dave,

Thanks for your post.

I can see the MyNativeWindowListener sample code in the link below:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.nativewindow.a
ssignhandle.aspx
MyNativeWindow in the link below:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.nativewindow.c
reatehandle.aspx

Because the sample code only has C++&J# version, I suspect you apply
certain filter in the document, which filtered out the C++&J# code. If you
open the C++&J# code filter, you can see the sample.

Hope this helps

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Yes, I also missed that the first time :-)

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top