文件名称:Teach Yourself Visual C++ 6 in 21 Days
文件大小:5.17MB
文件格式:PDF
更新时间:2013-10-24 06:11:47
VC6.0 MFC 英文版
DAY 1 Become familiar with the Visual C++ development envi- ronment by building a simple application. DAY 2 Learn about the stan- dard controls used in Windows applica- tions, how you can place and configure them on an applica- tion window, and how you can interact with them. DAY 3 Learn how you can capture mouse and keyboard events and react to them in your applications. DAY 4 Learn how to work with timers in a Visual C++ applica- tion. Learn how to have two or more timers running at the same time and how you can tell them apart. DAY 5 Learn how you can use some built-in dialogs to ask the user simple questions and how you can build your own cus- tom dialogs to get more detailed infor- mation from the user. DAY 6 Learn how to create menus to add to your application. DAY 7 Learn about the font infrastructure in Windows and how you can access it in your Visual C++ applications. DAY 8 Learn how to draw graphics in a Windows appli- cation. DAY 9 Learn how easy it is to incorporate ActiveX controls into your applications. DAY 10 Learn how to build a basic Single Document Interface (SDI) application and how to use the Document/View architecture. DAY 11 Learn how you can build Multiple Document Interface (MDI) applications. DAY 12 Learn how you can create and modify your own toolbars and status bars. DAY 13 Learn how you can use the structure pro- vided for you by the Document/View architecture to save and restore the data created in your appli- cation. DAY 14 Learn how easy it is to build a database application using an ODBC database. DAY 15 Learn about Microsoft’s latest database access tech- nology, ActiveX Data Objects (ADO), and how you can incor- porate it into your Visual C++ appli- cations. DAY 16 Learn how to build your functionality into library modules that you can give to other Visual C++ programmers for use in their applications. DAY 17 Learn how to build two different types of DLLs. DAY 18 Learn how you can enable your applica- tions to work on two or more separate tasks at the same time. DAY 19 Learn how you can build your own ActiveX controls that can be used in other applications or even in Web pages. DAY 20 Learn how Internet applications commu- nicate with each other using the Winsock interface and how you can make your applica- tions communicate over a network. DAY 21 See how easy it is to incorporate the Microsoft Internet Explorer Web browser into your own Visual C++ application.