wxWidgets
wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature.
- Introduction to wxWidgets - I: A beginner’s tutorial on wxWidgets for cross platform GUI development.
- Introduction to wxWidgets - II: Understanding the wxWidgets demo application code and event handling.
- Introduction to wxWidgets - III: A beginner’s tutorial to wxWidgets on Linux.
MFC
The Microsoft Foundation Class Library (also Microsoft Foundation Classes or MFC) is a library that wraps portions of the Windows API in C++ classes, including functionality that enables them to use a default application framework. Classes are defined for many of the handle-managed Windows objects and also for predefined windows and common controls.
- Login: Automation Server: An automation server that verifies the user ID and password from a MS-Access database for the remote client.
- Login: Automation Client: An automation client that connects to the automation server for verifying user ID and password.
- Login: Automation over DCOM: A remote login automation example used over the network by DCOM.
- Delete Sub Menu: How to add delete submenu to the file menu of Document/View program in VC++.