-
Recent Posts
Recent Comments
Tanner on MFC 25th Birthday Makeover (Pa… mydeveloperday on MFC 25th Birthday Makeover (Pa… mydeveloperday on MFC 25th Birthday Makeover (Pa… Paul Harrison on MFC 25th Birthday Makeover (Pa… Paul Harrison on MFC 25th Birthday Makeover (Pa… Archives
Categories
Meta
Tags
Tag Archives: UI
MFC 25th Birthday Makeover (Part 3)
In this 3rd installment as we try to make our example application look more “Windows 10”, we start with our application with still too much blue Lets start by trying to remove the blue from the tabs, virtual void OnDrawTab( CDC* pDC, CRect rectTab, … Continue reading
MFC 25th Birthday Makeover (Part 2)
Following on from part 1 our aim is to understand the effects of the VisualManager API in order our make an application look like its native to Windows 10 Our example example application, had a poorly quality main button, in … Continue reading
MFC 25th Birthday Makeover (Part 1)
With MFC (Microsoft Foundation Classes) reaching the ripe old age of 25 many C++ developer find themselves still using it for Windows desktop application development, Why is this when Microsoft has introduced new UI concepts like WPF/XAML/WinForms? Well it may have something … Continue reading