Italia
Fonte/ Codesnippets

Api Beenden Fremdprogramm Per Starten

 

KompilierenMarkierenSeparieren
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Fremdprogramm starten und beenden per API
Def @Createprocess(10) !KERNEL32,CreateProcessA
Def @Getexitcodeprocess(2) !KERNEL32,GetExitCodeProcess
Def @Terminateprocess(2) !KERNEL32,TerminateProcess
Declare Command#,Startupinfo#,Processinfo#,Exitcode#

Proc Createprocess

    Parameters Command$
    Declare Handle&
    Dim Command#,Add(Len(Command$),1)
    Dim Startupinfo#,68
    Clear Startupinfo#
    Long Startupinfo#,0=68
    Dim Processinfo#,16
    Clear Processinfo#
    String Command#,0=Command$
    @Createprocess(0,Command#,0,0,0,0,0,0,Startupinfo#,Processinfo#)
    Let Handle&=Long(Processinfo#,0)
    Dispose Command#
    Dispose Startupinfo#
    Dispose Processinfo#
    Return Handle&

Endproc

Proc Killprocess

    Parameters Hprocess&
    Dim Exitcode#,4
    @Getexitcodeprocess(Hprocess&,Exitcode#)
    @Terminateprocess(Hprocess&,@Long(Exitcode#,0))
    Dispose Exitcode#

Endproc

Declare Terminate&,Start&,Programm$
Windowstyle 31
Windowtitle Process starten und killen
Window 0,0-640,440
Let Start&=@Createbutton(%Hwnd,Start,20,300,100,30)
Let Terminate&=@Createbutton(%Hwnd,Terminate,200,300,100,30)
Enablewindow Terminate&,0
Enablewindow Start&,1

While 0=0

    Waitinput

    If @Getfocus(Terminate&)

        Killprocess @&(0)
        Enablewindow Terminate&,0
        Enablewindow Start&,1

    Elseif @Getfocus(Start&)

        Let Programm$=@Loadfile$(Eine Anwendung auswählen:,Programme|*.EXE;*.COM;*.PIF;*.BAT)

        If Programm$<>

            Createprocess Programm$,
            Enablewindow Terminate&,1
            Enablewindow Start&,0

        Endif

    Endif
ass=s4 href='./../../funktionsreferenzen/xprofan/wend/'>Wend
 
15.07.2007  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

2.962 Views

Untitledvor 0 min.
Thomas Freier23.01.2024
AndreasS06.01.2019
p.specht03.01.2019
Walter Meidl25.04.2013

Themeninformationen

Dieses Thema hat 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie