Click here to Skip to main content
15,893,663 members
Articles / Desktop Programming / MFC

Creating Alternate GUI using Vector Art

Rate me:
Please Sign up or sign in to vote.
5.00/5 (22 votes)
6 Feb 2000 241.5K   7.3K   126  
Create visually complex, yet programmatically simple, non-rectangular GUIs
// stdafx.cpp : source file that includes just the standard includes
//	FlowerPower.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Software Developer (Senior)
United States United States
I work at Tektronix in Beaverton OR. I've been programming for fun since 1975 (I started while in a Computer Explorer Scout group in Spokane WA). I've been programming in C since 1979 and I've been working professionally since 1983.

I really enjoy www.codeproject.com. It has saved me an incredible amount of time. I only hope my small contributions have given back some of what I've taken.

Comments and Discussions