A friend of mine has writen a program using Visual Basic.Net to enable users to design their own Model Railway Layout control system. The problem is in the Option Forms that display a Picture Box above Radio Buttons. The Picture Box displays correctly on a normal PC screen (4x3 ratio) but not on my (wide screen) portable - the items in the Picture Box are slightly compressed to the top left corner - so that the further right you go the more out of alignment they are with the Radio Buttons the they start repeating. I think there might be a problem with the Properties; any offers please (I an only a beginner)? -- Brian
On Sun, 29 Jan 2006 13:17:27 -0800, "briansignal" wrote: >A friend of mine has writen a program using Visual Basic.Net to enable users >to design their own Model Railway Layout control system. > >The problem is in the Option Forms that display a Picture Box above Radio >Buttons. The Picture Box displays correctly on a normal PC screen (4x3 ratio) >but not on my (wide screen) portable - the items in the Picture Box are >slightly compressed to the top left corner - so that the further right you go >the more out of alignment they are with the Radio Buttons the they start >repeating. > >I think there might be a problem with the Properties; any offers please (I >an only a beginner)? Try this news group: microsoft.public.dotnet.framework.drawing It is specifically for those using the GDI Good luck, Otis Mukinfus http://www.otismukinfus.com http://www.tomchilders.com
Thanks - so many newsgroups to try and find an answer. Brian "Otis Mukinfus" wrote: > Try this news group: > > microsoft.public.dotnet.framework.drawing > > It is specifically for those using the GDI > > Good luck, > > Otis Mukinfus > http://www.otismukinfus.com > http://www.tomchilders.com >