Jump to content

  •  

  • iBotModz CBox


    Photo

    Click to figure out what every1 makes programs with..


    • Please log in to reply
    12 replies to this topic

    #1 halo3glitching

    halo3glitching

      Corporal Grade 1

    • Members+

    • 110 posts
    • Joined: 10-June 08

    Posted 11 June 2008 - 10:49 PM

    They get visual basic..... learn how to use it on youtube thats how i learned and made my own program..

    #2 illusive

    illusive

      Private Grade 2

    • Members+

    • 65 posts
    • Joined: 06-June 08

    Posted 11 June 2008 - 11:02 PM

    how do you get visual basic and how do you use it

    #3 ilovegurls

    ilovegurls

      Corporal Grade 1

    • Members+

    • 117 posts
    • Joined: 15-April 08

    Posted 11 June 2008 - 11:27 PM

    Use something like Visual Studios.

    #4 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 12 June 2008 - 05:26 AM

    O teh nos!

    the secret is out!

    Of course dude, all beginner programs are made in VB, make a simple program its quite easy. Then code it with the code tab, then it gets difficult.

    #5 miinaturvat

    miinaturvat

      miiinaturvat

    • Donors+

    • 927 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Dragon Shores!

    Posted 12 June 2008 - 12:17 PM

    http://www.microsoft.com/express/vb/

    You can get VB 2008 Express (basically VB.NET) for free there.

    #6 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    Posted 12 June 2008 - 02:33 PM

    dang, i was just about to post a link. But anyway, VB is similar to C#, in the designing way, but much more different or more difficult in the coding. VB is more simple, and creates excellent, but less advanced programs. C# can take less code, but is presented and coded differently.

    C++ doesn't have a design, its basically a small Command Prompt app. But can do all sorts of things which i cannot mention because i know nothing about it, lol.

    **VB is what im using to code my program. Visual Basic Express 2008, which reminds me, can anyone point me to a blog/forum other than MSDN for help, they know alot, but it takes 3-4 posts to get a good answer out of them.

    EDIT: Anyone know anything about MySQL integration into Visual Basic 2008 (2008 ONLY).

    #7 Tommy2st

    Tommy2st

      Corporal Grade 1

    • Members+

    • 175 posts
    • Joined: 09-June 08

    Posted 12 June 2008 - 09:27 PM

    i use C# its the best i think

    #8 Lux

    Lux

      Private

    • Members+

    • 41 posts
    • Joined: 04-June 08

    Posted 13 June 2008 - 12:16 AM

    dang, i was just about to post a link. But anyway, VB is similar to C#, in the designing way, but much more different or more difficult in the coding. VB is more simple, and creates excellent, but less advanced programs. C# can take less code, but is presented and coded differently.

    C++ doesn't have a design, its basically a small Command Prompt app. But can do all sorts of things which i cannot mention because i know nothing about it, lol.

    **VB is what im using to code my program. Visual Basic Express 2008, which reminds me, can anyone point me to a blog/forum other than MSDN for help, they know alot, but it takes 3-4 posts to get a good answer out of them.

    EDIT: Anyone know anything about MySQL integration into Visual Basic 2008 (2008 ONLY).

    VB.NET, C#.NET, and C++.NET all use the exact same libraries, thus they all have the exact same functions. You can design a form with C++. As for MySQL integration in .NET, go here.

    @Tommy2st
    I also prefer C#.

    #9 Guest_ashking08_*

    Guest_ashking08_*
    • Guests

    • Joined: --

    Posted 13 June 2008 - 01:01 AM

    thats how....

    #10 isaacmatthews

    isaacmatthews

      Private Grade 2

    • Members+

    • 98 posts
    • Joined: 17-May 08
    • Gender:Male
    • Location:Derbshire, England

    Posted 14 June 2008 - 08:07 AM

    everyone know that they use visual basic lol

    #11 Lux

    Lux

      Private

    • Members+

    • 41 posts
    • Joined: 04-June 08

    Posted 14 June 2008 - 02:49 PM

    everyone know that they use visual basic lol

    Beginners use VB, people who want more control over their program's use C-style languages.

    #12 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    Posted 14 June 2008 - 05:32 PM

    everyone know that they use visual basic lol

    Beginners use VB, people who want more control over their program's use C-style languages.


    Visual Basic is C language. there is also C#, C+, and C++. Im pretty sure that's correct, at least that's what microsoft explained to me.. unless i fail to read correctly ( can happen at some time.. )

    #13 Nuklear♥

    Nuklear♥

      Snail is awesome!

    • Members+

    • 255 posts
    • Joined: 11-May 08
    • Location:Earth

    Posted 14 June 2008 - 07:06 PM

    everyone know that they use visual basic lol

    Beginners use VB, people who want more control over their program's use C-style languages.


    Visual Basic is C language. there is also C#, C+, and C++. Im pretty sure that's correct, at least that's what microsoft explained to me.. unless i fail to read correctly ( can happen at some time.. )


    VB is not a C language. Visual Basic is one of the worst languages you can learn. I regret learning it. it makes learning other languages twice or even thrice as hard.

    Also, there's no such thing as C+ language.

    Don't waste your time learning VB. Learn C#.