Form To Big To Fit Certain Resolutions?

Sep 6, 2009

i have been recently working on a project in VB 2008 it is a web browser. My Problem Lies in...when a form is opened on a smaller Monitor It does Not Look Normal (Stretches)

View 2 Replies


ADVERTISEMENT

Keep Form Sizes The Same In Different Resolutions?

Apr 9, 2012

I have written a VB .NET 2010 application which displays a "you have new mail" window/form with an OK button that closes the form.

Some users have received new PCs with dual-monitors and the OK button is no longer visible on the form - it's at the bottom but off-form.I guess that this is related to a different screen resolution and not the dual-monitor setup itself.how to make my forms auto-resize? I though this was automatic in VS 2010.

View 2 Replies

Design Form For All Screen Resolutions?

Jan 10, 2012

When designing a program I have designed it so it fits the screen I am working on. In this case the screen resolution is (1366x768).

View 5 Replies

Form Auto Resize To Fit All Resolutions

Jul 18, 2010

i've made a program that fits my monitor, the resolution is 1280,1024. But i want to make it so that if someone else who has a different resolution can also use the program, is there any way to make the form (and the components inside it), auto resize to fit that persons resolution?

View 2 Replies

Format The Form - Making It Appear The Same For All Resolutions

Jan 17, 2010

Firstly sorry if this has already been covered, though I am trying to find out if there is a way that I could make all objects on a form appear in the same area no matter what the resolution of the screen is? e.g. I have a group box located down the bottom right for a 1024x768 screen resolution but when I view it on my widescreen laptop it isn't right down the bottom right where I want it. Is there a way this can be done? I'm assuming i could check the system properties to tell me what the resolution is and if it's widescreen then change the location of the object.

View 5 Replies

Center Form Contents For All Screen Resolutions?

Sep 18, 2009

Im trying to make the contents of my form appear in the center of the screen, no matter what screen resolution is being used.I have been searching the net and have found code similar to the following but i cant get anything to work.

Dim x As Integer = _
(Me.ClientSize.Width - GroupBox1.Width) 2
Dim y As Integer = _

[code]....

View 12 Replies

Make Windows Form To Fit With Any Screen Resolutions?

Jun 9, 2011

I am developing windows form application on my laptop....but running my project on Desktop or laptop becomes different looks.how do i make it to be the same no matter the screen resolutions? i just need my project look same in all small or big screen resolutions.

View 1 Replies

Forms For Multiple Resolutions?

Jul 24, 2006

How would I go about designing something that will work on many different resolutions? For example, i have my monitor on a very high resolution, and when i work on my projects, the actual controls (buttons, text boxes ,whatnot) are in the top left quarter of my screen, because the program will have to be deployed on 800x600 machines.

Is there anyway to make it so it will stretch and look appropriate on different resolutions?

View 4 Replies

Get A List Of Supported Resolutions?

Jan 2, 2010

I need to know how Windows detects what resolutions the user can select for their monitor / graphics card. I'm pretty sure it's an API call, but does anyone know what it is?

I already have code to change it (courtesy of this thread here), and I was wondering if it was possible to get a list of valid and allowable resolutions.

View 3 Replies

Getting List Of All Supported Resolutions?

Dec 21, 2011

I want to get the list of supported resolution by a graphic adapter/card. Anyway to do it?

640X480
1024X768
1366x768
and so on...........

View 6 Replies

Make App Work With Different Resolutions?

Aug 9, 2009

I'm looking for some advice on how to make my app work with different resolutions as I have posted a demo game on the forum but the game was designed on my laptop which is set to 1280x800 but a few people who have tried the demo are having problems as they are using 1024x768.

Is this a case of getting the computers resolution when the app starts and alter the size and position of controls?

View 11 Replies

Change Screen Resolutions Using My Application?

Nov 8, 2010

I need to change screen resolutions using my application.

How to:

1) Read current resolution

