Workshops

Embedding Java Applets in .NET Applications
Matt Loar wrote a short tutorial on embedding Java applets in .NET applications using the JBIMP utility.

Windows x86 Assembly Tutorial
Jeff Huang, former chair of SIGWin, put together this tutorial [PDF] on Windows Assembly programming for x86 processors. You'll want to get the MASM Assembler here to complete the examples.

C# Tutorial
David Kaplan gave a tutorial on C#. The PowerPoint can be found here.

C# Training Modules
The workshop given on C# originated from DevHood, and this link will bring you to the training modules page. The specific modules used were Writing Object Oriented Software with C# and Writing .NET GUI Applications.

AshGUI (OpenGL)
Ashley Wise, the former chair of WinDevils, gave a tutorial on the basics of OpenGL. Download his GUI (AshGUI) and peruse the code.

Past Workshops
Here are some of our past workshops.

MFC Intro
These are several workshops intended to teach the basics of MFC.

COM Intro
A brief intro to the Component Object Model (Lecture, Lab). Also check out DevelopMentor's COM Tutorial, which this lecture was based off of.

Alex Riemann's DirectDraw Tech Talk
Alex was a former intern at Microsoft, where he ported DirectDraw to the AutoPC. We were lucky enough to have him come in and talk about DirectDraw.