登录
首页 » 界面开发 » 一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。

一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。

于 2022-06-14 发布 文件大小:976.56 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。-use of a compiled C Builder software. Interface beautiful, but also very practical.

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

发表评论

0 个回复

  • pls try, it easy to control Got controls and a small file si ze.
    pls try,it easy to control ui controls and a small file size.-pls try, it easy to control Got controls and a small file si ze.
    2022-03-31 06:32:59下载
    积分:1
  • you can create your self skin for winform
    you can create your self skin for winform
    2022-04-20 14:02:10下载
    积分:1
  • 关于学习程序的信息,
    关于VC界面编程学习的资料,-on VC learning programming interface to the information,
    2022-03-18 15:51:36下载
    积分:1
  • VC简易绘图 图形程序的好例子 具体请参看例题
    VC简易绘图界面 图形程序的好例子 具体请参看例题-VC simple graphical interface graphics program a good example of concrete examples s
    2022-06-16 09:18:53下载
    积分:1
  • 优美的窗口菜单 C 语言源代码 窗口简单优美,用C语言编写,容易理解  ...
    优美的窗口菜单开发 C 语言源代码 窗口简单优美,用C语言编写,容易理解  -beautiful window menu development of C language source code window simply beautiful, with C language, easy to understand
    2023-08-23 15:10:03下载
    积分:1
  • wxwidgets grid 的详细使用例程
    wxwidgets grid 的详细使用例程,使用codeblocks widgets开发,gcc编译,经过测试,可以使用
    2022-05-13 16:13:59下载
    积分:1
  • self
    自编的一些实用8279显示程序及DAC0832波形产生程序,低频相位测量仪设计及相关程序-self-programming pratical programs which includes: - 8279 displaying - DAC0832 wave generating - Low-frequency-phase meter designing - others related
    2022-01-21 06:20:08下载
    积分: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
  • 活动皮肤4.3演示!C!
    active skin 4.3 demo!!C
    2022-07-23 03:47:53下载
    积分:1
  • 飞达商贸有限公司POS系统
    比较好用经典的POS系统、适用性强、移植性特别好
    2022-08-14 23:01:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载