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. Describe a feeling when....

Describe a feeling when....

Scheduled Pinned Locked Moved The Lounge
css
17 Posts 14 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.
  • V virang_21

    you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

    Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

    Richard Andrew x64R Offline
    Richard Andrew x64R Offline
    Richard Andrew x64
    wrote on last edited by
    #5

    I would say, "Hooray for Visual Studio's refactoring capabilities!" You can change the names of the text boxes and all code will be updated automatically.

    The difficult we do right away... ...the impossible takes slightly longer.

    V 1 Reply Last reply
    0
    • Richard Andrew x64R Richard Andrew x64

      I would say, "Hooray for Visual Studio's refactoring capabilities!" You can change the names of the text boxes and all code will be updated automatically.

      The difficult we do right away... ...the impossible takes slightly longer.

      V Offline
      V Offline
      virang_21
      wrote on last edited by
      #6

      It is an old Visual FoxPro code I am converting to .NET....

      Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

      B N 2 Replies Last reply
      0
      • V virang_21

        It is an old Visual FoxPro code I am converting to .NET....

        Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

        B Offline
        B Offline
        Brisingr Aerowing
        wrote on last edited by
        #7

        Ouch.

        Gryphons Are Awesome! ‮Gryphons Are Awesome!‬

        1 Reply Last reply
        0
        • V virang_21

          you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

          Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

          S Offline
          S Offline
          Suvabrata Roy 0
          wrote on last edited by
          #8

          All is well....

          Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

          1 Reply Last reply
          0
          • V virang_21

            you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

            Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

            M Offline
            M Offline
            Mark_Wallace
            wrote on last edited by
            #9

            It's that "One textbox short of a disaster" feeling.

            I wanna be a eunuchs developer! Pass me a bread knife!

            1 Reply Last reply
            0
            • V virang_21

              you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

              Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

              V Offline
              V Offline
              vonb
              wrote on last edited by
              #10

              Select the first TextBox, Ctrl-C, Ctrl-V, and Textbox42 is there! ;)

              The signature is in building process.. Please wait...

              1 Reply Last reply
              0
              • V virang_21

                you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

                Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

                P Offline
                P Offline
                peterchen
                wrote on last edited by
                #11

                The Ctrl+A-DEL temptation.

                ORDER BY what user wants

                1 Reply Last reply
                0
                • V virang_21

                  you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

                  Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

                  K Offline
                  K Offline
                  Keith Barrow
                  wrote on last edited by
                  #12

                  When I taught in the Middle East, I'd give a few marks simply for naming the majority of controls sensibly. I made this clear at several points in the course, pointing out that not only is it easier to code this way, when I mark the work I can figure out what they intended and if things aren't working then I stand a chance of figuring out what they intended. The homework was marked like this. I also mentioned this in the rubric at the start of the exam paper and told them read the rubric at the start of the paper. point out the bit about the marking. Out of about 300 student papers marked, approximately 5 of them even tried. :wtf: I'd have been overjoyed if my uni had handed out free marks like this.

                  “Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
                  “One of the greatest problems of our time is that many are schooled but few are educated”

                  Sir Thomas More (1478 – 1535)

                  N 1 Reply Last reply
                  0
                  • K Keith Barrow

                    When I taught in the Middle East, I'd give a few marks simply for naming the majority of controls sensibly. I made this clear at several points in the course, pointing out that not only is it easier to code this way, when I mark the work I can figure out what they intended and if things aren't working then I stand a chance of figuring out what they intended. The homework was marked like this. I also mentioned this in the rubric at the start of the exam paper and told them read the rubric at the start of the paper. point out the bit about the marking. Out of about 300 student papers marked, approximately 5 of them even tried. :wtf: I'd have been overjoyed if my uni had handed out free marks like this.

                    “Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
                    “One of the greatest problems of our time is that many are schooled but few are educated”

                    Sir Thomas More (1478 – 1535)

                    N Offline
                    N Offline
                    Nagy Vilmos
                    wrote on last edited by
                    #13

                    Keith Barrow wrote:

                    I'd have been overjoyed if my uni had handed out free marks like this.

                    I thought in the NE you got credits just for being able to a pen the right way. And they gave you two chances!

                    Reality is an illusion caused by a lack of alcohol "Nagy, you have won the internets." - Keith Barrow

                    K 1 Reply Last reply
                    0
                    • V virang_21

                      It is an old Visual FoxPro code I am converting to .NET....

                      Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

                      N Offline
                      N Offline
                      Nagy Vilmos
                      wrote on last edited by
                      #14

                      0. Open in notepad. 1. Type CTRL+H TextBox41 TAB hatStandText ENTER 2. Type CTRL+H TextBox40 TAB wibbleText ENTER 3. Type CTRL+H TextBox39 TAB appleSauceText ENTER ... 41. Type CTRL+H TextBox1 TAB properBloodyNameText ENTER 42. CTRL+S Sorted.

                      Reality is an illusion caused by a lack of alcohol "Nagy, you have won the internets." - Keith Barrow

                      1 Reply Last reply
                      0
                      • N Nagy Vilmos

                        Keith Barrow wrote:

                        I'd have been overjoyed if my uni had handed out free marks like this.

                        I thought in the NE you got credits just for being able to a pen the right way. And they gave you two chances!

                        Reality is an illusion caused by a lack of alcohol "Nagy, you have won the internets." - Keith Barrow

                        K Offline
                        K Offline
                        Keith Barrow
                        wrote on last edited by
                        #15

                        Nagy Vilmos wrote:

                        I thought_,_ in the NE_,_ you got credits just for being able to hold a pen the right way.

                        ;P :laugh: Hell, at my secondary school, you were doing well if you used it for something other than stabbing, self-tattooing or (in one case) ad-hoc drug smoking equipment.

                        “Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
                        “One of the greatest problems of our time is that many are schooled but few are educated”

                        Sir Thomas More (1478 – 1535)

                        1 Reply Last reply
                        0
                        • R RyanEK

                          Hmmm add another textbox?

                          Z Offline
                          Z Offline
                          ZurdoDev
                          wrote on last edited by
                          #16

                          Yes, but follow standard procedures. Make sure to name it Textbox42 or you'll really make someone made some day. :)

                          There are only 10 types of people in the world, those who understand binary and those who don't.

                          1 Reply Last reply
                          0
                          • V virang_21

                            you have to deal with a form that has 41 ( yes one less than the famous "42"...) textboxes named as Textbox1,Textbox2,....Textbox41... :doh: :doh: :doh: :mad::mad::mad::~

                            Zen and the art of software maintenance : rm -rf * Math is like love : a simple idea but it can get complicated.

                            R Offline
                            R Offline
                            Ravi Bhavnani
                            wrote on last edited by
                            #17

                            Is it a machine generated UI? /ravi

                            My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                            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