登录
首页 » 界面开发 » 用c#编写的office 的控件

用c#编写的office 的控件

于 2022-03-04 发布 文件大小:3.42 MB
0 125
下载积分: 2 下载次数: 1

代码说明:

用c#编写的office 的控件-prepared by the office of Control

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 银行系统
    资源描述好的beginners.completely Java程序语言
    2022-02-15 03:32:44下载
    积分:1
  • MFC创建进程、打进程、终止进程
    资源描述 创建进程、打开进程、终止进程 *两个函数 CreateProcess、openProcess、TerminateProcess *获得进程句柄 *获得进程号 *提升进程权限 *Microsoft Spy++ 操作平台:win10+vs2013 pro 操作步骤: 1、创建进程 PROCESS_INFORMATION pi;//进程信息结构 STARTUPINFO si;//启动信息结构 memset(&si, 0, sizeof(si)); si.cb = sizeof(si); si.wShowWindow = SW_SHOW; si.dwFlags = STARTF_USESHOWWINDOW; TCHAR szPath[] = TEXT("c:windowssystem32 otepad.exe E:c++MFCa.txt"); BOOL bRet = ::CreateProcess(NULL, szPath, NULL, FALSE, NULL, NULL, NULL, NULL, &si, &pi); int error = GetLastError(); if (bRet) { ::CloseHandle(pi.hThread); ::CloseHandle(pi.hProcess); AfxMessageBox(TEXT("创建进程成功")); } else { AfxMessageBox(TEXT("创建进程失败")); } 2、打开进程 DWORD pid; //若有指定窗口类和窗口名称则表示成功返回一个窗口的句柄 HWND hCalc = ::FindWindow(TEXT("Note
    2022-03-25 15:36:01下载
    积分:1
  • 简易的报刊订阅系统,MFC控件使用练习。
    简易的报刊订阅系统,MFC控件使用练习。-simple subscriptions, MFC control the use of practice.
    2022-07-15 17:03:40下载
    积分:1
  • C++编写的一个小游戏。实现自我
    C++编写的一个小游戏。自绘窗体实现图形效果。代码中有具体注释。-C++ Prepared a small game. Realize self-painted graphics form. Code has specific notes.
    2022-01-26 04:02:59下载
    积分:1
  • 一款中国象棋的源程序,难度不大,供各位编程辛苦闲暇之余玩乐...
    一款中国象棋的源程序,难度不大,供各位编程辛苦闲暇之余玩乐-new source of Chinese chess, not more difficult, for your hard leisure programming while having fun
    2023-05-03 08:10:02下载
    积分:1
  • Qt login,自动识别焦点
    #include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) :     QMainWindow(parent),     ui(new Ui::MainWindow) {     ui->setupUi(this);     pushButton = new QPushButton(this);     pushButton->setObjectName(QString::fromUtf8("pushButton"));     pushButton->setGeometry(QRect(40, 180, 51, 27));     pushButton_2 = new QPushButton(this);     pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));     pushButton_2->setGeometry(QRect(40, 140, 51, 27));     pushButton_3 = new QPushButton(this);     pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));     pushButton_3->setGeometry(QRect(100, 140, 51, 27));   &
    2022-03-13 04:00:49下载
    积分:1
  • 简单的计算器
    在 Visual Basic 6.0 中创建一个简单的计算器
    2022-03-02 07:41:54下载
    积分:1
  • c++
    源码c++ 是做股票软件的 !增加可以去看看的 你先看下 -c++
    2023-02-24 16:45:03下载
    积分:1
  • Japan
    日本的著名的开源的图形用户界面 widestudio的手册-Japan
    2022-04-06 18:59:21下载
    积分:1
  • 动画窗体特效,包括弹出窗,右下角提示,树控菜单,VS,各种TAB、TREE。 这个对设计有启。...
    动画窗体特效,包括弹出窗,右下角提示,树控菜单,VS界面,各种TAB、TREE。 这个对界面设计有启发。-Animation form effects, including pop-up windows, the bottom right corner tips, tree control menu, VS interface, a variety of TAB, TREE. The inspiration for interface design.
    2022-06-03 03:49:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载