visualdesigner

MFC界面开发帮助文档:BCG可视化设计器使用指南

蓝咒 提交于 2020-12-14 10:13:07
BCGControlBar ("Business Components Gallery ControlBar")是MFC扩展库,使您可以创建具有完全自定义选项(功能区、可自定义工具栏、菜单等)以及一组专业设计的丰富Microsoft Office和Microsoft Visual Studio的应用程序 GUI控件,例如图表、日历、网格、编辑器、甘特图和许多其他控件。 BCGControlBar库拥有500多个经过全面设计、测试和充分记录的MFC扩展类。 我们的组件可以轻松地集成到您的应用程序中,并为您节省数百个开发和调试时间。 BCGControlBar Pro for MFC v31.0正式版下载 Visual Designer允许您可快速创建和修改MFC应用程序的数字仪表板和图表,它生成描述仪表板和图表元素的布局和属性的XML文件,只要需要向最终用户提供交互式数字仪表板和/或图表,就可以在运行时加载和处理XML。 本指南将为大家介绍如何利用Designer工具。 先决条件 首先,您必须使用Application Wizard创建一个基于MFC或BCGControlBar Pro的应用程序,或者选择一个现有的(基于MFC或BCGPro的)应用程序。 注意 :如果选择纯MFC项目,则需要执行一些其他步骤从MFC迁移到BCGControlBar Pro。 开始使用设计器 运行位于

Writing a Visual Studio extension for a custom designer

给你一囗甜甜゛ 提交于 2019-12-04 19:49:10
问题 So, I've got something I want to try out. The idea is to have a visual designer that works as a Visual Studio Extension, I want to be able to drag out event handlers and wire up behaviors, anyone who's ever played with the warcraft III script editor will have a pretty good idea what I'm wanting to do. Is this kind of thing readily handled in the visual studio extensibility tools? If so where should I start looking to learn how to do this? 回答1: It's absolutely possible using the Visual Studio

Writing a Visual Studio extension for a custom designer

我只是一个虾纸丫 提交于 2019-12-03 11:52:42
So, I've got something I want to try out. The idea is to have a visual designer that works as a Visual Studio Extension, I want to be able to drag out event handlers and wire up behaviors, anyone who's ever played with the warcraft III script editor will have a pretty good idea what I'm wanting to do. Is this kind of thing readily handled in the visual studio extensibility tools? If so where should I start looking to learn how to do this? It's absolutely possible using the Visual Studio Extensibility tools. You'll want to create a VS Package. There are a few different mechanisms (macros, add