Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25

Hybrid View

  1. #1
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Brinuz View Post
    i really thought you were "awesome", but after this one... God...

    start coding in C, ignore your warning, then cry that your program randomly crash's or that you have some random stupid outputs.
    There are many warnings that you can ignore, and many that you cannot. In Visual Basic, they've pretty much made it so that every warning that should not be ignored is now an error, so it's easier for people to grasp the language.

    I do code in C, by the way. (Not much though, mainly C++)

  2. #2
    confict's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    422
    Reputation
    3
    Thanks
    290
    My Mood
    Relaxed
    Holy shit..
    After reading this topic, I'm really wondering if this guy has any idea about using VB.NET.
    Fuck, You get a full source code and you still fuck it up..
    Do you have any experience? Not talking about simple ass Login systems & Spammers..
    Damn.

    ITS MEH BITCHESSS !!!

  3. #3
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by confict View Post
    Holy crap..
    After reading this topic, I'm really wondering if this guy has any idea about using VB.NET.
    You get a full source code and you still mess it up..
    Do you have any experience? Not talking about simple ass Login systems & Spammers..
    Darn.
    Cut the flame bro..

    Ex Middleman

  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Every warning should be avoided if it can. Warnings are there for a reason, they're not just "lol herp derp let's annoy the programmer" type things. They're there to show you that you could fuck something up in runtime, ultimately causing a crash of th application.

    Watch the flame at above.

    Maybe stay on topic now?

    Did OP fix his problem?

  5. #5
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    I know Copy & Paste Leads to Errors, but the only probelm is, the encrypter decrypter Wont read the stuff in the Module.

    I used the two codes and it didnt work. :S

    @confict
    Flaming and Rage is the section you need

    PS.

    Keep on the topic or it will be /locked :S

  6. #6
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    Insane, where do i post PC Stuff?

    I'm Trying to release Xp Theme for Vista

  7. #7
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    I posted the module without the imports because i usually add the imports on the main form. So that if i do give the code to somebody and they go holy shit 32 warnings. I can tell them they shouldnt just copy and paste and should learn how to program.
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  8. #8
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by wtfiwantthatname View Post
    I posted the module without the imports because i usually add the imports on the main form. So that if i do give the code to somebody and they go holy shit 32 warnings. I can tell them they shouldnt just copy and paste and should learn how to program.
    Says someone who posted MSDN Standard code with modified declarations my 3 yr old can achieve

    No offense, just pointing it out, that's what I do.

    Plus, The only "Imports" required are already there, plus a missing import wouldn't give a warning, it would give a error which will stop a build., Thist type of ERROR is called a Syntax Error (or design error)..

    A warning is alot less complicated then that, the only time null exception warning is important, is if you think there is a possible chance of null error (which will occur during runtime and possibly crash the application, or cause unexpected/unwanted outcomes) if that is the case, there are steps to take. In either case. Totally different.


    Apparently, you shouldn't be as cocky as you pretend to. Again No offense intended, just pointing out something.

    You should read my article, may help
    https://www.mpgh.net/forum/161-tutori...s-already.html

  9. #9
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    Yes i posted a module using the built in encryption routines. How ever i did not take the module from MSDN. :P
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  10. The Following User Says Thank You to wtfiwantthatname For This Useful Post:

    Hassan (11-22-2010)

  11. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by wtfiwantthatname View Post
    Yes i posted a module using the built in encryption routines. How ever i did not take the module from MSDN. :P
    excepted


     


     


     



    The Most complete application MPGH will ever offer - 68%




Page 2 of 2 FirstFirst 12