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

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

于 2022-03-23 发布 文件大小:86.12 kB
0 168
下载积分: 2 下载次数: 2

代码说明:

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

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

发表评论

0 个回复

  • 在VC++下的windows编程,运用画笔、画刷实现了图形的编程控制...
    在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制-in VC under the windows programming interface, using brushes, brush painting to achieve a graphical programming interface control
    2022-03-17 10:40:25下载
    积分:1
  • …pcckmodbus.zip
    ... pcckmodbus.zip - lpc932芯片用于modbus通讯的范例(2004-12-2,C#, 116KB, 下载10次, 提供者卢卫城)【查看评论】 Ikoras.rar - 硬盘MP3源码,包括原理图,PCB (2004-12-1, C, 321KB, 下载50次, 提供者邓铭均)【查看评论】 DOS下的tcp-ip源代码.zip - dos下的-... pcckmodbus.zip- lpc932 Modbus communications chips used in the examples (2004-12-2, C#, 116KB, downloaded 10 times, Lu Wei City) [see comments-- Ikoras.rar-drive MP3 source, including schematics, PCB (2004-12-1, C, 321KB, downloaded 50 times, both providers Ming-) [see comments under DOS-- tcp- ip source code. zip-dos under the
    2022-11-02 01:15:03下载
    积分:1
  • 用MFC实现,网络编程,很不错,希望大家喜欢
    用MFC实现,网络编程,很不错,希望大家喜欢-using MFC, network programming, is pretty good, hope you like
    2022-06-14 07:29:28下载
    积分:1
  • 使用Qt处理图片资源
    Use Qt in image development.  QPixmap largepixmap;  QPixmap smallpixmap;  QPixmap maskpixmap;  QPixmap zoompixmap;  QPoint offset(0,0);  QPoint dragpos(150,150);  QPoint set(90,50);    //加载图片:  largepixmap.load("ImagesMainGui.png");  smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);  maskpixmap.load("ImagesMainGui.png");    //绘制底层图片(非放大镜区域图案):  QPainter painter(this);  painter.drawPixmap(offset,smallpixmap);  painter.end();  //计算放大区域圆形的半径及所占矩形面积     int dim = qMin(width(), height());  int magnifierSize = dim * 5 / 6;  int radius = magnifierSize / 2;  int ring = radius - 15;  QSize box = QSize(magnifierSize, magnifierSize);
    2022-02-09 22:59:08下载
    积分:1
  • Chinese character font and the establishment and creation of a 24 point and 16 p...
    汉字字库的的建立和创建并且有24点和16点字库建的源程序。-Chinese character font and the establishment and creation of a 24 point and 16 point font construction of the source.
    2023-03-06 09:35:03下载
    积分:1
  • c#多语言实现, c#多语言实现,
    c#多语言实现, c#多语言实现,-c#多语言实现,
    2022-03-06 07:45:21下载
    积分:1
  • Linux commands : touch men use mobile phone users to replace monthly average of...
    Linux命令:touch使用方法 男性手机用户每月更换铃声平均超6次 处理 Java 程序中的内存漏洞 JAVA文件操作(一):写文件 WAP如今“三十年河东,三十年河西” 【转贴】和尚与安迪的哲理 楼市与股市的难解之结 股票咨询业的“套傻游戏” 利率政策、税收政策,多项政策“杀”向房地产 我现在的座右铭!-Linux commands : touch men use mobile phone users to replace monthly average of over 600 ringtones dealt Java program memory loopholes in the document JAVA operations (1) : WAP written document, but now the "celebration, the Hexi" [posted monk and Andy-- the philosophy of the property and stock markets Gordian Knot shares consulting industry "sets silly game" interest rate policy, taxation policy, the policy "kill" to the property I now motto!
    2022-01-24 17:35:05下载
    积分:1
  • Java程序设计的一个小作业:记事本,仿照Windows下的记事本程序,功能不是很完善!见量...
    Java程序设计的一个小作业:记事本,仿照Windows下的记事本程序,功能不是很完善!见量-Java programs designed a small operation : notebook, modeled on the Windows Notepad procedures, functions is not perfect! See volume
    2022-03-20 12:04:16下载
    积分: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
  • 在运行中显示或隐藏窗口的标题栏,一个经典例子极具参考价值...
    在运行中显示或隐藏窗口的标题栏,一个经典例子极具参考价值-in operation to show or hide a window title bar, a classic example of great reference value
    2022-01-28 01:34:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载