Question autorefresh form?

c3rb3ru5

Member
Joined
Oct 16, 2011
Messages
18
Location
O2PSoftLabs
Programming Experience
5-10
i try for script that is process kill here

VB.NET:
#Region "task"
    Sub taskmanager()
        Dim tmProcess() As Process = System.Diagnostics.Process.GetProcessesByName("Cheat Engine")


        For Each taskmanager As Process In tmProcess
            Refresh()
            taskmanager.Kill()
        Next
    End Sub
#End Region

im using that for protect by attacking software can anybody help me to make it running good...because i try using script refresh() can't work and i wanna any body expert in here help me to find autorefresh form...thank before..:D
 
Use a Timer.

VB.Net is not scripting by the way. VB.Net code is not scripts.
 
so can u give me tutorial sir sorry im newbiew from here lol just wanna someone teach me what must to do with that because i wrong 10 times....

ah my requirement is Win 7 32 Bit and Microsoft Visual Studio 2010....^_^
 
You'll find the Timer component in Toolbox. Documentation at MSDN library.
 
Back
Top