The Mythical Man-Month: Essays on Software Engineering is a book on software project management by Fred Brooks, whose central theme is that "Adding manpower to a late software project makes it later."
palm編成,這種書很少,有興趣看看
Title: Palm Programming: The Developer s Guide
URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0
ISBN: 1-56592-525-4
Author: Julie McKeehan/ Neil Rhodes
Publisher: O Reilly
Page: 478
Edition: 1st edition (December 1998)
Catalog: PDA programming / Palm
Format: pdf
Size: 2.06M
Supplier:
Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
E:\Visual_C__MFC擴展編程實例 例18
動態(tài)地抓取應(yīng)用程序的屏幕圖像并將其打印。
上一個實例打印的是文檔的報表,而不是當(dāng)前出現(xiàn)在屏幕上的內(nèi)容。在本例中,將實現(xiàn)
屏幕抓取并打印其內(nèi)容。M F C 為打印視提供了有限的支持, 但只要用M F C 在
C Vi e w : : O n D r a w ( )中所提供的設(shè)備環(huán)境,就可以繪制自己的視。在打印視的時候, M F C只需調(diào)
用具備打印機設(shè)備環(huán)境的O n D r a w ( )函數(shù)即可。但是,如果不繪制自己的視,例如,用一個或
者一個以上的控件窗口填充自己的視就不會打印任何東西。每個控件將使用自己的設(shè)備環(huán)境
將自己打印到屏幕,因此打印視的唯一途徑就是抓取屏幕(拷貝其內(nèi)容到一個位圖對象)并將其
打印到打印機。由于該功能整個與位圖相關(guān),因此將該功能封裝到了位圖類中。