2) Changing it using my application and then returning to current on exit.

View 2 Replies

Chaning Screen Resolutions From Application?

Nov 8, 2010

I need to change screen resolutions using my application.How to:

1) Read current resolution

2) Changing it using my application and then returning to current on exit.

View 2 Replies

Make Program Use Different Resolutions Of The Same Icon?

Jan 26, 2012

How do I make my program use different resolutions of the same icon?

If I use a 32x32 icon, the 16x16 icon in the window becomes blur
If I use a 16x16 icon, the 32x32 icon in the taskbar becomes blur

I tried using a multi resolution icon but I can't get the program to use the different resolutions of it.

View 2 Replies

VS 2010 - Writing For Different Screen Resolutions

Jan 14, 2012

I'm writing a piece of software at the moment which will require a form be full screen at all times. However, I am slightly plagued by the fact that my users will have varying screen resolutions. This makes placing controls etc very difficult. Any good techniques / tips to ensure that control layout looks consistent despite the screen resolution when an application is full screen. I'd like to try to avoid having to programmatically re-size and move controls based on screen res as this is a pain in the royal backside.

View 2 Replies

Winforms Design On Different Screen Resolutions

Jan 23, 2011

I'm coming from ASP.NET background and lately I started developing winforms applications for my company, I had no problem with the move from ASP to winforms programing wise, the only thing i have problem with is to my program to look good across different screen resolutions, resolutions is big problem when developing for the web as well, but I already learned and know how to handle those problems and make my website to look good under almost any resolution what I'm really asking, can someone experienced in this area tell me what are the rules and guidelines i should follow and obey for my winforms application will look good in most resolutions.

View 2 Replies

Interface And Graphics :: Get All Supported Screen Resolutions

May 3, 2010

I'm making a shell for a computer system this shell is going to be distributed with lots of different computers.The shell is designed to replace the standard windows look (not important but anyway), and as such, i need a way of allowing the user to change the screen resolution to what their monitors/display adapters can support. I'm looking for a way to call all the supported screen resolutions into a combo box.Preferably with the x and y values as separate variables, but that's not a major thing.

View 1 Replies

Make Program Full Screen For All Resolutions?

Sep 1, 2011

I have a problem.How i can to make my program full screen for all resolutions ? i have 1280 x 1024 and if i change the resolutions, my program does not look good.

View 1 Replies

VS 2008 - Making An Application The Same Size In All Resolutions

Mar 31, 2010

I had all types of problems before with my application size.On one computer it fits great, but on the net book the application is so big that it crashes it.For example lets say that this is my application running on a regular PC which has a 60 Cm screen This not my application. On my net book which has a 25cm screen it will look different and bigger. Can i some how have a application that is the same size. I think this is very possible to do. Kaspersky has the same feature and it works great.

View 12 Replies

VS 2008 Can VB Automatically Adjust For Different Screen Resolutions

Aug 14, 2010

I have a program which draws a U.S. map on the screen. This display looks great on my wide-screen (16:9) monitor, but it looks a little stretched horizontally on my wife's standard (4:3) monitor. Is there some way I can tell VB to automatically adjust the picture when a standard resolution is being used?

If not, am I correct in thinking that standard definition monitors are going the way of the dinosaur, much like is happening with TV's, and in the future we'll be seeing more and more wide-screen monitors.

View 3 Replies

VS 2010 User Interface - Particularly Dealing With Different Resolutions

Oct 9, 2011

I am working on a sports management game and have already received some terrific help here with some XNA stuff. I now need some help for the user interface though. This game is very menu-centric, with loads of stats and tables and such. It is therefore paramount to get it right!

So far I have been doing all of the work on my 24" monitor at 1920x1080. Whilst the form is 1920x1080, the menu fits within a 1280x1024 top left region of the form. When I run the game on my other computer, which has a 19" monitor at 1280x1024, I was expecting a large chunk of the form to be cut off but the menu to be all visible. Well, it is all visible but things screw up. Different controls will overlap and such. I'm using Krypton Components for most of the UI and some of the text boxes seem to shrink vertically so you can only see less than half of the text. I have no idea why, they won't all do it.

