登录
首页 » 界面开发 » 这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码....

这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码....

于 2022-04-16 发布 文件大小:120.77 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码.-This is a cool imitate RedHat Red Hat operating system interface code. Icon support True Color, with a few terrific inside the Skin of control source.

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

发表评论

0 个回复

  • 银行存储系统的实现,我是用vfp编写的,包含户,提款,存款,销户....
    银行存储系统的实现,我是用vfp编写的,包含开户,提款,存款,销户.-banks storage systems realized, I was prepared Probe, including the opening of accounts, withdrawals, deposits, sales households.
    2022-02-11 22:42:33下载
    积分:1
  • RichText Tool
    RichText Tool-tip control 是我在网上找的,版权归原作者所有。
    2022-02-01 00:48:56下载
    积分:1
  • USB 控制
    这个小程序是USB协议的实习与通讯代码。欢迎下载、使用。谢谢大家的支持。
    2022-05-07 03:02:04下载
    积分:1
  • JPG的问题!
    flash里外部jpg的问题!-jpg question!
    2022-01-26 00:04:15下载
    积分: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
  • 托盘程序,自己写的,请多多指教,可以改进之处请各位高手指教...
    托盘程序,自己写的,请多多指教,可以改进之处请各位高手指教-tray procedures, wrote, please exhibitions, and the improvements we can please enlighten master
    2022-07-27 09:00:46下载
    积分:1
  • 一个很好看的,Mac风格!VB
    一个很好看的界面,Mac风格!VB开发的-a good look at the interface, Mac style! The VB
    2022-02-11 12:10:53下载
    积分:1
  • 根据游戏API,写的一个小例子,功能是设置了背景图片,和活动的坦克...
    根据游戏API,写的一个小例子,功能是设置了背景图片,和活动的坦克-According to the game API, write a small example of its function is to set the background image, and activities of the tanks
    2022-03-13 08:10:03下载
    积分:1
  • 用matlab编的在当前窗口演示字符串和将字符串转化为Tex格式的程序,...
    用matlab编的在当前窗口演示字符串和将字符串转化为Tex格式的程序,-using Matlab series of the current window of the demonstration strings and string into Tex format procedures, a good look
    2022-03-22 04:16:46下载
    积分:1
  • delphi的的技巧的,制作滚动字幕的窗体。
    delphi的界面的技巧的,制作滚动字幕的窗体。-delphi interface techniques, production subtitles rolling the window.
    2022-02-14 04:20:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载