登录
首页 » 界面开发 » 可以写出xp那样的界面2

可以写出xp那样的界面2

于 2022-06-29 发布 文件大小:100.02 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

可以写出xp那样的界面2-could write a kind of interface xp 2

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

发表评论

0 个回复

  • 前端时光轴显示
    资源描述HTML编写的时间轴显示,源码开放,适合修改,可以用于专题界面
    2022-05-30 06:29:52下载
    积分:1
  • office menu styles DLL, you can optimize the interface.
    office的菜单样式动态库,可以优化你的介面.-office menu styles DLL, you can optimize the interface.
    2022-10-01 09:05:03下载
    积分:1
  • 这是一个很酷的模仿RedHat红帽子操作系统的代码。支持真彩色Icon,里附有几个很棒的有关Skin的控件源码....
    这是一个很酷的模仿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.
    2022-04-16 09:48:08下载
    积分:1
  • 二维表格的制作
    表格Swing的重要主件,以二维表格的形式变现出来,依据MVC的思想。最好先生成一个MyTable类型的对象来表示数据,这个类是AbstractTableModel类继承而来的。
    2022-05-09 13:12:40下载
    积分:1
  • 一个用来选择文件夹的类的源码
    一个用来选择文件夹的类的源码- Uses for to choose the folder the kind of source code
    2022-03-12 16:57:07下载
    积分:1
  • novice beginner, vb programming gradient background window!
    新手初学,vb编程实现渐变的窗口背景-novice beginner, vb programming gradient background window!
    2022-01-25 19:58:17下载
    积分:1
  • A simple diary, user
    一个简单的日记本,界面友好,功能实用,挺好的-A simple diary, user-friendly, functional and practical, quite good
    2023-01-23 16:20:03下载
    积分:1
  • 系统处于等待/忙状态时用的对话框
    系统处于等待/忙状态时用的对话框-The dialog which can be used to display the system in wait or busy state
    2022-07-17 16:20:43下载
    积分: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
  • 用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册...
    用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册-VB scanning files on the drive and the things that API calls and DIR command! You are the best tools and manuals! !
    2022-05-12 15:12:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载