| 點擊 |
回復 |
標題 |
作者 |
最後回復 |
| 912 |
1 |
|
巨大八爪鱼 |
2-6 巨大八爪鱼 |
| 1161 |
7 |
|
巨大八爪鱼 |
5-24 巨大八爪鱼 |
| 1065 |
9 |
最終效果:無論怎麼選擇,ListBox都永遠不會顯示灰色的虛線框。 在響應WM_DRAWITEM消息的函數中,switch (lpDis->itemAction)下響應ODA_FOCUS事... 
|
巨大八爪鱼 |
8-29 叶子保护伞 |
| 739 |
1 |
@啊啊是誰都對
|
巨大八爪鱼 |
12-5 啊啊是谁都对 |
| 875 |
3 |
一般情況下,我們是用不帶邊框的對話框來充當Tab Control的每個選項卡的內容的。 例如,主對話框IDD_TABBOX上有一個Tab Control,上面有兩個選項卡,第...
|
巨大八爪鱼 |
12-3 巨大八爪鱼 |
| 718 |
0 |
RegisterClassEx 註冊窗口類 CreateWindowEx 創建窗口 ShowWindow 顯示窗口 UpdateWindow...
|
巨大八爪鱼 |
12-3 巨大八爪鱼 |
| 858 |
1 |
使鍵盤上的Tab鍵能夠正常讓光標在Tab控件和子頁面控件間切換的方法: (1)使用CreateDialog函數創建子頁面時,第三個參數(父窗口)必須為main_dlg(tab控件所在的窗口),不...
|
巨大八爪鱼 |
7-10 巨大八爪鱼 |
| 1455 |
9 |
|
巨大八爪鱼 |
5-13 巨大八爪鱼 |
| 850 |
5 |
想做個上位機燒錄工具
|
103.171.177.* |
4-24 巨大八爪鱼 |
| 1203 |
8 |
|
巨大八爪鱼 |
4-3 圆环之理 |
| 1284 |
2 |
#include <iomanip> #include <iostream> #include <Windows.h> #include <...
|
巨大八爪鱼 |
10-16 180.84.26.* |
| 1066 |
4 |
// 語言:C++ // 支持編譯為Unicode版本,不支持ANSI版本 #include <string> #include <tchar.h> #...
|
巨大八爪鱼 |
1-8 巨大八爪鱼 |
| 1064 |
5 |
【運行效果】 
|
巨大八爪鱼 |
1-7 巨大八爪鱼 |
| 1050 |
2 |
|
巨大八爪鱼 |
1-7 巨大八爪鱼 |
| 1037 |
5 |
【程序功能】 1.創建一個.lnk快捷方式,並讀取 2.讀取開始菜單中Microsoft Office文件夾下的所有快捷方式的名稱及其描述。
|
巨大八爪鱼 |
1-7 巨大八爪鱼 |
| 894 |
1 |
IXMLDOMNode *pNode; //.......... IXMLDOMElement *pElem; 方法1(推薦): hr = pNode->Quer...
|
巨大八爪鱼 |
1-6 巨大八爪鱼 |
| 891 |
2 |
// 創建位圖並繪製 Bitmap bitmap(200, 200); Graphics gbmp(&bitmap); SolidBrush brush(Color(0, 2...
|
巨大八爪鱼 |
8-14 巨大八爪鱼 |
| 918 |
2 |
[Built-in BMP Codec] MimeType: image/bmp FormatDescription: BMP FilenameExtension: *.BM...
|
巨大八爪鱼 |
8-14 巨大八爪鱼 |
| 1730 |
11 |
#include <stdio.h> #include <Windows.h> int main(void) {...
|
巨大八爪鱼 |
7-18 巨大八爪鱼 |
| 804 |
5 |
#include <iostream> #include <Windows.h> using namespace std; int main(void)...
|
巨大八爪鱼 |
7-17 巨大八爪鱼 |
| 1020 |
7 |
#include <iostream> #include <tchar.h> #include <Windows.h> using namespa...
|
巨大八爪鱼 |
7-17 巨大八爪鱼 |
| 1076 |
2 |
【main.c】 #include <tchar.h> #include <time.h> #include <Windows.h> #in...
|
巨大八爪鱼 |
7-9 巨大八爪鱼 |
| 876 |
2 |
在Windows作業系統下,保存一個網頁成html格式,此時除了會產生html網頁文件外,還會相應地產生一個名稱幾乎相同的文件夾,它包含了網頁中的圖片、腳本等內容。如果只選中網頁文件,不選文件夾,將其... 
|
巨大八爪鱼 |
7-8 巨大八爪鱼 |
| 998 |
5 |
【FLOODFILLBORDER模式】 // 設置線條顏色為紅色 SelectObject(hdc, GetStockObject(DC_PEN)); SetDCPenColor(h... 
|
巨大八爪鱼 |
7-7 巨大八爪鱼 |
| 801 |
2 |
BLENDFUNCTION bdf; ZeroMemory(&bdf, sizeof(bdf)); bdf.SourceConstantAlpha = 150; // 指定... 
|
巨大八爪鱼 |
7-7 巨大八爪鱼 |
| 1812 |
12 |
【原程序】 void OnPaint(HDC hdc, LPPAINTSTRUCT lpps) { int i, j;...
|
巨大八爪鱼 |
6-25 巨大八爪鱼 |
| 822 |
3 |
#include <stdarg.h> #include <strsafe.h> #include <Windows.h> int wprintf...
|
巨大八爪鱼 |
6-25 巨大八爪鱼 |
| 833 |
3 |
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 902 |
3 |
#include <stdio.h> #include <Windows.h> LPBYTE AllocateBits(int nWidth, int nHeigh...
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 970 |
8 |
#include <stdio.h> #include <Windows.h> #pragma warning(disable: 4996) // 關閉fopen,...
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 916 |
4 |
#include <stdio.h> #include <Windows.h> int main(void) {...
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 1737 |
14 |
#include <stdio.h> #include <Windows.h> #pragma warning(disable: 4996) int main...  
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 843 |
0 |
#include <stdio.h> #include <Windows.h> int main(void) {...
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 809 |
1 |
請看微軟官方的代碼: https://msdn.microsoft.com/en-us/library/dd183402(v=vs.85).aspx 代碼中只能搜索出一處SelectObj...
|
巨大八爪鱼 |
6-24 巨大八爪鱼 |
| 881 |
2 |
#include <stdio.h> #include <Windows.h> #include "resource.h" int main(void)... 
|
巨大八爪鱼 |
6-20 巨大八爪鱼 |
| 752 |
3 |
/* 光標移到開頭 */ SetFocus(hwndEdit); Edit_SetSel(hwndEdit, 0, 0); /* 取消選中, 光標將出現在選中文字末尾 */ S...
|
巨大八爪鱼 |
6-16 巨大八爪鱼 |
| 885 |
3 |
|
巨大八爪鱼 |
6-15 巨大八爪鱼 |
| 1453 |
12 |
原始碼下載地址:https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v6.9.2 解壓後,VS工程文件位於no... 
|
巨大八爪鱼 |
6-15 巨大八爪鱼 |
| 726 |
0 |
About Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and...
|
巨大八爪鱼 |
6-15 巨大八爪鱼 |
| 1992 |
22 |
[1] hfontCaption = (HFONT)GetStockObject(DEFAULT_GUI_FONT); 運行結果: 文本框、單選框、複選框完全無法顯示。 按鈕和... 
|
巨大八爪鱼 |
5-24 巨大八爪鱼 |
| 1170 |
8 |
|
巨大八爪鱼 |
5-24 巨大八爪鱼 |
| 756 |
3 |
int CALLBACK FontExistsProc(const LOGFONT *lpelfe, const TEXTMETRIC *lpntme, DWORD FontType, LPARAM...
|
巨大八爪鱼 |
5-24 巨大八爪鱼 |
| 751 |
1 |
這是因為在Windows.h頭文件中定義NULL宏時會進行語言判斷。 如果當前語言是C語言,就把NULL定義為(void *)0, 如果是C++的話就直接定義為0
|
巨大八爪鱼 |
5-23 巨大八爪鱼 |
| 946 |
4 |
|
巨大八爪鱼 |
5-4 巨大八爪鱼 |
| 1677 |
15 |
ScrollWindow(hWnd, 水平滾動量, 垂直滾動量, NULL, NULL); UpdateWindow(hWnd); 當水平滾動量為負時向左滾動,為正時向右滾動。 垂直...
|
巨大八爪鱼 |
4-27 巨大八爪鱼 |
| 1256 |
9 |
【運行效果】 
|
巨大八爪鱼 |
4-26 巨大八爪鱼 |
| 712 |
2 |
6595-b64-144-ccf-1df 分成五段記憶 其中最中間的是12的平方——144 第二個可以理解為bin-64位 第四個的第二、三個字母剛好是CF
|
巨大八爪鱼 |
4-25 巨大八爪鱼 |
| 780 |
0 |
例如,下面的程序可以正常運行: #include <Windows.h> class MyClass : public WNDCLASSEX { protected...
|
巨大八爪鱼 |
4-16 巨大八爪鱼 |
| 716 |
1 |
【程序1】 #include "stdafx.h" #include <Windows.h> #include <stdio.h> void wait(...
|
巨大八爪鱼 |
3-26 巨大八爪鱼 |
| 677 |
0 |
#include "stdafx.h" #include <Windows.h> #include <stdio.h> int _tmain(int argc...
|
巨大八爪鱼 |
3-26 巨大八爪鱼 |