473,383 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Application form size

Hi

I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?

Thanks

Regards
Mar 3 '07 #1
6 1516
I think think this is very subjective but I think larger,

Cor

"John" <Jo**@nospam.infovis.co.ukschreef in bericht
news:Ox**************@TK2MSFTNGP03.phx.gbl...
Hi

I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?

Thanks

Regards


Mar 3 '07 #2
I use 1024x768 as a standard.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com

"John" <Jo**@nospam.infovis.co.ukwrote in message
news:Ox**************@TK2MSFTNGP03.phx.gbl:
Hi

I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?

Thanks

Regards
Mar 3 '07 #3
"John" <Jo**@nospam.infovis.co.ukschrieb:
I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?
The application should work with any screen resolution. You can use
docking, anchoring, and dynamic adaption of controls' sizes and visibility
to adjust the form to the current screen resolution or window size.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mar 3 '07 #4
Herfried,

That is true, however if you use 480 wide than you can put less textboxes on
a screen then when that is 1024, you can dock and anchor what you want, it
does not look at all.

Cor

"Herfried K. Wagner [MVP]" <hi***************@gmx.atschreef in bericht
news:e5**************@TK2MSFTNGP05.phx.gbl...
"John" <Jo**@nospam.infovis.co.ukschrieb:
>I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?

The application should work with any screen resolution. You can use
docking, anchoring, and dynamic adaption of controls' sizes and visibility
to adjust the form to the current screen resolution or window size.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mar 3 '07 #5
"Cor Ligthert [MVP]" <no************@planet.nlschrieb:
That is true, however if you use 480 wide than you can put less textboxes
on a screen then when that is 1024, you can dock and anchor what you want,
it does not look at all.
That's why I wrote "and dynamic adaption of controls' sizes and visibility":

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Mar 3 '07 #6
On 3 Mar, 05:49, "John" <J...@nospam.infovis.co.ukwrote:
Hi

I am just wondering what should be the size of forms these days for a
winform app to cover general user population, 800x600 or larger?

Thanks

Regards
It depends what you want/need to put on the form.
Will you be making the form sizable? If not why not?
The most common screen size is currently 1024x768, but that doesn't
mean that users will not have a smaller size. Nor does it mean that
you have the whole screen to use for your controls.

What do you want to happen if a user has a resolution smaller than
whatever size you decide your form should be? Should they be able to
use the program/form? Will they be able to use it?
Consider also, where on the screen the form appears. If centered and
larger than the screen, the user may not be able to see crucial parts.
What about side bars (e.g. Google desktop) or the Vista Gadget bar?
If these are always on top , you will have a different amount of
screen real estate available to you.
What about the Start bar? Users can change the height of this and
even move it to the side. This can greatly change the area available
to display a form in.
Research has also shown that as users have larger screens they are
also less likely to maximize those screens. Does this affect how you
design your app/forms?
Also wide screen monitors are becoming more popular these days. What
about them?
I also know people who use the monitors in a portrait (rather than
landscape) position. Their screen size is 768x1024 (or larger). What
about them?
A few general rules:

Think usability! (Just because you can fit more on a bigger screen,
doesn't mean you should!)
If a form can be resized, it should be possible to do so.
It should be possible to make a form as small as possible and still be
usable.
Think usability! (Including assistive technologies like screen
readers)
Yes, this is a huge topic.
You can optimize for 1024x768, but make sure that it is usable at
smaller sizes.

Mar 5 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Microsoft | last post by:
I'm trying to display a word document inside a web page, but everytime I do I get this error: Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'CreateObject' Does...
9
by: Rajat Tandon | last post by:
Hello there, I am relatively new to the newsgroups and C#. I have never been disappointed with the groups and always got the prompt replies to my queries.This is yet another strange issue, I am...
6
by: Ollie Riches | last post by:
I understand the use of Application.DoEvents() to process all outstanding messages on the message queue in a winforms application if you have long running process on the UI thread. But can anyone...
9
by: Max | last post by:
Hello, Using VB.NET, I can activate an application by entering: AppActivate(intProcessID), where intProcessID is the process ID of a running application. Is it possible to set the size and...
1
by: R Hedges | last post by:
Hi there-I'm an AMATEUR VB.NET programmer, who has hacked together a small VB.NET application that can get information from remote machines using the System.Management namespace. MY APPLICATION...
2
by: paul.mason | last post by:
I was wondering if anyone else had come across this "feature" of .NET and if they had any idea what might be causing it. I've been writing my first C# Windows application (so if there's anything...
2
by: jphelan | last post by:
Ever since I successfully applied some techniques for increasing the speed of my 17 meg. Application; it has only made me hunger for more. First, let me list what I have done so far: 1. Split...
13
by: Garry | last post by:
Why is it that my installation od vs2005 will not accept My.Application.OpenForms saying that it is not part of My.Application??? Dim frm As Form For Each frm In My.Application.OpenForms Next...
15
by: =?Utf-8?B?TVNU?= | last post by:
To demonstrate my problem, I have a very simple VB Windows application. It has a text box that is used to display a counter, a button to reset the counter, and a timer that increments the counter...
2
by: Learning.Net | last post by:
hi , I have a application which reads files, directory,and its version and version information is written to text file.Its working fine if files in directory are less but problem arises when no...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.