Windows 98?
-
I wrote a simple Windows Forms app (just has one form) which runs fine on XP. But when I try it on a Windows 98 PC, all the controls in the form are enlarged (I turned off AutoSize for my textboxes), and the font of my text labels doesn't look like what I specified in the property editor. The size of the form appears to be correct though. Has anyone seen this before, or have any hints about making sure a form displays the same across different windows OS. I'm wondering if turning off AutoScale form property will help...
-
I wrote a simple Windows Forms app (just has one form) which runs fine on XP. But when I try it on a Windows 98 PC, all the controls in the form are enlarged (I turned off AutoSize for my textboxes), and the font of my text labels doesn't look like what I specified in the property editor. The size of the form appears to be correct though. Has anyone seen this before, or have any hints about making sure a form displays the same across different windows OS. I'm wondering if turning off AutoScale form property will help...
-
My form/controls are all using the default font that shows up in the VS.NET 2003 property editor. I think Microsoft Sans Serif 8.25pt. The Windows 98 PC is at a remote site, so I can't check it at the moment, but I thought the default font would be available across PCs.