- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 Win32中TreeView控件的使用方法,类似于资源管理器中文件树形显示方式
首先是头文件,内容如下:#include <tchar.h>#include "..\CommonFiles\CmnHdr.h"#include <Windows.h>#include <WindowsX.h>#include <CommCtrl.h>#include "resource.h"#pragma comment (li...
2018-07-22 20:52:14 1984
原创 CreateDialog无法正确的显示DIALOG资源的界面
// TreeTest.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "resource.h"BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);int API...
2018-07-09 22:23:44 1053
原创 createwindow创建窗口时返回值为null但getlasterror为0
// WindowTest.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "stdio.h"LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);int APIENTRY WinMain...
2018-07-08 19:43:30 1656
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人