登录
首页 » Windows开发 » A Visual Basic source code to control the CD

A Visual Basic source code to control the CD

于 2023-06-28 发布 文件大小:16.96 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

A Visual Basic source code to control the CD-ROM tray! It is cool :D

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

发表评论

0 个回复

  • Personal Log Management Small software. This is my first school vc wrote a small...
    个人日志管理小软件。这是我学vc写的第一个小程序,用串行化,可写,改,删等操作。有源代码-Personal Log Management Small software. This is my first school vc wrote a small program, using serialization can write, change, delete, etc. operations. Active code
    2022-02-21 09:51:01下载
    积分:1
  • 非递归算法实现线索化二叉树,其中包含递归算法。
    非递归算法实现线索化二叉树,其中包含递归算法。-Non-recursive algorithm threaded binary tree, which includes recursive algorithm.
    2022-02-01 03:33:42下载
    积分:1
  • 用VB编写的SVCAD
    用VB编写的SVCAD-CASS7.0转换程序,并实现图形的完整性-VB prepared by SVCAD-CASS7.0 the conversion process and the integrity of graphics implementation
    2022-05-26 04:08:39下载
    积分:1
  • 用VS.NET 2003的一个伟大的C++软件,帮助很多初学者。快点…
    一个C++的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!-a great C++ softwre developed with VS.net 2003, help a lot for beginners. Hurry to downnload, it s not bad!
    2022-06-30 21:30:02下载
    积分:1
  • 文件修改监控
    ReadDirectoryChangesW 有同步和异步2种方式, 根据前面打开的文件夹对象句柄决定。  1. 异步方式,如果 CreateFile 指定了打开类型 FILE_FLAG_OVERLAPPED 就是异步方式,ReadDirectoryChangesW 调用的时候就需要指定 OVERLAPPED 参数.  接下来对文件夹I/O变化的响应判断有多种方式。  A通过不断的调用HasOverlappedIoCompleted函数(非阻塞,参数就是前面的OVERLAPPED 对象指针)的返回值来判断是否发生了 关注文件句柄的I/O操作。如果发生变化,再执行你的 switch(Buffer[0].Action) 操作过程。  B GetOverlappedResult 读取 OVERLAPPED 对象的结果。(阻塞)  C 完成端口 GetQueuedCompletionStatus (阻塞)。  其中阻塞方式,必须采用多线程的方式,否则你的主线程被阻塞的话,对话框就动不了了。非阻塞方式也可用多线程,结合hEvent对象来使用。  2.同步方式,如果CreateFile不指定FILE_FLAG_OVERLAPPED ,就是同步方式。  同步方式操作比较简单。lz的程序看来就是使用的同步方式。  在同步下,ReadDirectoryChangesW 将被阻塞,直到一个文件夹句柄的I/O操作到来,然后才能判断。所以lz的程序会死掉。  同步方式必须采用多线程,再创建一个线程,线程函数采用如下方式:  UINT ThreadProc(PVOID)  {     CreateFile();     while(1) // 如果只想监视一次文件的I/O变化,可不用while循环。     {   
    2022-03-10 05:44:52下载
    积分:1
  • ShutUp lets you automate clean
    ShutUp lets you automate clean-up tasks before shutdown. It can clean out selected history lists, eject CDs, delete the files in your TEMP directory, and run the programs you specify before shutting down your computer. It also lets you schedule reminders every day, one day a week, one day a month, or for a specific date any time in the future.
    2022-02-07 07:14:22下载
    积分:1
  • Window scripts technology contains various technical languages: VB, JAVA script,...
    Window的脚本技术含有各种的技术语言:VB、JAVA等脚本技术的讲解!-Window scripts technology contains various technical languages: VB, JAVA script, etc. on technology!
    2023-02-12 23:35:03下载
    积分:1
  • 本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。...
    本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。-this procedure is a banker"s algorithm to avoid deadlock procedures, simulating the distribution of resources.
    2022-07-02 03:24:33下载
    积分:1
  • lu decomposition of a very good use of LU decomposition of matrix inversion proc...
    一个很好的利用lu分解进行矩阵求逆的程序,详细描述了它的……:这是一个很好的利用lu分解进行矩阵求逆的程序,这是一个很好的支点
    2022-04-13 01:14:46下载
    积分:1
  • 用vc 屏幕抓取程序,包括光标在内的一些屏幕图象信息
    用vc 开发屏幕抓取程序,包括光标在内的一些屏幕图象信息-Vc-screen crawl with the development of procedures, including the cursor, including some of the screen image information
    2022-01-26 05:05:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载