|
-
Apr 28th, 2003, 06:36 AM
#1
Thread Starter
New Member
'Resolution independent vb.net application
Hi All,
When I install my VB.net application at client's machine with a different screen resolution setting, the controls on the forms will appear small/distorted according to the resolution.
Please suggest me how can i make my application 'Resolution independent' ?
In addition, the labels (which i sent back during design time) will be displayed in front of the text boxes(overlap). Hence the neatness of the form layout is disturbed. Please suggest me a way to always keep textboxes before labels, in case of overlapping labels & textboxes.
ThanX in advance.....
Venk
-
Apr 28th, 2003, 12:21 PM
#2
Frenzied Member
Usually form are desgined in the lowest resolution possible. By the way try not hiding controls behind each other esp if you are using unicode.
Look here it may help
http://www.syncfusion.com/faq/winforms/search/1002.asp
This is for VB. 6 but still may help:
http://support.microsoft.com/default...b;EN-US;182070
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Apr 28th, 2003, 10:58 PM
#3
Thread Starter
New Member
unicode
Hi,
This exactly is my prob. I am using UNICODE to display local language. That's why size of the labels (in diff resolutions) can not ne approximated & hence it leads to overlapping!.
If any suggestions, pls. reply.
I'll try to find out things from the urls given.
ThanQ
-venk
-
Apr 29th, 2003, 06:49 AM
#4
Frenzied Member
Read sections of Globalization and localization of applications in MSDN.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Apr 29th, 2003, 07:03 AM
#5
Thread Starter
New Member
i'll do
Ok.
It looks like useful stuff... i'll go through the same.
ThanX
venk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|