Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Visual Basic

Visual Basic

Scheduled Pinned Locked Moved Visual Basic
question
15 Posts 11 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 0 0x3c0

    Its a programming language. It comes in two flavours - legacy and normal. Legacy is obsolete, so I won't go into it here. Normal uses the .net framework, documentation for which is available on MSDN. It's easy to read, and is the beginners' language of choice (unless you like the elegant, flowing symbols of C#)

    Between the idea And the reality Between the motion And the act Falls the Shadow

    D Offline
    D Offline
    dan sh
    wrote on last edited by
    #5

    Computafreak wrote:

    It comes in two flavours - legacy and normal.

    So can I infer: It comes in two flavours - legacy(abnormal) and normal.

    जय हिंद

    0 1 Reply Last reply
    0
    • I ibrahimsaa

      What is vb

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #6

      It's a beer, but not many people drink it. Seriously, how can this be a serious question ? If you don't know what it is, you obviously are not a programmer, so why ask here ?

      Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

      T 1 Reply Last reply
      0
      • L LCARS x32

        Computafreak wrote:

        (unless you like the elegant, flowing symbols of C#)

        I think you mean "unless you like trying to figure out where the heck you're missing that curly bracket". :) Visual Basic an excellent programming language that is popular with beginners and experts alike because it's easy to understand, and has a very English-like syntax. All while still having the power of the .NET framework at its disposal. Visual Basic is also very good for rapid application development thanks to the very well thought out Visual Studio IDE. -Ray Phillips

        0 Offline
        0 Offline
        0x3c0
        wrote on last edited by
        #7

        It's probably a matter of taste (you have none ;P ). I don't like having to write out sentences to tell a computer what to do when I can just use notes (comparatively). Besides, the IDE highlights and indents brackets automatically, so it's not that big a deal

        Between the idea And the reality Between the motion And the act Falls the Shadow

        N 1 Reply Last reply
        0
        • C Christian Graus

          It's a beer, but not many people drink it. Seriously, how can this be a serious question ? If you don't know what it is, you obviously are not a programmer, so why ask here ?

          Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

          T Offline
          T Offline
          Tom Deketelaere
          wrote on last edited by
          #8

          Christian Graus wrote:

          It's a beer,

          Where can I get it? ;P

          L N 2 Replies Last reply
          0
          • D dan sh

            Computafreak wrote:

            It comes in two flavours - legacy and normal.

            So can I infer: It comes in two flavours - legacy(abnormal) and normal.

            जय हिंद

            0 Offline
            0 Offline
            0x3c0
            wrote on last edited by
            #9

            Yes. I've tried to use VB6 for a few years; it took months to get that influence out of my system. Classes in VB6 - ugh! X|

            Between the idea And the reality Between the motion And the act Falls the Shadow

            1 Reply Last reply
            0
            • T Tom Deketelaere

              Christian Graus wrote:

              It's a beer,

              Where can I get it? ;P

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #10

              Here[^] you can get some. :)

              Luc Pattyn [Forum Guidelines] [My Articles]


              DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.


              T 1 Reply Last reply
              0
              • L Luc Pattyn

                Here[^] you can get some. :)

                Luc Pattyn [Forum Guidelines] [My Articles]


                DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.


                T Offline
                T Offline
                Tom Deketelaere
                wrote on last edited by
                #11

                :laugh: :laugh:

                1 Reply Last reply
                0
                • I ibrahimsaa

                  What is vb

                  J Offline
                  J Offline
                  Jon_Boy
                  wrote on last edited by
                  #12

                  Some things cannot be described and must be experienced. Set your mind free! Now, go pound salt!

                  "There's no such thing as a stupid question, only stupid people." - Mr. Garrison

                  1 Reply Last reply
                  0
                  • I ibrahimsaa

                    What is vb

                    S Offline
                    S Offline
                    Steven J Jowett
                    wrote on last edited by
                    #13

                    It's a version of Beginnering All Symbolic Instruction Code

                    Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.

                    1 Reply Last reply
                    0
                    • 0 0x3c0

                      It's probably a matter of taste (you have none ;P ). I don't like having to write out sentences to tell a computer what to do when I can just use notes (comparatively). Besides, the IDE highlights and indents brackets automatically, so it's not that big a deal

                      Between the idea And the reality Between the motion And the act Falls the Shadow

                      N Offline
                      N Offline
                      Netblue
                      wrote on last edited by
                      #14

                      Most .net is the same between the two really, the following is shorter in vb Select Case number Case 0 'do something Case 1 'do something Case 2 'do something Case 3 'do something End Select I prefer the case insensitivity in vb, strSomething and strsomething should NOT be different, it is not obvious enough when your flying through the code that someone else wrote. And obvious errors are the easiest to discover. See: http://www.joelonsoftware.com/articles/Wrong.html[^]

                      Proudly drinking the finest Maryland craft beer. Visiting Maryland for business? First round is on me!

                      1 Reply Last reply
                      0
                      • T Tom Deketelaere

                        Christian Graus wrote:

                        It's a beer,

                        Where can I get it? ;P

                        N Offline
                        N Offline
                        Netblue
                        wrote on last edited by
                        #15

                        http://www.duclaw.com

                        Proudly drinking the finest Maryland craft beer. Visiting Maryland for business? First round is on me!

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups