Originally posted by Zakira
I am designing an RTM Tool using Visual Basic and it has been bothering me that the design size I see on Visual Basic form editor is different from when the application is ran. What I mean by this is that some of the labels become bigger and wider, and they tend to be overwritten on top of another. Also, some texts gets misaligned when I run the application. So what I see in the form editor to be in perfect alignment and size, it becomes disproportional when I run the application. Is there a way to make the design in the editor in synch/consistent with the application?*
This might help put this under " InitializeComponent(); " Rectangle screen = Screen.PrimaryScreen.WorkingArea;