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. The Lounge
  3. If you think VB is verbose

If you think VB is verbose

Scheduled Pinned Locked Moved The Lounge
13 Posts 10 Posters 0 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.
  • M Mustafa Ismail Mustafa

    barf

    If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #4

    Been watching Spaceballs?

    Join the cool kids - Come fold with us[^]

    M D 2 Replies Last reply
    0
    • L Lost User

      Been watching Spaceballs?

      Join the cool kids - Come fold with us[^]

      M Offline
      M Offline
      Mustafa Ismail Mustafa
      wrote on last edited by
      #5

      I have not seen that movie in AGES! I need to hunt it down. Thanks for reminding me :cool:

      If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

      1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        Try AppleScript[^]

        on adding folder items to this_folder after receiving added_items
        tell application "Finder"
        set the folder_name to the name of this_folder
        end tell

        AppleScript is one way to automate Mac OSX. It looks like Plain English Programming of Osmosian. Fortunately, it is easy to generate scripts by recording mouse and keyboard actions. But still, it is too verbose to write from scratch.

        P Offline
        P Offline
        Peter_in_2780
        wrote on last edited by
        #6

        then you're too young to have suffered COBOL.

        OriginalGriffO 1 Reply Last reply
        0
        • L Lost User

          Been watching Spaceballs?

          Join the cool kids - Come fold with us[^]

          D Offline
          D Offline
          dybs
          wrote on last edited by
          #7

          Trollslayer wrote:

          Spaceballs

          My high school physics teacher actually had us watch that movie in class shortly before finals senior year. And then we had a quiz on it! (How fast is Plaid? Black body radiation of Dark Helmet's helmet? How long would it take Mega Maid to suck up the whole atmosphere of Druidia?) That was fun. :-D Dybs

          The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

          1 Reply Last reply
          0
          • P Peter_in_2780

            then you're too young to have suffered COBOL.

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #8

            *shudder* COBOL was the first language they taught us on my Uni course, followed by FORTRAN. ALGOL at the start of year two, and finally PASCAL at the end. I think they wanted to raise a generation of bitter, twisted, verbose students, myself...

            You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            CPalliniC 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              *shudder* COBOL was the first language they taught us on my Uni course, followed by FORTRAN. ALGOL at the start of year two, and finally PASCAL at the end. I think they wanted to raise a generation of bitter, twisted, verbose students, myself...

              You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

              CPalliniC Offline
              CPalliniC Offline
              CPallini
              wrote on last edited by
              #9

              OriginalGriff wrote:

              COBOL was the first language they taught us on my Uni course, followed by FORTRAN. ALGOL

              Well, you knew in advance that was the Flinstones University. :-D

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
              [My articles]

              In testa che avete, signor di Ceprano?

              OriginalGriffO 1 Reply Last reply
              0
              • CPalliniC CPallini

                OriginalGriff wrote:

                COBOL was the first language they taught us on my Uni course, followed by FORTRAN. ALGOL

                Well, you knew in advance that was the Flinstones University. :-D

                If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                [My articles]

                OriginalGriffO Offline
                OriginalGriffO Offline
                OriginalGriff
                wrote on last edited by
                #10

                Less of your cheek, young whipper-snapper! I'll have you know it was pretty hard using assembler on an abacus! ;P

                You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                CPalliniC A 2 Replies Last reply
                0
                • R Rama Krishna Vavilala

                  Try AppleScript[^]

                  on adding folder items to this_folder after receiving added_items
                  tell application "Finder"
                  set the folder_name to the name of this_folder
                  end tell

                  AppleScript is one way to automate Mac OSX. It looks like Plain English Programming of Osmosian. Fortunately, it is easy to generate scripts by recording mouse and keyboard actions. But still, it is too verbose to write from scratch.

                  N Offline
                  N Offline
                  NormDroid
                  wrote on last edited by
                  #11

                  Nope I think VB is shite.

                  Two heads are better than one.

                  1 Reply Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    Less of your cheek, young whipper-snapper! I'll have you know it was pretty hard using assembler on an abacus! ;P

                    You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                    CPalliniC Offline
                    CPalliniC Offline
                    CPallini
                    wrote on last edited by
                    #12

                    I'm not young, but my Uni course wasn't IT. That way I learned C/C++ instead of those ancient-programming-languages... ;P

                    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                    [My articles]

                    In testa che avete, signor di Ceprano?

                    1 Reply Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Less of your cheek, young whipper-snapper! I'll have you know it was pretty hard using assembler on an abacus! ;P

                      You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                      A Offline
                      A Offline
                      andy_pagin
                      wrote on last edited by
                      #13

                      Lol, you youngsters & your assembler, we used machine code in my day.

                      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