Steps to Import WPF controls into MFC Application

Step 1: Create an MFC Project Open Visual studio Go to Files -> New -> Project Expand Other Project Types from Recent Templates from left panel and select Visual C++ Select MFC Application from the available projects list from Middle panel. Give a Project Name, Select the Path and Click… Continue reading

WPF Interview Questions

Question: What is the base class in WPF (Not .net framework base class)? DispatherObject DependencyObject UIElement Visual Answer: Base class is DispatcherObject. This class is used to provide Thread Affinity features of the WPF controls and Thread affinity needed to overcome the complex global locking mechanism. Question: Which Layout in… Continue reading