dotnetcfcheck.cpp

来自「To check dotnet compact framework versio」· C++ 代码 · 共 23 行

CPP
23
字号
// DotNetCFCheck.cpp : Defines the entry point for the application.
//

#include "stdafx.h"
#include "DotNetCFCheck.h"
#include <commctrl.h>

#define MAX_LOADSTRING 100

// Global Variables:
HINSTANCE			hInst;			// The current instance
HWND				hwndCB;			// The command bar handle
//
DWORD dwVersion=0;
TCHAR szKey[255];

// Forward declarations of functions included in this code module:
ATOM				MyRegisterClass	(HINSTANCE, LPTSTR);
BOOL				InitInstance	(HINSTANCE, int);
LRESULT CALLBACK	WndProc			(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK	About			(HWND, UINT, WPARAM, LPARAM);
//
void GetDotNetCFRegValue(HWND hDlg);  //弄

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?