Results 1 to 3 of 3
  1. #1
    Ugleh's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    House, Where you live?
    Posts
    276
    Reputation
    17
    Thanks
    221
    My Mood
    Blah

    Ugleh's Injector Cancel Error fix

    Some people used my injector and I forgot to fix a bug, when you press Cancel for a DLL, it errors. Here is the fix.

    Put
    Code:
    On Error Resume Next
    In the Textbox click for your text boxes, and example would be

    Code:
    Private Sub TextBox3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox2.Click
            On Error Resume Next
            OpenFileDialog2.Filter = "DLL (*.dll) |*.dll|(*.*) |*.*"
            OpenFileDialog2.ShowDialog()
            Dim FileName2 As String
            FileName2 = OpenFileDialog2.FileName.Substring(OpenFileDialog2.FileName.LastIndexOf("\"))
            Dim DllFileName2 As String = FileName2.Replace("\", "")
            Me.TextBox2.Text = (DllFileName2)
        End Sub

  2. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Saw that when i tried it....Good tut btw!
    -Rest in peace leechers-

    Your PM box is 100% full.

  3. #3
    iownageXD's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Australia
    Posts
    1,231
    Reputation
    61
    Thanks
    179
    My Mood
    Angelic
    Didn't you post this in your injector thread already o.o

Similar Threads

  1. PS3 8001050F Error fix?
    By IrepPa in forum General
    Replies: 6
    Last Post: 03-01-2010, 03:43 PM
  2. CF China Error Fix By me! Dont Thx´s pls
    By FaJih in forum CrossFire Hacks & Cheats
    Replies: 23
    Last Post: 08-31-2009, 07:24 PM
  3. Child process error fix
    By rut in forum WarRock Discussions
    Replies: 1
    Last Post: 08-29-2009, 05:40 PM
  4. Possblie Traienr error fix
    By llvengancell in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-01-2007, 04:07 PM

Tags for this Thread