CodeGuru Visual C++編程精粹
上傳時間: 2014-07-09
上傳用戶:luopoguixiong
This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 這是一個與記事本類似的簡單的SDI應用程序,演示了怎樣使用MFC來支持 Unicode,對指定的菜單條目進行Turkmenize標簽化。實際上,Windwos 2000并不支持Turknen,因此,創建了那些菜單資源以便那些字符串可以在Turknen中顯示,為此我必須開發其它的技術。 來源: http://www.CodeGuru.com/advancedui/SDI_Note.html
標簽: Notepad-like demonstrates application advantage
上傳時間: 2013-11-26
上傳用戶:txfyddz
I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this article. 捕獲一個窗口圖像并存入一個支持MS畫筆的位圖文件中 我寫的這篇文章介紹了捕獲一個窗口圖像并存入一個支持所有畫筆和Windows Explorer的位圖文件中。 我發現許多程序員因這個問題而煩惱,包括我在內,直到我寫了這篇文章。 來源: http://www.CodeGuru.com/bitmap/WndToBmpFile.html
標簽: article Windows capture written
上傳時間: 2015-01-10
上傳用戶:hzy5825468
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滾動顯示位圖 在VC++環境下,在一個對話框中顯示一個原始尺寸的大小的位圖文件相當是困難的。然而,通過使用 StretchBlt()函數一個給定的區域顯示一個大的位圖是可能的。主要的缺點是圖像將會失真??戳诉@篇通過卷動技術顯示整個位圖技術的文章,你將能夠以它的原始尺寸在給定對話框的區域內顯示一個大位圖。 來源: http://www.CodeGuru.com/bitmap/ScrollBitmap.html
標簽: Displaying difficult original bitmap
上傳時間: 2014-01-05
上傳用戶:yiwen213
推薦一個快速壓縮算法,本人試過,很好用,詳細說明請參看:http://www.CodeGuru.com/Cpp/Cpp/algorithms/compression/article.php/c7043/
標簽: 壓縮算法
上傳時間: 2014-01-10
上傳用戶:yyq123456789
AVL平衡二叉樹。原本在這里下載了其他人的平衡二叉樹,但發現都不好用,于是從CodeGuru下載了一個?,F在經修正后,已經符合ANSI C規范,并作了適當的封裝,用起來和一個類的用法也差不多。這里的代碼作為一個demo展示了樹的用法。
上傳時間: 2016-03-03
上傳用戶:gdgzhym
return AfxDllCanUnloadNow[] } 當然,使用DAO SDK提供的dbDAO C++ 類也可以繞過這個問題 如果需要更多MFC和DAO的相關的信息,參考MFC庫參考中的技術文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.CodeGuru.com/cpp/com-tech/activex/controls/article.php/c2615
上傳時間: 2017-03-24
上傳用戶:xiaohuanhuan
return AfxDllCanUnloadNow[] } 當然,使用DAO SDK提供的dbDAO C++ 類也可以繞過這個問題 如果需要更多MFC和DAO的相關的信息,參考MFC庫參考中的技術文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.CodeGuru.com/cpp/com-tech/activex/controls/article.php/c2615
上傳時間: 2013-12-22
上傳用戶:aa54