zorbaa
New member
- Katılım
- 20 Tem 2006
- Mesajlar
- 236
- Reaction score
- 0
- Puanları
- 0
- Yaş
- 34
arkdaslar simdi formumda 2 tane buton var biri cikart biri tak isimli olmak üzere kodlar aşağidaki gibi
şimdi ben 2 buton degilde tek buton yardımı ile cikartip takmak istiyorum kendim yaptım ama sadece bikere cikartıp takıyo ondan sonra döngü duruyo.
1)Cd-Rom u açıp kapatmak
Private Declare Function mciExecute Lib "winmm.dll" (ByVal lpstrCommand As String) As Long
Private Sub Command1_Click()
mciExecute ("Set CDAudio door Open")
End Sub
Private Sub Command2_Click()
mciExecute ("Set CDAudio door closed")
End Sub
şimdi ben 2 buton degilde tek buton yardımı ile cikartip takmak istiyorum kendim yaptım ama sadece bikere cikartıp takıyo ondan sonra döngü duruyo.
1)Cd-Rom u açıp kapatmak
Private Declare Function mciExecute Lib "winmm.dll" (ByVal lpstrCommand As String) As Long
Private Sub Command1_Click()
mciExecute ("Set CDAudio door Open")
End Sub
Private Sub Command2_Click()
mciExecute ("Set CDAudio door closed")
End Sub