Windows Forms Controls Series
Lesson 1: How to Add Audio Part 1
This video shows how to use the SoundPlayer control to play wav audio files in your application.
Duration: 7 minutes, 9 seconds
Watch Video:
Download Project:
Lesson 2: How to add Audio Part 2
This video shows how to use the Windows Media Player ActiveX control to play wma and MP3 audio files in your application.
Duration: 5 minutes, 3 seconds
Watch Video:
Download Project:
Lesson 3: Customizing the Button Control
This video shows how to take and customize the Button control including layout, hover effects, and events.
Duration: 9 minutes, 4 seconds
Watch Video:
Download Project:
Lesson 4: How to use the Dialog Controls
This video shows how to interact with common Windows Dialog controls, including the File Open, Save, Page Setup, Print, Color Picker, and Font Dialog controls.
Duration: 12 minutes, 24 seconds
Watch Video:
Download Project:
Lesson 5: How to use the FlowLayout Panel
This video shows how to use the FlowLayout panel to create dynamically resizing Windows UI.
Duration: 6 minutes, 23 seconds
Watch Video:
Download Project:
Lesson 6: How to create a System Tray application using the NotifyIcon control
This video shows how easy it is to create applications that use the Windows system tray.
Duration: 6 minutes, 45 seconds
Watch Video:
Download Project:
Lesson 7: How to call other applications using the Process control
This video shows how to use the Process control to automate running external applications like Notepad and Internet Explorer from within your code.
Duration: 7 minutes, 34 seconds
Watch Video:
Download Project:
Lesson 8: How to use the SplitContainer control
This video shows how to use the SplitContainer control to create a multi-pane user interface.
Duration: 5 minutes, 34 seconds
Watch Video:
Download Project:
Lesson 9: How to use the TableLayout control
This video shows how to use the TableLayout control which enables you to dynamically add rows to your controls at runtime.
Duration: 11 minutes, 26 seconds
Watch Video:
Download Project:
Lesson 10: How to use the Timer control
This video shows how to use the Timer control which you can use to poll or monitor if an action has occurred in a given time interval.
Duration: 6 minutes, 38 seconds
Watch Video:
Download Project: