Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.88 KB

writing-mfc-applications.md

File metadata and controls

39 lines (24 loc) · 1.88 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Writing MFC Applications
Writing MFC Applications
09/12/2018
Internet applications [MFC], MFC
MFC, Internet applications
application wizards [MFC], Internet applications
MFC, application development
6a8d8a03-abfa-4976-86c2-c5773a4b7179

Writing MFC Applications

This article explains the initial steps you take to develop your application. First, you must decide what kind of application you are writing. Several of the choices were discussed in Application Design Choices. Will your application be:

  • Running on the Internet or an intranet

  • Running on a client or on a server

  • Running in a browser or as a stand-alone application

  • Using COM or Active technology

  • Downloading data using WinInet or asynchronous monikers

Your decisions determine which classes are appropriate for your application. Your answers also help determine the selections you make when you run the Application Wizard to begin constructing your application.

After you've made your initial design decisions about your Internet application, you can use the Application Wizard to get started. Use the Application Wizard to create a skeleton application and modify the code as described in the following articles:

The following articles also provide instructions to help you start your programming tasks:

See also

MFC Internet Programming Tasks
MFC Internet Programming Basics