473,800 Members | 2,476 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Updating form resolution question

What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?
Nov 12 '05 #1
3 1390
"Salad" <oi*@vinegar.co m> wrote in message news:40******** *******@vinegar .com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I suppose if I had a form where ALL of the users used a higher res then I would
just make the form bigger. Otherwise I do as you are and design to 800 by 600
as a minimum standard. Yes, these forms are smaller on a higher resolution, but
then so is every other application that those people run. Higher res settings
"normally" mean larger displays which means the form should still be readable.

As for the real estate issue you can always use a TabControl or pop-up forms to
provide a bit more flexibility in that regard.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
"Salad" <oi*@vinegar.co m> wrote in message
news:40******** *******@vinegar .com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I think you've hit the nail on the head - the ADH code is of limited value
really. If this app is internal then you may well decide to optimise the
design for 1024 x 768 since you know that none of your users ever use 800 x
600. However, 'optimising the design' may well not mean simply re-sizing
the controls, but radically changing form design to make better use of your
'screen real estate', and, as you can imagine, there is no magic fairy dust
which you can sprinkle over you application to sort that out.
You could consider maintaining 2 sets of forms for different resolutions,
which might offer the best solution for a variety of screen resolutions. I
tried this approach on one database but after a short time, the extra work
of maintaining 2 sets of forms became too much and in the end we agreed that
we should design for 1024 x 768 as a minimum.
There will be a reasonable amount of work, though, if you are going to take
the opportunity to re-design the front-end rather than simply re-size the
controls.

Fletcher
Nov 12 '05 #3
Fletcher Arnold wrote:
"Salad" <oi*@vinegar.co m> wrote in message
news:40******** *******@vinegar .com...
What do you do when you've designed an app at 800x600 and you now want
to make use of higher res?. It's an internal app and won't be
distributed to the world.

I'm sometimes asked to squeeze in a new field or two in a form that has
most, if not all, screen real estate in use. I'll mention that the form
is top/bottom/left/right filled in. The person will be looking at the
form in high res and say "We have lots of room to insert it."

I know there was code in the ADH book to resize a form depending on the
res. But that won't increase my real estate on the form.

What have you done in the past if you now want to change all of your
forms to a higher res?


I think you've hit the nail on the head - the ADH code is of limited value
really. If this app is internal then you may well decide to optimise the
design for 1024 x 768 since you know that none of your users ever use 800 x
600. However, 'optimising the design' may well not mean simply re-sizing
the controls, but radically changing form design to make better use of your
'screen real estate', and, as you can imagine, there is no magic fairy dust
which you can sprinkle over you application to sort that out.
You could consider maintaining 2 sets of forms for different resolutions,
which might offer the best solution for a variety of screen resolutions. I
tried this approach on one database but after a short time, the extra work
of maintaining 2 sets of forms became too much and in the end we agreed that
we should design for 1024 x 768 as a minimum.
There will be a reasonable amount of work, though, if you are going to take
the opportunity to re-design the front-end rather than simply re-size the
controls.

Fletcher


Thanks for the bad news...which I kind of expected. Most of the work I will
simply resize...and in some places reposition....b ut there are enough controls
to make it a boring task.

Nov 12 '05 #4

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

Similar topics

11
16235
by: Jason | last post by:
Let's say I have an html form with 20 or 30 fields in it. The form submits the fields via POST to a php page which updates a table in a database with the $_POST vars. Which makes more sense? 1) simply UPDATING the values for all fields in the table, whether or not any particular field has actually changed 2) running a second SELECT statement and comparing the $_POST vars to the returned values, and only UPDATING those that have...
4
9303
by: Stuart Perryman | last post by:
Hi, I have the following code which works just fine in IE6 but not in Firefox. It is an extract of several table rows each with an individual form. It is generated by php. <form action="MaintNotification.php?ReqID=5" method="post" name="frm5"> <tr align="left" bgcolor="#dddddd" class="text" onClick="submit()"
16
11883
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation. I can do this individually for each graph but this does not help me as I need both on the same JPEG. I thought I would try an export the form that contains both but I am having trouble. (My VBA is self taught and a little knowledge is...
11
18842
by: Jozef | last post by:
I have some old code that I use from the Access 95 Developers handbook. The code works very well, with the exception that it doesn't seem to recognize wide screens, and sizes tab controls so that they are too big and wind up covering up some of the fields on the main form. Is there any good code out there that works in a similar fashion that will also either a) stretch the form width wise on widescreens or b), rely on height rather than...
4
2028
by: Darrel | last post by:
I'm creating a table that contains multiple records pulled out of the database. I'm building the table myself and passing it to the page since the table needs to be fairly customized (ie, a datagrid isn't going to work). On this page, people can update a variet of records. On submit, I want to then go in and update all of the records. Normally, I'd make each form element include a runat: server and then declare it in my codebhind so I...
9
4218
by: pcnerd | last post by:
I created a demo program with a status bar & status bar label on the form. When the program runs, it's maximized. When I move the mouse over the form, I can see the X & Y coordinates changing on the status bar label. Here's the problem. I have a 19" LCD monitor with a resolution of 1280 by 1024. When the program runs & the mouse is in the upper-left corner, the X & Y coordinates are 0,0. When the mouse is in the lower-right corner, the X &...
2
393
by: New | last post by:
This may be a dumb question but what is the largest size you would recommend a form to be if it is designed to work in a 1024 x 768 enviroment since some peopl have the taskbar set greater then one line BTW I am ahort of form real estate and I know that I can run the form maximized but I want to design it so that no elements are cut off
2
3322
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi All! I am with a situation where I am not getting the right updating to the form's fields. The situation is the following one: I have one combobox and one textbox. I am using the CurrentChanged event of the BindingSource of the combobox to update the textbox. When selecting an item in the combobox or when selecting a row in the grid, it is updating the textbox correctly. The problem is when I apply a filter in the grid, and then...
4
1888
by: Edwin Velez | last post by:
http://msdn.microsoft.com/en-us/library/806sc8c5.aspx The URL above gives sample code for use within a Console Application. What I would like to do is use this code within a Windows Form. That part is easy. The part that I am having trouble with is using the code in a form and having a Label's Text property update as a new directory or file is found. What I keep getting is the work being done before it is shown to the user via the...
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9551
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10504
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10274
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10251
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.