Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Jabooty671's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2,143
    Reputation
    90
    Thanks
    138

    So i'm learning VB

    was messing around, made a basic 1 minute spammer program
    did the wrong thing, and my PC Crashed
    once did that F5 thing, it just started spamming (i changed timer interval to 100), i didn't even press Start

    was changing the interval to 100 my mistake?.

  2. #2
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    No it wasn't. 100ms is nothing - that's slow D:

    Your computer crashed because of somethign else..

  3. #3
    Jabooty671's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2,143
    Reputation
    90
    Thanks
    138
    Quote Originally Posted by freedompeace View Post
    No it wasn't. 100ms is nothing - that's slow D:

    Your computer crashed because of somethign else..
    i guess, found it problematic though,
    what's the shortcut to close a VB Concept Window Project? like whatever you call it (after you click the play button and the project becomes usable)

  4. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jabooty671 View Post

    i guess, found it problematic though,
    what's the shortcut to close a VB Concept Window Project? like whatever you call it (after you click the play button and the project becomes usable)
    Ctrl+Pause/Break Button to pause it. If they interval is too low, it may not work.

    PS: Don't start with spammers. Spammers = Death of Talent !

  5. The Following 2 Users Say Thank You to Hassan For This Useful Post:

    Jabooty671 (04-10-2011),NextGen1 (04-10-2011)

  6. #5
    Jabooty671's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2,143
    Reputation
    90
    Thanks
    138
    Quote Originally Posted by Hassan View Post


    Ctrl+Pause/Break Button to pause it. If they interval is too low, it may not work.

    PS: Don't start with spammers. Spammers = Death of Talent !
    Spammers are the main things in the tutorials ):
    I have no sense of direction currently.
    I do plan on making CA tools though, since I am mod of CA, be stupid for me not to.

  7. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jabooty671 View Post

    Spammers are the main things in the tutorials ):
    I have no sense of direction currently.
    I do plan on making CA tools though, since I am mod of CA, be stupid for me not to.
    What is your source of learning ? If it is Youtube then you will mostly find spammers and keyloggers like stuff. I would suggest reading a book (PM'ing you). It will take sometime but after reading it you will be making programs like a boss

  8. #7
    Jabooty671's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2,143
    Reputation
    90
    Thanks
    138
    Quote Originally Posted by Hassan View Post


    What is your source of learning ? If it is Youtube then you will mostly find spammers and keyloggers like stuff. I would suggest reading a book (PM'ing you). It will take sometime but after reading it you will be making programs like a boss
    Only YT videos I saw were Lolland's.
    Then just picking out of NextGen1's stuck TUTORIALS thread: (bookmarked it)
    VB Tutorials

  9. #8
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jabooty671 View Post

    Only YT videos I saw were Lolland's.
    Then just picking out of NextGen1's stuck TUTORIALS thread: (bookmarked it)
    VB Tutorials
    I see. NG's sticky contains advanced stuff most of the time. You better not go there till you learn basics ;D

  10. #9
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Lol, what you want to do is make something that you can learn the basics from - like a file processor :)

    Go through every file in your file system, categorise it (document, image, audio, etc), display a graph of the results :)

    You should be ale to learn recursivity (very useful!), data types, WinForm control usage, functions and calling them, and perhaps getting your mindset into programming?
    Last edited by freedompeace; 04-10-2011 at 02:44 AM.

  11. #10
    Jabooty671's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2,143
    Reputation
    90
    Thanks
    138
    Quote Originally Posted by freedompeace View Post
    Lol, what you want to do is make something that you can learn the basics from - like a file processor

    Go through every file in your file system, categorise it (document, image, audio, etc), display a graph of the results

    You should be ale to learn recursivity (very useful!), data types, WinForm control usage, functions and calling them, and perhaps getting your mindset into programming?
    Recursivity ?
    data types?
    winform?
    control usage?
    functions and calling them?


    what about a file processor?
    i'm on a fresh re-installation (last night) of Windows XP and my 2nd drive is always organized. i have OCD.

  12. #11
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Dont waste time , go for C++

  13. #12
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by -Away View Post
    Dont waste time , go for C++
    I forward that motion. VB is okay, but not as far as game hacking goes.

  14. #13
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Quote Originally Posted by Coeus View Post
    I forward that motion. VB is okay, but not as far as game hacking goes.
    I learned VB , And i think i would be better learn a advanced language..
    Now im gonna finish VB then go to C++

  15. #14
    Functional's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    48
    Reputation
    17
    Thanks
    19
    My Mood
    Bashful
    Quote Originally Posted by -Away View Post


    I learned VB , And i think i would be better learn a advanced language..
    Now im gonna finish VB then go to C++
    LOL @ Finishing VB. Look like you're never learning C++ then.


    @ Learning C++, meh. C++ is good, for sure, but it's a pain in the rectum to learn as your first language 'cos console apps are boring as shit (IMO). However, if you're doing a .NET based language first I would strongly recommend C# over VB, most languages have correlations in their syntax, but not VB, it's a pain in the ass to learn VB then have to learn basic syntax all over again when you change languages, at least C# gives you all the ease of use of winforms, but you start off with a more generic syntax.

    Ultimately it's up to you.

  16. #15
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Quote Originally Posted by Functional View Post
    LOL @ Finishing VB. Look like you're never learning C++ then.


    @ Learning C++, meh. C++ is good, for sure, but it's a pain in the rectum to learn as your first language 'cos console apps are boring as shit (IMO). However, if you're doing a .NET based language first I would strongly recommend C# over VB, most languages have correlations in their syntax, but not VB, it's a pain in the ass to learn VB then have to learn basic syntax all over again when you change languages, at least C# gives you all the ease of use of winforms, but you start off with a more generic syntax.

    Ultimately it's up to you.
    As somepro said:
    C# = VB with a sexier sintaxe

Page 1 of 2 12 LastLast