We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MFC

Hello, Could anybody tell me if it is poosible for me to use this control in my (unmanaged) mfc application (Visual Studio 2003)? Regards, Paul

1 Reply

AD Administrator Syncfusion Team March 21, 2005 12:54 PM UTC

In general, there are ways to host Windows Forms controls in MFC. One is a #using technique descibed in this MSDN article http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx You can also wrap it as an activeX control. But it is likely you will have to do some coding to get either of these techniques to work for you. For example, to get at particular keyboard messages may require deriving the grid and overriding PreProcessMessage. If you submit a Direct Trac support incident, we can try to send you a sample project if you want to pursue using a grid in this manner.

Loader.
Live Chat Icon For mobile
Up arrow icon