Français
Source/ Codesnippets

Programme surveiller

 

KompilierenMarqueSéparation
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Programm überwachen
Def @Createtoolhelp32snapshot(2) !kernel32,CreateToolhelp32Snapshot
Def @Process32first(2) !kernel32,Process32First
Def @Process32next(2) !kernel32,Process32Next
Def @Closehandle(1) !kernel32,CloseHandle
Def @Terminateprocess(2) !kernel32,TerminateProcess
Def @Openprocess(3) !kernel32,OpenProcess
Def &Th32cs_snapprocess 2
Def &Process_terminate 1
Declare Processentry#
Struct Processentry32 =Dwsize&,Cntusage&,Th32processid&,Th32defaultheapid&,Th32moduleid&,Cntthreads&,Th32parentprocessid&,Pcpriclassbase&,Dwflags&,Szexefile$(260)

Proc Actua

    Parameters Prozess$, Delete%
    Declare Lenname&
    Declare Hsnapshot&, Result&, Hprocess&, Proz_anzahl&, Term_ok&
    Dim Processentry#, Processentry32
    Long Processentry#,0 =296
    Clear Proz_anzahl&, Term_ok&
    Lenname& = Len(Prozess$)
    Prozess$ = Lower$(Prozess$)
    Hsnapshot& = Createtoolhelp32snapshot(&Th32cs_snapprocess, 0)

    Ifnot Hsnapshot& = -1

        Result& = Process32first(Hsnapshot&, Processentry#)
        messagebox(str$(GetLastError()),Err,48)
        messagebox(str$(Result&),str$(hSnapshot&),48)

        While Result&

            messagebox(Lower$(Right$(PROCESSENTRY#.szExeFile$,lenname&)),,48)

            If Lower$(Right$(Processentry#.Szexefile$,Lenname&)) = Prozess$

                If Delete% = 1

                    Hprocess& = @Openprocess(&Process_terminate, 0, Processentry#.Th32processid&)
                    sendmessage(hProcess&,$0010,0,0)
                    Term_ok& = @Terminateprocess(Hprocess&, 0)
                    @Closehandle(Hprocess&)
                    Sleep 100

                Endif

                Proz_anzahl& = Proz_anzahl& + (Delete%<>1) + Term_ok&

            Endif

            Result& = Process32next(Hsnapshot&, Processentry#)

        Endwhile

    Endif

    @Closehandle(Hsnapshot&)
    Dispose Processentry#
    Return Proz_anzahl&

Endproc

@Winexec(NotePad.exe,1)
Windowstyle 31
Windowtitle Prozess überwachen!

While 0=0

    Window 0,0-640,440
    Sleep 100
    Actua Notepad.exe,0

    If @&(0)>0

        Drawtext 0,0,Notepad noch aktiv: +@Str$(@&(0))+

    Else

        Drawtext 0,0,Notepad gibts nicht mehr!+@Str$(@&(0))+

    Wend

 
16.07.2007  
 




KompilierenMarqueSéparation
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Programm überwachen
Def @Createtoolhelp32snapshot(2) !kernel32,CreateToolhelp32Snapshot
Def @Process32first(2) !kernel32,Process32First
Def @Process32next(2) !kernel32,Process32Next
Def @Closehandle(1) !kernel32,CloseHandle
Def @Terminateprocess(2) !kernel32,TerminateProcess
Def @Openprocess(3) !kernel32,OpenProcess
Def &Th32cs_snapprocess 2
Def &Process_terminate 1
Declare Processentry#
Struct Processentry32 =Dwsize&,Cntusage&,Th32processid&,Th32defaultheapid&,Th32moduleid&,Cntthreads&,Th32parentprocessid&,Pcpriclassbase&,Dwflags&,Szexefile$(260)

Proc Actua

    Parameters Prozess$, Delete%
    Declare Lenname&
    Declare Hsnapshot&, Result&, Hprocess&, Proz_anzahl&, Term_ok&
    Dim Processentry#, Processentry32
    Long Processentry#,0 =296
    Clear Proz_anzahl&, Term_ok&
    Lenname& = Len(Prozess$)
    Prozess$ = Lower$(Prozess$)
    Hsnapshot& = Createtoolhelp32snapshot(&Th32cs_snapprocess, 0)

    Ifnot Hsnapshot& = -1

        Result& = Process32first(Hsnapshot&, Processentry#)
        messagebox(str$(GetLastError()),Err,48)
        messagebox(str$(Result&),str$(hSnapshot&),48)

        While Result&

            messagebox(Lower$(Right$(PROCESSENTRY#.szExeFile$,lenname&)),,48)

            If Lower$(Right$(Processentry#.Szexefile$,Lenname&)) = Prozess$

                If Delete% = 1

                    Hprocess& = @Openprocess(&Process_terminate, 0, Processentry#.Th32processid&)
                    sendmessage(hProcess&,$0010,0,0)
                    Term_ok& = @Terminateprocess(Hprocess&, 0)
                    @Closehandle(Hprocess&)
                    Sleep 100

                Endif

                Proz_anzahl& = Proz_anzahl& + (Delete%<>1) + Term_ok&

            Endif

            Result& = Process32next(Hsnapshot&, Processentry#)

        Endwhile

    Endif

    @Closehandle(Hsnapshot&)
    Dispose Processentry#
    Return Proz_anzahl&

Endproc

@Winexec(NotePad.exe,1)
Windowstyle 31
Windowtitle Prozess überwachen!

While 0=0

    Window 0,0-640,440
    Sleep 100
    Actua Notepad.exe,0

    If @&(0)>0

        Drawtext 0,0,Notepad noch aktiv: +@Str$(@&(0))+

    Else

        Drawtext 0,0,Notepad gibts nicht mehr!+@Str$(@&(0))+

    Wend

 
16.07.2007  
 



Zum Quelltext


Topictitle, max. 100 marque.
 

Systemprofile:

ne...aucune Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

s'il te plaît s'inscrire um une Beitrag trop verfassen.
 

Options du sujet

2.527 Views

Untitledvor 0 min.
AndreasS06.01.2019
Klaus Ernst25.07.2014
p.specht12.11.2013
Rolf Koch28.10.2012
plus...

Themeninformationen

cet Thema hat 1 participant:

unbekannt (2x)


Admins  |  AGB  |  Applications  |  Auteurs  |  Chat  |  protection des données  |  Télécharger  |  Entrance  |  Aider  |  Merchantportal  |  Empreinte  |  Mart  |  Interfaces  |  SDK  |  Services  |  Jeux  |  cherche  |  Support

un projet aller XProfaner, qui il y a!


Mon XProfan
Privé Nouvelles
Eigenes Ablageforum
Sujets-La liste de voeux
Eigene Posts
Eigene Sujets
Zwischenablage
Annuler
 Deutsch English Français Español Italia
Traductions

protection des données


Wir verwenden Cookies seulement comme Session-Cookies à cause de qui technischen Notwendigkeit et chez uns gibt es aucun Cookies de Drittanbietern.

si du ici sur unsere Webseite klickst ou bien navigierst, stimmst du unserer Erfassung de Informationen dans unseren Cookies sur XProfan.Net trop.

Weitere Informationen trop unseren Cookies et en supplément, comment du qui Kontrolle par-dessus behältst, findest du dans unserer nachfolgenden Datenschutzerklärung.


d'accordDatenschutzerklärung
je voudrais keinen Cookie