Hi Marina,
Sorry for the late response, I am out of office yesterday.
Do you mean the MFC dialog is created using VS2005 or the C# usercontrol is
created using VS2005? Based on my experience, the supported containers for
Winform usercontrol are very limited. For example, the VC6 version of MFC
is not a supported container for Winform usercontrol, please see the KB
below:
"ActiveX control containers that support .NET controls"
http://support.microsoft.com/default.aspx?scid=KB;EN-US;311334
If you used an unsupported container, there may be some strange behavior in
the application.
Additionally, the .Net Winform code internally implement the tab navigation
key internally without using the Win32 GUI tab key processing model.
However, MFC still leverages the Win32 dialog tab key processing code. This
may also be a potential problem.
Anyway, if you think your problem is not the unsupported scenario, is it
possible for you to create a little sample project to help us reproduce
this problem? Once we can give it a local reproduce, we may understand it
much better. Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.