登录
首页 » Windows开发 » 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这

包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这

于 2023-09-07 发布 文件大小:423.14 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗口最小化到系统状态栏,强烈推荐!!! 7 一个系统程序,可以察看系统中当前窗口的局柄等信息,可以察看系统窗口,例如任务栏、开始按钮。可以通过鼠标移动察看光标位置下的 窗口的信息 8 通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用,多用户的考虑 9 一个可以获得Windows可执行文件(Portable Executable File)的文件头信息的程序 10 可以放大部分图片, 象放大镜.-including 10 Source : Order a system tray (Hint/AB tray), the icon shows bubble boxes (Tool Tip) 2 floppy disk formatting code procedures 3 a virtual disk drive mapping for the four software can be the most "advanced" system information, such as the password caching system, PROXY setup, MAC used five Flashget and network ant friends should know that the IE right-click a right-click menu use (xxxxx). The code on the realization of this function. Can be obtained on the website, select the te

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

发表评论

0 个回复

  • huiwen
    实现了一段字符是否为回文的判断《数据结构》-huiwen
    2022-02-21 10:49:59下载
    积分:1
  • Engineer系统是降低服务器负载,减少企业运营成本
    Engineer系统是降低服务器负载,减少企业运营成本-Engineer system is to reduce server load, reduce operating costs
    2022-12-12 12:35:03下载
    积分:1
  • 一个基于struts,tile,jstl的留言本
    一个基于struts,tile,jstl的留言本-struts, tile, the voice of the JSTL
    2023-04-18 02:25:03下载
    积分:1
  • Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧
    Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧-Win32 API Guinness, comprehensive api function, layout is also very good, we Favorites yourself
    2022-06-11 11:23:11下载
    积分:1
  • discribe how go use scure edit in c
    discribe how go use scure edit in c-discribe how go use scure edit in c++
    2022-03-14 15:56:06下载
    积分:1
  • Grid控件的实现,表格形式显示的界面的实现的源程序
    Grid控件的实现,表格形式显示的界面的实现的源程序-Grid Ctrl
    2022-03-03 11:26:19下载
    积分:1
  • 增加文件并送邮件,
    增加文件并发送邮件,-additional documents, and send mail,
    2022-04-23 14:43:07下载
    积分:1
  • used as a pattern recognition Bayesian classifier
    一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
    2022-06-18 12:35:12下载
    积分:1
  • the code is against WINCE3.0 (PPC2002) platform, taking into account the Win32 p...
    涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台;旨在讨论编写同时适应2种平台的通用代码,采用的是最原始的BitBlt贴图和离屏方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。 重要说明: 1、没有用内存泄漏工具检测过,不知道有没有内存泄漏,哪位可以帮忙检测一下 2、未完成部分: 游戏的BOSS部分(BOSS贴图、BOSS子弹、BOSS爆炸效果) 游戏难度控制,目前比较幼稚 3、未解决的BUG: CE下需要按退出菜单退出,点窗口的关闭按钮进程仍然存在-the code is against WINCE3.0 (PPC2002) platform, taking into account the Win32 platform; Discussions aimed at the same time prepared to adapt to two types of common code platform, using the most primitive BitBlt and tile from the screen, more rough tile effect. For voice processing relatively naive and not misleading beginners. Important note : 1 without using a memory leak detection tools that do not know no memory leakage, which can help detect about two and unfinished parts : part of the game BOSS (BOSS mapping, BOSS bullets, explosive effect BOSS) difficult to control the game, more naive 3, the unresolved BUG : CE will need to withdraw from the menu, point window close button process still exists
    2022-01-25 19:23:42下载
    积分:1
  • 各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;...
    各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;-Various sorting algorithm routines: Simple Selection Sort HEAPSORT Insertion Sort Hill sort Bubble Sort quick sort
    2022-03-22 23:45:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载