ALX
Well-known member
Application Framework Enabled
I've noticed that since I enabled the "Application Framework" so that I could capture any unhandled exceptions in VS2005, that there have been some subtle changes in the execution of my app. Any disabled labels on my forms have taken on a new look. The change is mostly cosmetic and I can deal with that. My hang up deals with the alignment of labels on a form or two. I have two associated labels aligned horizontally on a form. With the Application Framework disabled, everything is displayed correctly. When the Application Framework is enabled, one label is displayed lower on the form than it's mate. I can stop the execution with a breakpoint and examine the co-ordinates of the labels and they match (as far as the "Y" co-ordinate goes), but when the app continues, one label is clearly lower on the screen than the other. Has anybody else experienced this behavior?
I've noticed that since I enabled the "Application Framework" so that I could capture any unhandled exceptions in VS2005, that there have been some subtle changes in the execution of my app. Any disabled labels on my forms have taken on a new look. The change is mostly cosmetic and I can deal with that. My hang up deals with the alignment of labels on a form or two. I have two associated labels aligned horizontally on a form. With the Application Framework disabled, everything is displayed correctly. When the Application Framework is enabled, one label is displayed lower on the form than it's mate. I can stop the execution with a breakpoint and examine the co-ordinates of the labels and they match (as far as the "Y" co-ordinate goes), but when the app continues, one label is clearly lower on the screen than the other. Has anybody else experienced this behavior?