⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iwndmanager.h

📁 As an alternate to the migration scenario, Microsoft offers some interoperation solutions (in an int
💻 H
字号:
// IWndManager.h
/*
 * Copyright (c) 2005 Alexey Shalnov
 * All Rights Reserved
 * 
 * http://home.arcor.de/alexeyshalnov/home/
*/

#pragma once

using namespace System;
using namespace System::Windows::Forms;

namespace AS
{
	namespace MfcHost2
	{
		public interface class IWndManager
		{
			// get Framework main window handle
			System::IntPtr GetExternFrame();
		};
	}
}

⌨️ 快捷键说明

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