Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CALL
Search - CALL - List
DL : 0
Option Explicit Private Declare Function CDdoor Lib \"winmm.dll\" Alias \"mciSendStringA\" _ (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _ ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long Dim state1 As Boolean Private Sub Command1_Click() 打开光驱 state1 = True Call CDdoor(\"set CDAudio door open\", 0, 0, 0) End Sub Private Sub Command2_Click() 关闭光驱 state1 = False Call CDdoor(\"set CDAudio door closed\", 0, 0, 0) End Sub Private Sub Command3_Click() End End Sub
Date : 2008-10-13 Size : 5.7kb User : 黄小树

DL : 0
Option Explicit Private Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA" _ (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _ ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long Dim state1 As Boolean Private Sub Command1_Click() 打开光驱 state1 = True Call CDdoor("set CDAudio door open", 0, 0, 0) End Sub Private Sub Command2_Click() 关闭光驱 state1 = False Call CDdoor("set CDAudio door closed", 0, 0, 0) End Sub Private Sub Command3_Click() End End Sub-Option ExplicitPrivate Declare Function CDdoor Lib
Date : 2025-12-25 Size : 5kb User : 黄小树

DL : 0
使用软件控制光驱源码,需要的请下!!!通过消息机制来控制的,对vc入门很有帮助!-Control the drive using software source code, need to call on the next! ! ! Through the mechanisms to control the message, the right vc entry helpful!
Date : 2025-12-25 Size : 18kb User : kenny

DL : 0
调用百度AI开放平台动物识别API和百度百科API进行动物识别(Call Baidu AI open platform to identify API and Baidu Encyclopedia API for animal identification.)
Date : 2025-12-25 Size : 4kb User : 70842w
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.