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

Win7

Scheduled Pinned Locked Moved Visual Basic
question
9 Posts 4 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.
  • C Offline
    C Offline
    cstrader232
    wrote on last edited by
    #1

    Sorry if this has been answered, but I couldn't find it. I'm in VS2005 but using win7 as my os. There are problems resizing forms (strange flickers) and the new win7 "tricks" (for instance, dragging the window off the top to maximize) don't work. Do I need to recompile with VS2008 or is there another solution? Thanks

    T 1 Reply Last reply
    0
    • C cstrader232

      Sorry if this has been answered, but I couldn't find it. I'm in VS2005 but using win7 as my os. There are problems resizing forms (strange flickers) and the new win7 "tricks" (for instance, dragging the window off the top to maximize) don't work. Do I need to recompile with VS2008 or is there another solution? Thanks

      T Offline
      T Offline
      tosch
      wrote on last edited by
      #2

      Works for me just fine on Win7 Ultimate

      Tosch

      C 1 Reply Last reply
      0
      • T tosch

        Works for me just fine on Win7 Ultimate

        Tosch

        C Offline
        C Offline
        cstrader232
        wrote on last edited by
        #3

        OK, thanks, I see that a simple form does work OK. So I have done something to my form that stops it from working. Any ideas? Thanks again

        L 1 Reply Last reply
        0
        • C cstrader232

          OK, thanks, I see that a simple form does work OK. So I have done something to my form that stops it from working. Any ideas? Thanks again

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

          Lots of code in the Form.Resize handler?

          I are Troll :)

          C 1 Reply Last reply
          0
          • L Lost User

            Lots of code in the Form.Resize handler?

            I are Troll :)

            C Offline
            C Offline
            cstrader232
            wrote on last edited by
            #5

            Nice guess, but no -- I don't even have the handler instantiated. I tested the obvious stuff -- autoscalemode, autosize, etc, but it's not those either that I can tell.

            C D 2 Replies Last reply
            0
            • C cstrader232

              Nice guess, but no -- I don't even have the handler instantiated. I tested the obvious stuff -- autoscalemode, autosize, etc, but it's not those either that I can tell.

              C Offline
              C Offline
              cstrader232
              wrote on last edited by
              #6

              OK, it's just the strange flashing that is what I think is a bug that only happens in Win7. Can anyone replicate this? Add a horizontal splitcontainer to a form. Then run the program and resize the form from the lower right corner of the form. The form will flash larger then move back to it's correct size. Thanks

              1 Reply Last reply
              0
              • C cstrader232

                Nice guess, but no -- I don't even have the handler instantiated. I tested the obvious stuff -- autoscalemode, autosize, etc, but it's not those either that I can tell.

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

                Have you played with the control property DoubleBuffered? does that make a difference? Also there are BeginUpdate and EndUpdate methods that can be used when populating controls to prevent/reduce flicker.

                Dave Who am I?: http://www.bebo.com/daveauld/ or http://www.dave-auld.net/

                modified on Friday, September 11, 2009 4:00 PM

                C 1 Reply Last reply
                0
                • D DaveAuld

                  Have you played with the control property DoubleBuffered? does that make a difference? Also there are BeginUpdate and EndUpdate methods that can be used when populating controls to prevent/reduce flicker.

                  Dave Who am I?: http://www.bebo.com/daveauld/ or http://www.dave-auld.net/

                  modified on Friday, September 11, 2009 4:00 PM

                  C Offline
                  C Offline
                  cstrader232
                  wrote on last edited by
                  #8

                  It's not really flicker, it's erroneous drawing of the form on resize. You can see what I mean here: http://www.cstrader.com/untitled/untitled.htm Althouh it doesn't look like it on the video, the mouse that is dragging is actually in the corner of of the form As the form resizes it snsps big, then snaps back to normal size. The form has only a full-docked splitcontainer on it. Only happens in win7.

                  C 1 Reply Last reply
                  0
                  • C cstrader232

                    It's not really flicker, it's erroneous drawing of the form on resize. You can see what I mean here: http://www.cstrader.com/untitled/untitled.htm Althouh it doesn't look like it on the video, the mouse that is dragging is actually in the corner of of the form As the form resizes it snsps big, then snaps back to normal size. The form has only a full-docked splitcontainer on it. Only happens in win7.

                    C Offline
                    C Offline
                    cstrader232
                    wrote on last edited by
                    #9

                    Is there a best way to report this issue to Microsoft? I simply cannot make it stop and it occurs on a form with only one control and no code. Thank you.

                    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