Writing Your First Application
From WxWiki
These tutorials assume that you have already installed and compiled your wxWidgets library. If you haven't, see Compiling WxWidgets
[edit] Tutorial 1
This is a small in-wiki tutorial based on the outdated pdf by Franky Braem. Other tutorials can be found on the Resources-page.
- Hello World
- Using WxFrame
- The next step is to learn about WxSizer
[edit] Tutorial 2
thanks to MadMonky1 for this one
- Writing_Your_First_Application-Introduction
- Writing_Your_First_Application-Adding A Button
- Writing_Your_First_Application-Using The WxTextCtrl
- Writing_Your_First_Application-Common Dialogs
- Writing_Your_First_Application-Closing Remarks
[edit] Tutorial 3
David Beech wrote a nice tutorial on the now-defunct CodeLearn site.
It can be found at http://www.bzzt.net/~wxwidgets/icpp_wx1.html A french translation by Patrick Valerie is at http://www.bzzt.net/~wxwidgets/Tutoriel_wxWindows/Tutoriel%20WxWindows_1.htm
The code is available at http://biolpc22.york.ac.uk/pub/docs/tutorials/CodeLearn/codelearn.zip
