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. VS2008

VS2008

Scheduled Pinned Locked Moved The Lounge
visual-studioquestion
31 Posts 16 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

    Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

    "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

    Mike HankeyM Offline
    Mike HankeyM Offline
    Mike Hankey
    wrote on last edited by
    #6

    I've also had that problem in VS2005 as well, its frustrating as h*ll! Mike

    Semper Fi http://www.hq4thmarinescomm.com[^] My Site

    1 Reply Last reply
    0
    • M Marc Clifton

      At one point last year, I decided to switch from my own designer (based on an article here on CP) to the .NET 2.0 designer. Sure, that gave me some benefits, like the automatic alignment stuff that I actually like, but other things broke. For example, I still haven't figured out how to tell the designer to select a tab page in a tab control. There are some things that are very clearly lacking in the .NET designer, which must have required the MS programmers to implement some really annoying workarounds to get the designer in VS to actually be usable. Marc

      Thyme In The Country Interacx My Blog

      L Offline
      L Offline
      Luis Alonso Ramos
      wrote on last edited by
      #7

      Marc Clifton wrote:

      For example, I still haven't figured out how to tell the designer to select a tab page in a tab control.

      I just click on an empty area of the tab page, and it works for me. You can also use the combo list at the top of the properties window :)

      Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

      M 1 Reply Last reply
      0
      • L Luis Alonso Ramos

        Marc Clifton wrote:

        For example, I still haven't figured out how to tell the designer to select a tab page in a tab control.

        I just click on an empty area of the tab page, and it works for me. You can also use the combo list at the top of the properties window :)

        Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #8

        Luis Alonso Ramos wrote:

        I just click on an empty area of the tab page, and it works for me.

        Well, what I mean is, it works fine in the VS IDE, but when I host the form designer in my own app, it doesn't. Marc

        Thyme In The Country Interacx My Blog

        G 1 Reply Last reply
        0
        • M Mustafa Ismail Mustafa

          Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

          "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

          D Offline
          D Offline
          dandy72
          wrote on last edited by
          #9

          ?! I can't say I've ever stumbled upon that, especially as others in this thread say they've seen this all the way back in VS 2003. What are the exact steps? I've just tried this: - create a new form - add two buttons - select one of them - change a property (eg, its caption) - click on the other button on the form At this point the Properties window shows the properties for the second control, and I'm not seeing any click event handler...

          M 1 Reply Last reply
          0
          • D dandy72

            ?! I can't say I've ever stumbled upon that, especially as others in this thread say they've seen this all the way back in VS 2003. What are the exact steps? I've just tried this: - create a new form - add two buttons - select one of them - change a property (eg, its caption) - click on the other button on the form At this point the Properties window shows the properties for the second control, and I'm not seeing any click event handler...

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

            Try pinning the properties window and repeat. Also, I've noticed that after you've altered the property and pressed enter then clicked on the control then this problem won't happen.

            "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

            P D 2 Replies Last reply
            0
            • M Marc Clifton

              Luis Alonso Ramos wrote:

              I just click on an empty area of the tab page, and it works for me.

              Well, what I mean is, it works fine in the VS IDE, but when I host the form designer in my own app, it doesn't. Marc

              Thyme In The Country Interacx My Blog

              G Offline
              G Offline
              Gary R Wheeler
              wrote on last edited by
              #11

              Have you considered the possibility that, once again, Microsoft is not "eating their own dog food"?

              Software Zen: delete this;
              Fold With Us![^]

              M 1 Reply Last reply
              0
              • M Mustafa Ismail Mustafa

                Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

                "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #12

                The resource editors have been buggy pieces of sh!t since Visual Studio 2002. If you change focus in some way that they don't expect, they alter the resource in a random way. Setting the tab order in a dialog in VS2003 clears the dialog caption. Single clicks in the wrong place add unwanted event handlers. I've even had opening a resource file crash the IDE, when that same file opened successfully before. The only time I use the resource editor anymore is when I'm creating or editting a dialog. If I'm adding bitmap/icon resources, STRINGTABLEs, or setting the tab order in a dialog, I edit the resource script manually.

                Software Zen: delete this;
                Fold With Us![^]

                M 1 Reply Last reply
                0
                • G Gary R Wheeler

                  Have you considered the possibility that, once again, Microsoft is not "eating their own dog food"?

                  Software Zen: delete this;
                  Fold With Us![^]

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #13

                  Gary R. Wheeler wrote:

                  Have you considered the possibility that, once again, Microsoft is not "eating their own dog food"?

                  Always. :) Marc

                  Thyme In The Country Interacx My Blog

                  1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    The resource editors have been buggy pieces of sh!t since Visual Studio 2002. If you change focus in some way that they don't expect, they alter the resource in a random way. Setting the tab order in a dialog in VS2003 clears the dialog caption. Single clicks in the wrong place add unwanted event handlers. I've even had opening a resource file crash the IDE, when that same file opened successfully before. The only time I use the resource editor anymore is when I'm creating or editting a dialog. If I'm adding bitmap/icon resources, STRINGTABLEs, or setting the tab order in a dialog, I edit the resource script manually.

                    Software Zen: delete this;
                    Fold With Us![^]

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

                    You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do. If yes, then I have no idea what to say.

                    "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                    J G S 3 Replies Last reply
                    0
                    • M Mustafa Ismail Mustafa

                      You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do. If yes, then I have no idea what to say.

                      "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                      J Offline
                      J Offline
                      Jim Crafton
                      wrote on last edited by
                      #15

                      I suspect it's very much as case of the right hand not knowing what the left hand is doing. Sad, but not really surprising.

                      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                      1 Reply Last reply
                      0
                      • M Mustafa Ismail Mustafa

                        You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do. If yes, then I have no idea what to say.

                        "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                        G Offline
                        G Offline
                        Gary R Wheeler
                        wrote on last edited by
                        #16

                        There are significant groups inside Microsoft that have a long and rather public history of using customized toolsets and/or libraries. The device driver group and the Office group are two that immediately come to mind. One can only imagine how many others, less public, there are. I find it hard to believe that other development groups inside Microsoft would tolerate the shoddy craftsmanship in Visual Studio if they were forced to use it day in and day out. I wonder what tools they do use.

                        Software Zen: delete this;
                        Fold With Us![^]

                        M 1 Reply Last reply
                        0
                        • G Gary R Wheeler

                          There are significant groups inside Microsoft that have a long and rather public history of using customized toolsets and/or libraries. The device driver group and the Office group are two that immediately come to mind. One can only imagine how many others, less public, there are. I find it hard to believe that other development groups inside Microsoft would tolerate the shoddy craftsmanship in Visual Studio if they were forced to use it day in and day out. I wonder what tools they do use.

                          Software Zen: delete this;
                          Fold With Us![^]

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

                          vi or Eclipse depending on personal preference (imagine)

                          "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                          G 1 Reply Last reply
                          0
                          • M Mustafa Ismail Mustafa

                            Try pinning the properties window and repeat. Also, I've noticed that after you've altered the property and pressed enter then clicked on the control then this problem won't happen.

                            "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                            P Offline
                            P Offline
                            PIEBALDconsult
                            wrote on last edited by
                            #18

                            Mustafa Ismail Mustafa wrote:

                            pinning the properties window

                            Never, not enough real estate for that. Besides when I am using VS I spend most of my time writing code. :-D However, I just tried it and didn't have a problem.

                            M 1 Reply Last reply
                            0
                            • M Mustafa Ismail Mustafa

                              Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

                              "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                              P Offline
                              P Offline
                              Paul Conrad
                              wrote on last edited by
                              #19

                              Yes, that is very annoying. Like John said, it happens in VS2005 for me as well, and you'd think MS would have fixed it, unless it is some lame feature they wanted to incorporate :suss:

                              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                              1 Reply Last reply
                              0
                              • M Mustafa Ismail Mustafa

                                Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

                                "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                                M Offline
                                M Offline
                                Muhadeeb66
                                wrote on last edited by
                                #20

                                For the basics make sure you click speed is up to snuff ,mind how you click on a property. I find , that left clicking of focus may do the job. Just another mental reflex to learn.

                                Tomorrow will be better than today, even better than yesterday

                                1 Reply Last reply
                                0
                                • M Mustafa Ismail Mustafa

                                  You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do. If yes, then I have no idea what to say.

                                  "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                                  S Offline
                                  S Offline
                                  Shog9 0
                                  wrote on last edited by
                                  #21

                                  Mustafa Ismail Mustafa wrote:

                                  You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do.

                                  I seem to remember hearing that the Visual Studio group uses Visual Studio. Perhaps that explains something... :~

                                  Citizen 20.1.01

                                  'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                                  M 1 Reply Last reply
                                  0
                                  • M Mustafa Ismail Mustafa

                                    Why is it that when you're editing the properties of one control on a VS 2008 form and you click on another control who's properties that you happen to want to change as well, it instantly acts as if you double clicked the thing and creates a click event handler for it? Why? Why can't simple things be done right?

                                    "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                                    A Offline
                                    A Offline
                                    Anton Afanasyev
                                    wrote on last edited by
                                    #22

                                    oh crap. so vs2008 does that too? I noticed that back in vs2005, and figured that if MS developers use VS for their work, they'd fix it..but alas. oh well.

                                    "impossible" is just an opinion.

                                    L 1 Reply Last reply
                                    0
                                    • A Anton Afanasyev

                                      oh crap. so vs2008 does that too? I noticed that back in vs2005, and figured that if MS developers use VS for their work, they'd fix it..but alas. oh well.

                                      "impossible" is just an opinion.

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

                                      Tried and tried to reproduce this (in vd 2005) - without encountering the problem. Tried docked, floating, autohide etc. Can someone who experienes the problem) do a step-by-step ?

                                      Take a chill pill, Daddy-o .\\axxx (That's an 'M')

                                      1 Reply Last reply
                                      0
                                      • P PIEBALDconsult

                                        Mustafa Ismail Mustafa wrote:

                                        pinning the properties window

                                        Never, not enough real estate for that. Besides when I am using VS I spend most of my time writing code. :-D However, I just tried it and didn't have a problem.

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

                                        PIEBALDconsult wrote:

                                        Never, not enough real estate for that. Besides when I am using VS I spend most of my time writing code.

                                        Very true on both accounts, and like you most of the time I'm doing hardcore coding, but when I get to form design, its easier for me to simply pin the properties menu. This is because almost all the stuff I do (forms wise) is bi-lingual.

                                        PIEBALDconsult wrote:

                                        However, I just tried it and didn't have a problem.

                                        You are exceptionally lucky and I envy you :sigh:

                                        "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                                        1 Reply Last reply
                                        0
                                        • S Shog9 0

                                          Mustafa Ismail Mustafa wrote:

                                          You know what I wonder about? Whether the MS people actually do use their own products and actually go through the same issues that we do.

                                          I seem to remember hearing that the Visual Studio group uses Visual Studio. Perhaps that explains something... :~

                                          Citizen 20.1.01

                                          'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

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

                                          When I was a young and fresh graduate that had a gleam in his eye every time he heard the name Microsoft and while I was an intern and during my stint working at MS we used VS6 (which in my opinion just ROCKS the pants off of anything I've seen from them since). But I don't know if they still use VS or like Gary said their own custom tools. But yeah, it would explain something if they do use it and its still as is...

                                          "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed. Lotus Notes is a conspiracy by the forces of Satan to drive us over the brink into madness. The CRC-32 for each file in the installation includes the numbers 666." Gary Wheeler "You're an idiot." John Simmons, THE Outlaw programmer "I realised that all of my best anecdotes started with "So there we were, pissed". Pete O'Hanlon

                                          P 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