• $99

GUI Programming with WTL

  • Course
  • 79 Lessons
  • Discord access

Would you like to write applications for Windows with a graphical user interface (GUI) using C++? You may have programmed many command line applications and tools, but how about some GUI? Menus, toolbars, list views, tree views, and graphics? This course shows you how to use WTL and C++ to create GUI applications for Windows.

Read more about the instructors, course contents and special pricing:

Contents

Introduction

00-Introduction.mp4
Preview
WindowsGUIProgrammingWTL.pdf

Module 1: Introduction to WTL

Module1.pdf
01-UI Libraries for Windows.mp4
Preview
02-What is WTL.mp4
Preview
Setup.zip
03-Installing WTL.mp4
04-The WTL Project Wizard.mp4
05-Getting WTL Headers.mp4
06-Wizard Code Walkthrough.mp4
Module1Src.zip
07-Summary.mp4

Module 2: WTL Basics

Module2.pdf
08-Threads, Messages and Windows.mp4
09-Simple WTL Wrappers.mp4
10-Windows and Controls.mp4
11-WTL Control Wrappers.mp4
12-Message Handling.mp4
13-SimpleDraw - Mouse Messages.mp4
Preview
14-SimpleDraw - Persistence and Painting.mp4
15-SimpleDraw - Menu Commands.mp4
16-SimpleDraw - Graphic Optimization.mp4
SimpleDraw1.zip
17-Summary.mp4

Module 3: Command, Tool, and Status Bars

Modul3.pdf
18-Bars Overview.mp4
19-Command Bar and Toolbars.mp4
20-Command Bar and Toolbars Demo.mp4
21-UI Updates.mp4
22-Status Bars.mp4
23-Multi Pane Status Bar.mp4
24-Working With Icons.mp4
25-Summary.mp4
Lab: Toolbar and Status bar
Toolbars.zip

Module 4: Handling Massages

Module4.pdf
26-Messages.mp4
27-Message Maps and Macros.mp4
28-Message Routing.mp4
29-Message Crackers.mp4
Module4Src.zip
30-Code Improvements.mp4
Module4ImproveSrc.zip

Module 5: Drawing

Module5.pdf
31-Device Contexts.mp4
32-Drawing with Device Contexts.mp4
33-Paint Messages.mp4
34-Using GDI+.mp4
Module5Src.zip

Module 6: Views

Module6.pdf
35-Frames and Views.mp4
36-Simple Views.mp4
37-Views and Commands.mp4
38-Tab View.mp4
39-Context Menus.mp4
40-TabView Context Menu.mp4
41-Splitter Windows.mp4
Module6Src.zip

Module 7: Dialog Boxes

Module7.pdf
42-Introduction to Dialogs.mp4
43-Message Boxes.mp4
44-Implementing a Modal Dialog.mp4
45-More Dialog Details.mp4
46-Common Dialogs.mp4
47-Drawing Persistence.mp4
48-Common File Dialogs.mp4
49-Modeless Dialogs.mp4
50-Resizable Dialogs.mp4
Module7Src.zip

Module 8: List View and Tree View

Module8.pdf
51-Overview.mp4
52-ListView Basics.mp4
53-ListView Images.mp4
54-Why Virtual ListView.mp4
55-Virtual List View Demo.mp4
56-Sorting in ListView.mp4
57-Custom Draw.mp4
58-TreeView.mp4
Module8Src.zip