| Menutup Prompt/DOS |
|
|
|
| Write Falt-Out | |
| Saturday, 20 October 2007 | |
|
Declare Function FindWindow& Lib "user32" Alias "FindWindowA" _ Declare Function SendMessage Lib "user32" Alias _ Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds _ Public Const WM_CLOSE = &H10 Public Sub RunDosApp() vReturnValue = Shell(m_sEXEName, 1) ' Run EXE Do Sleep (10000) lRet = FindWindow(vbNullString, m_sDosCaption) If (lRet <> 0) Then Loop End Sub Private Sub cmdCloseDOS_Click() |
| < Sebelumnya | Selanjutnya > |
|---|







