登录
首页 » 界面开发 » 网格控件

网格控件

于 2022-08-21 发布 文件大小:102.24 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

网格控件-Grid Control

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

发表评论

0 个回复

  • 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
  • 这一个用于使窗口的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打的限制...
    这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制-make this a window for interface with the toolbar can call this function in the source code in hopes useful. I have the opportunity to download or 0, I can not find its procedures in the hope that the moderator opened the restrictions
    2022-10-05 06:25:03下载
    积分:1
  • Windows interface design : drawing screens button design
    Windows 界面设计:拉帘按钮设计-Windows interface design : drawing screens button design
    2022-11-14 22:30:03下载
    积分:1
  • 本程序创建一个动态分割窗口的应用程序。动态分割…
    本程序创建一个可以动态切分窗口的应用程序。动态切分窗口在实际程序经常应用到.-this procedure to create a dynamic segmentation window applications. Dynamic segmentation window in actual procedures often applied to.
    2022-09-15 11:50:03下载
    积分:1
  • Second example in accordance with procedures for their own add richedit2.0 backg...
    可以根据次例子为自己的程序在richedit2.0中添加背景,我就是这样做的。-Second example in accordance with procedures for their own add richedit2.0 background, what I did.
    2022-02-04 10:24:33下载
    积分:1
  • 用vb实现显示动画光标,一个经典例子极具参考价值
    用vb实现显示动画光标,一个经典例子极具参考价值-used to achieve the cursor animation show, a classic example of great reference value
    2022-05-20 08:18:40下载
    积分:1
  • TeeChart组件delphi项目
    TeeChart vcl delphi project
    2023-02-05 06:05:03下载
    积分:1
  • visual c++ 6.0技术内幕第五版 随书源代码,很多例子可以直接用在程序里...
    visual c++ 6.0技术内幕第五版 随书源代码,很多例子可以直接用在程序里-visual c++ 6.0 technology insider with the fifth edition of the book source code, many examples can be directly used in program
    2022-01-26 19:20:05下载
    积分:1
  • 计算器
    // calc-ui-model/Calc.java -- Fred Swartz//     Level     : Intermediate.//     Structure : Three files: main, GUI (subclass of JFrame), logic.//     Components: JButton, JTextField (right justified).//     Containers: JFrame, several JPanels.//     Layouts   : BorderLayout to put the other panels together.//                 Two GridLayout panels for the buttons.//     Listeners : One ActionListener which is shared by all//                 numeric key buttons.  Similarly share//                 an ActionListener for all operator buttons.//
    2022-10-18 16:20:03下载
    积分:1
  • scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScr...
    scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScrollPane都帮我们处理得好好的,但如果我们想对滚动轴做更细的设置,例如在拖曳时一次滚动多少区域等,就必须了JScrollBar所提供的功能了。JScrollBar在处理窗口的滚动并不像JScrollPane那么容易,看起来也比 JScrollPane简单得许多,因此通常在实现时我们会取一些JScrollBar所提供的功能.-scrollJpane examples of the use! ScrollBar use of the function so that it could use the rolling axis scroll window, and at first glance w ill not be directly used. JScrollBar method because JScrollPane have helped us to deal with good, but if we want to do more rolling axis small settings, such as when a tractor in the number of regional rolling, a must JScrollBar provided by the function. JScrollBar window in the rolling JScrollPane is not as easy than JScrollPane seem simple that many, it is often the realization, we will take some JScrollBar provided by the function.
    2023-03-28 05:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载