Results 1 to 2 of 2
  1. #1
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad

    CPU Usage Dumping(now you can use images)

    Well I know there was 1 reason people didn't use nifty GUI because they didn't want to use many images because it would take too much CPU or people would not use VB2005\2008 becuase of the cpu usage. Well heres your solution. Input this code into you module.

    Public Class FluchCpuUsage

    Private Declare Function SetProcessWorkingSetSize Lib "kernel32.dll" ( _
    ByVal process As IntPtr, _
    ByVal minimumWorkingSetSize As Integer, _
    ByVal maximumWorkingSetSize As Integer) As Integer

    Public Shared Sub FlushMemory()
    GC.Collect()
    GC.WaitForPendingFinalizers()
    If (Environment.OSVersion.Platform = PlatformID.Win32NT) Then
    SetProcessWorkingSetSize(Process.GetCurrentProcess ().Handle, -1, -1)
    End If
    End Sub

    End Class
    Don't modify the above code, you could result with crashing Applets


    place a timer on the form with 1000 Intervals containing the code
    FluchCpuUsage()



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  2. #2
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    Nice , good job.

Similar Threads

  1. [NEW BUG] You can't visit a topic[FF 2.0.0.9], dave please fix this
    By wrasia in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 11-05-2007, 01:21 PM
  2. Two VIP (Should be) HACKS! Get it while you can!
    By Mike Green Day in forum WarRock - International Hacks
    Replies: 97
    Last Post: 08-02-2007, 03:18 PM
  3. [HELP PLS] how you can do trainers?????
    By Edge15 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 04-08-2007, 03:22 PM
  4. Harbor_IDA and Emblem.You can play
    By papiopo in forum WarRock - International Hacks
    Replies: 15
    Last Post: 05-30-2006, 10:29 AM
  5. You Can Finnaly Flame Me
    By A7X Oblivian in forum General
    Replies: 15
    Last Post: 02-21-2006, 03:07 PM