[Code]...

View 10 Replies

VS 2008 Way To Make Program Working With Different Display Resolutions?

Apr 23, 2009

I have a program developed on a machine with high display resolution. Now when I try to run it on a computer with low resolution, the screen got cut off. OK, is there a way to make the program working with different display resolutions?

View 2 Replies

VS 2010 Adjust Full Screen Porgram For Different Resolutions?

Oct 26, 2010

I'm trying to make a very simple full screen program I'm going to use to launch Program.

(That copy bar isn't suppose to be there my computer just glitched and I didn't feel like restarting)

I can easily set the form to launch in full screen but if I do that nothing on the form adjust with it.

I was wondering if there's any easy way to get get everything to adjust to fit fullscreen?

View 6 Replies

Design A Screen For Different Screen Resolutions - ASP.NET?

May 14, 2010

I have a webpage developed using VB.net when i run the webpage in different screen resolution i see some blankspace left in the right side corner of the screen(webpage).

want to know the solution to make the screen look fit in all screen resolutions..

View 7 Replies

Get Form Click Or Form Control Mouse Events To Fire DURING Form LOADing

Aug 26, 2011

Im Using VB 2008. I have MsgBox() statements in all Mouse & Form Click events to TEST & NOTHING FIRES during Form Load when I click on Form or Button Controls !!! The Form Load event contains code for Displaying the Label.Text control many times with changes in the Text to simmulate annimation.

[Code]...

View 7 Replies

Form In A Form - Manipulate The App's Properties Place Inside Child Form?

Dec 23, 2008

The following code does create a form within a form and does place NotePad inside the child form. You have to manually start NotePad prior to execution (I work on that later) but the code does workŠ My problem is now I want to manipulate the properties of notepad i.e. focus, size, location, etc. but I cannot figure out how to reference notepad and its properties.

[Code]...

View 8 Replies

Get A Button On Form A To Open Form B And Then Close (not Hide) Form A When Clicked?

Jun 12, 2009

get a button on form A to open form B and then close (not hide) form A when clicked?Background: I am coding a VSTO application for Excel in VB2008.

Private Sub FormAButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles FormAButton.Click
Dim FormB As New FormB

[code]....

View 1 Replies

Inter-form Communication - Form Being Called Form Several Forms Using ShowDialog()

Mar 28, 2011

I have a form being called form several forms using ShowDialog().

1. Is there a way for called form to know which form called it by receiving a code or key from the calling form?

2. The calling form has a gridview. How can the called form pick up a column's value from the currently highlighted row in gridview in the calling form?

View 4 Replies

Mdi Child Form Order - Move The New Form Behind The Main Form While It Loads

Aug 5, 2010

i have my main child form open. then i show the new form:

[Code]...

but when the form opens it flickers a lot. so i want move the new form behind the main form while it loads so the user does not see the flicker. once it is done loading i will set the form to topmost. how do i move the new form behind the main form?

View 12 Replies

TopMost Form - Messages Form Would Be Hidden By The Main Form

Nov 20, 2009

I have a tool window that I want to stay above the main application form, but not stay on top of all windows forms. Similar to the floating properties window for visual studio - it always stays on top of the main VS window, but if I select another program, like internet explorer, the floating properties window will be behind internet explorer.

What I have is an application that has several forms that may be displayed at the same time. I have a Messages form that displays messages generated by the code in the form, that gives the status of the application. Obviously, the user would not normally be working on this form, but they may want it to be visible to see the status messages from the program (File saved confirmations, etc). So, my two options right now are I can set the form to be on top of all other windows forms or, when the user clicks on the main application form, the messages form would be hidden by the main form.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved