Español
Fuente/ Codesnippets

Programa überwachen

 

KompilierenMarcaSeparación
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  
 




KompilierenMarcaSeparación
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


Título del Tema, max. 100 Signo.
 

Systemprofile:

Kein Systemprofil creado. [anlegen]

XProfan:

 Contribución  Font  Smilies  ▼ 

Bitte registro en una Contribución a verfassen.
 

Tema opciones

2.525 Views

Untitledvor 0 min.
AndreasS06.01.2019
Klaus Ernst25.07.2014
p.specht12.11.2013
Rolf Koch28.10.2012
Más...

Themeninformationen

Dieses Thema ha 1 subscriber:

unbekannt (2x)


Admins  |  AGB  |  Applications  |  Autores  |  Chat  |  Política de Privacidad  |  Descargar  |  Entrance  |  Ayuda  |  Merchantportal  |  Pie de imprenta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Juegos  |  Búsqueda  |  Support

Ein Projekt aller XProfan, el lo son!


Mi XProfan
Privado Noticias
Eigenes Ablageforum
Temas-Merkliste
Eigene Beiträge
Eigene Temas
Zwischenablage
Cancelar
 Deutsch English Français Español Italia
Traducciones

Política de Privacidad


Wir uso Cookies sólo como Session-Cookies wegen el technischen Notwendigkeit y en uns hay no Cookies de Drittanbietern.

Wenn du hier en unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung de Informationen en unseren Cookies en XProfan.Net a.

Weitere Informationen a unseren Cookies y dazu, como du el Kontrolle darüber behältst, findest du en unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Yo möchte no Cookie