登录
首页 » 界面开发 » vc_control

vc_control

于 2022-09-30 发布 文件大小:123.84 kB
0 74
下载积分: 2 下载次数: 1

代码说明:

vc_control

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

发表评论

0 个回复

  • 好的Grid
    好的Grid-good Grid
    2022-03-10 17:35:20下载
    积分:1
  • QT视觉检测设计
      Ø  最左侧部分是一个相当于资源管理器的部分,未来计划用于对整个视觉监测图片库的管理。点击左下方列表控件内的图片可实现预览。 Ø  最右侧为各个监测相机当日图片数据库管理模块,用于通过各相机对生产线次品情况进行一个实时的监控。同样点击图片名可实现预览。 Ø  中间区域偏上部分8个小框用于显示相机实时检测到的瑕疵区域,用于对生产线的实时监控。点击“+”号可实现图片放大预览并获取相关图片信息。
    2022-04-10 05:24:47下载
    积分: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
  • vc interface prepared by the source code is very practical, from which one can l...
    vc++编写的界面源代码,很实用,从中可以学到不少东西!-vc interface prepared by the source code is very practical, from which one can learn many things!
    2022-07-19 15:48:29下载
    积分:1
  • 程序,用C++编的 可以补充完整运行出结果
    界面程序,用C++编的 可以补充完整运行出结果-Interface program, using C++ can be compiled to run out the results of the full complement
    2022-01-26 02:52:43下载
    积分:1
  • 用QT编写的迷你日历
    这是一个用奇趣科技的界面开发软件QT基于C++程序设计语言开发的一个小型的日历软件,相当于一个简易的万年历,并具有基本的日期查询功能
    2023-02-15 15:10:04下载
    积分:1
  • The examples are given in detail in a single document the procedures to achieve...
    本实例给出了详细的在单文档程序中实现多视图的切换。-The examples are given in detail in a single document the procedures to achieve multi-view of the switch.
    2022-03-24 19:37:08下载
    积分:1
  • 关于位图的设计及思考,应有同类作品,但值得研读。
    关于位图界面的设计及思考,应有同类作品,但值得研读。-About the design of bitmap interface and consider that there should be a similar work, but it is worth reading.
    2022-01-26 00:18:03下载
    积分:1
  • <Visual Preutill> C routines in a book, chapter by chapter, Table of Conte...
    一书的例程,按章节目录- C routines in a book, chapter by chapter, Table of Contents
    2022-01-28 16:51:45下载
    积分:1
  • GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。
    GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。-GroupBox control of the movement with the GroupBox and mobile or concealed or hidden.
    2022-02-20 22:44:22下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载