登录
首页 » 界面开发 » 为什么窗户没有关上窗户?

为什么窗户没有关上窗户?

于 2022-02-07 发布 文件大小:2.56 MB
0 188
下载积分: 2 下载次数: 1

代码说明:

Why won t A Note close when Windows does? When Windows closes it sends a message to all programs that they should close. A Note receives this message and starts to upload the notes to the server. Sometimes the server has a lot of other traffic and therefore is a bit slow to respond to A Note. Therefore, Windows displays the dialog box A Note is not responding . Most of the time, the server will answer A Note, the program will close and so will Windows. If the A Note is not responding time-out message, you can press cancel now . The notes have already been uploaded and saved to disk.

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

发表评论

0 个回复

  • V1.2 更新: * 默认对原OEM信息进行备份; * 修正windows 98下部分品牌无法使用的错误; * 增加windows 98下安装...
    V1.2 更新: * 默认对原OEM信息进行备份; * 修正windows 98下部分品牌无法使用的错误; * 增加windows 98下安装序列号的显示; * 修正选择自定义信息后无法再选择内置信息的错误; * 文件选择对话框去掉预览功能,以支持快捷方式的文件联接。 V1.1 更新: * 增加对windows 98的支持; * 增加显示产品序列号。 V1.0 更新: * 增加新联想OEM信息和11种主流CPU信息; * 改正高级选项里的一个BUG。 V0.99 发布,内置15种品牌OEM信息,可自定义OEM信息。-V1.2 Update :* OEM default on the original information backup;* Amendments to the lower part of windows 98 brands can not use error;* Installation of windows 98 of the sequence shows;* Amendments to select the custom message can no longer choose the wrong message embedded;* Documentation election Optional box removed preview capabilities to support efficient way connected to the paper. V1.1 Update :* increase support for Windows 98;* The increasing product serial number. V1.0 Update :* The new Lenovo OEM information and 11 CPU;* High corrective options"s a BUG. V0.99 released, built-in 15 brands OEM information, OEM-defined information.
    2022-03-02 04:43:51下载
    积分:1
  • 托盘程序
    LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)  {     // is it for us ?     if (wParam != m_NotifyIconData.uID)         return 0L;     CWnd *pMainWnd = AfxGetMainWnd();     switch(LOWORD(lParam)) { case WM_RBUTTONUP: {     请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-26 03:26:49下载
    积分:1
  • a document interface VC selection procedures, this is downloaded.
    一个文件选取界面的VC程序,这个是网上下载的。-a document interface VC selection procedures, this is downloaded.
    2022-05-26 12:03:49下载
    积分:1
  • c# winfrom生成二维码、调用摄像头扫描二维码
    c# winfrom生成二维码、调用摄像头扫描二维码。1、开发语言:C#;2、软件类型:winfrom界面;3、软件功能:(1)可输入字符生产二维码,且显示加保存;                    (2)可利用摄像头扫描识别二维码内容,并显示;4、包含源代码,可阅读编辑;5、最后希望能够帮到有需要的朋友,我的QQ306215860,有机会可以一起学习;
    2022-02-20 01:10:41下载
    积分:1
  • VC实现的源代码,可以绘制饼图,统计图表.试用
    VC实现的源代码,可以绘制饼图,统计图表.试用-VC source code can be drawn pie, statistical tables. Probation
    2023-06-07 09:45:03下载
    积分:1
  • 优秀的VB_GRID,可以查看源代码Visit vbAccelerator
    优秀的VB_GRID,可以查看源代码Visit vbAccelerator - the VB programmer s resourceS-Grid 2.0 is an all VB grid giving you the control other grids don t, and all in 480kb. Create Outlook-style grids, span column text across rows, freely set row and column heights, set colours and fonts for each cell, add icons to cells, sort and group data... -outstanding VB_GRID can view the source code Visit vbAccelerator-the VB programmer s resourceS-Grid 2.0 is an all VB grid control giving you the other grids don t, and all in 480kb. Create Outlook-style grids that span column text across rows, freely set row and column heights, set colors and fonts for each cell, add icons to cells, sort and group data ...
    2022-05-08 12:28:30下载
    积分:1
  • This a simple interface design. Through the expansion, such as adding to click o...
    这只是一个简单的界面设计。 可以通过扩展为按钮等添加点击事件,从而实现想要的功能。-This a simple interface design. Through the expansion, such as adding to click on the button, thereby achieving the desired function.
    2022-02-20 04:38:45下载
    积分:1
  • windows2003风格的菜单,.net风格的,一个漂亮的编程演示程序...
    windows2003风格的菜单,.net风格的界面,一个漂亮的界面编程演示程序-Windows2003 style menu. Net-style interface, a beautiful Programming Interface Demonstration Program
    2022-12-04 12:55:03下载
    积分:1
  • GRID表格控件vb原码
    GRID表格控件vb原码-GRID forms controls vb source
    2022-06-11 22:53:45下载
    积分:1
  • 树状导航
    本实例通过窗口的分割技术将树型视图显示在左边,然后通过树型视图的GetTreeCtrl方法来获得CTreeCtrl对象,通过CTreeCtrl对象接受双击时间来实现导航功能。 实现过程:(1)新建名为TreeNavi的单文档应用程序。 (2)在工程中添加以CTreeView类为基类的新类TreeView;在工程中添加Icon资源。 (3)在TreeView.h文件中添加  #include "afxciew.h" (4)修改TreeNavi.cpp文件中的InitInstance函数中的内容。 (5)在MainFrm.cpp文件中添加WM_CREATECLIENT消息的实现函数 (6)函数OnInitialUpdate实现树型视图的初始化 (7)添加NM_DBLCLK消息的实现函数OnDblclk
    2022-02-04 03:55:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载