Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish

    [Help]VB multitool bug

    Hello
    i'm making a multitool with vb but i get a error
    Code:
    Impossible to produce the line of code 160 in the designer. For more detailed information see the task list. The code within the method "InitializeComponent" is generated by the designer and should not be edited manually. Remove any changes and try to reopen the designer.
    why?

  2. #2
    Victoria's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Everywhere where love is♥
    Posts
    1,154
    Reputation
    -20
    Thanks
    94
    My Mood
    In Love
    The code is wrong, and you need to replace it with an other code, or remove it.

  3. #3
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by Victoria View Post
    The code is wrong, and you need to replace it with an other code, or remove it.
    yes but it say the code of designer and in all the forms

  4. #4
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    If you post this in the source code section maybe you will get some help.

    And try re-doing it and after a while just re compile.
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  5. #5
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Dude Post Your Code Then We Will Help And Highlight The Errors In Red !

  6. #6
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    You messed with the wrong piece of code. Don't touch anything the program writes for you.

  7. #7
    master131backup's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    94
    Reputation
    19
    Thanks
    163
    My Mood
    Angelic
    You edited the designer code and now VB cant generate your form. good job.

  8. The Following User Says Thank You to master131backup For This Useful Post:

    Lyoto Machida (04-19-2011)

  9. #8
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    I sugest to make a new project and copy all the data from the old project to the new one.

    Quote Originally Posted by -Away
    You did shiit.


    Real Helpful.

  10. #9
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Don't you think actually showing us what code appears on line 160 MIGHT be a good idea? What the fuck do you want us to do? Magick up a solution without even knowing what the fuck the problem is? A general error is never enough information to give a comprehensive answer. Supply the code, AND STOP DOUBLE POSTING.

    If you don't know how to get to that line of code, double click the error and it will take you there.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #10
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post
    Don't you think actually showing us what code appears on line 160 MIGHT be a good idea? What the fuck do you want us to do? Magick up a solution without even knowing what the fuck the problem is? A general error is never enough information to give a comprehensive answer. Supply the code, AND STOP DOUBLE POSTING.

    If you don't know how to get to that line of code, double click the error and it will take you there.
    it was desing error, the code was the start of form2, i'll just make new project but i never have time, i make new project and add some mores features and will post =)

  12. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by dragonattak View Post
    it was desing error, the code was the start of form2, i'll just make new project but i never have time, i make new project and add some mores features and will post =)
    You can still see designer code , double click the error in your error bar and it will take you there.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  13. #12
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post


    You can still see designer code , double click the error in your error bar and it will take you there.
    i know but i cannot find the problem XD

  14. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by dragonattak View Post
    i know but i cannot find the problem XD
    Which is why I said post line 160 of the designed coder HERE so we can see what it looks like. Sheezus.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  15. #14
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post


    Which is why I said post line 160 of the designed coder HERE so we can see what it looks like. Sheezus.
    i know where is the error omggg
    i dont know what this is missed

    Code:
     Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font

  16. #15
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    I don't see a problem with that code, you prolly should give us some more info.

Page 1 of 2 12 LastLast