Display Form In Fixed Resolution?

May 5, 2009

suppose i am using 1024X768 old resolution but i want to use that form in 600x400resolution,task is that when any part of form goes outside of that specified 600x400 resolution

View 2 Replies


ADVERTISEMENT

Display An Icon At 48x48 Resolution On A Form?

May 27, 2009

How would I display an Icon at 48x48 resolution on a form in vb.net? I looked at using imagelist , but I don't know how to display the image that I add to the list using code and how to specify it's coordinates on the form. I did some google searching but none of the examples really show what I need to know.

View 3 Replies

Generic Form Location - Display Setting Resolution

Feb 24, 2009

I have two forms. These are a widgets that I made in VB .Net language. But I have a problem, what if the the display setting resolution is change to 800X600, 1024X768, 1280X800 and so fort? How can I maintain the location of my forms? My screen resolution that I'm is 1280X800. I locate the first widget in x.1000, y.20 and the other one is in x.1009, y.325. How can I make this location a generic location for my widgets?

View 5 Replies

Screen Resolution - Change The Size On The Form And The Button When Its Ran On A Different Resolution

Oct 22, 2007

I am working on an program and I need it to change the size on the form and the button etc when its ran on a different resolution then it was coded on. Is there anyway to do this easy or do I have to hard code it on two different and change it by like a button etc? I am working with a 1024 X 780 and a 1240 X 1024.

View 8 Replies

Change Resolution Of Form Based On Screen Resolution

Jan 10, 2011

I have a very high screen resolution on my laptop: 1400x1050.My colleague tried it out on his laptop (which had lesser resolution), and the application did not fit on his laptop. The buttons were dragging out of the screen space.So, I want my application to automatically resize/adjust based upon the screen resolution.I don't want to use Maximized screen option and don't want to change user's pc settings.Unfortunatly I am not using Table Layout panel.

View 5 Replies

Setting Windows Form Resolution According To Screen Resolution?

Jun 18, 2012

Can we set the windows form resolution according to pc screen resolution and even the control should be adjusted...

eg.

My screen resolution is 1366 X 768

and my form size is 1254, 709....but I want it so set according to the screen and it will be dynamic...

if I transfer my project to some other pc with lower or higher resolution it should be adjusted....

and suppose I have few controls on the form...will that also be adjusted??

View 6 Replies

VS 2010 Set Form Resolution Like Current Screen Resolution

Dec 20, 2010

I had designed all forms on 1280/800 screen resolution.

i want set all forms resolution like the current screen resolution of the user,or make the form resolution is dynamic with each resolution of screen for

View 6 Replies

Display Large Amount Of Fixed Text?

Nov 22, 2009

How do I display a large amount of fixed text (about 400 words) in a form. I also need to have scroll down bars.[code]...

View 1 Replies

Change Display To A Custom Resolution?

Mar 24, 2010

I need to change the display resolution to a custom resolution like 1240x712. I already tried it by using the win32 API to call ChangeDisplaySettings but that fails to set the display to any custom resolution. And besides a friend of mine said I maybe could use DirectX to do this one, is that a possibility?

View 5 Replies

Fixed Deposit Rate - Display An Error Message When Deposited Amount Is Blank

Jun 7, 2011

1.In a bank fixed deposit rates are given below.

PeriodRate
6 months8%
12 months10%
24 months12%

a.Design Suitable user interface in windows application in VB.NET to calculate interest at maturity. Use Radio buttons for period.

b.Calculate interest at maturity.

c.Calculate total amount at maturity

d.Add a clear button to clear the exiting contents

e.Display an error message when deposited amount is blank

View 3 Replies

Read The Screen Resolution Value Of The Current Display?

Apr 20, 2010

how to read the screen resolution value of the Current display (which is not the Primary display)? I have three monitors and want to place a label on a form so that when the form is moved from one monitor to another the text in the label reports the resolution currently set on that monitor.

View 4 Replies

Display The Elevation Value In Resolution Of 11x11 Matrix From A DEM File?

Apr 8, 2009

My work is, I have a DEM file and header file of it.Now, I want to display the elevation value from the DEM file of the given Longitude and Latitude.And, I worked on it before,Where I could get the elevation value with the resolution matrix of 6000x4800 and I can able to read the elevation value.But, now I want to modify in such a way that I should read the elevation values from the DEM file with the resolution matrix of 11x11.So, kindly guide me in getting the elevation value with resolution of 11x11 matrix.The code I have used before to display the elevation value with resolution of 6000x4800 are:

[Code]...

View 1 Replies

Get List Of All Resolution Of Client Monitor And Check With Resolution Passed By Application?

Dec 5, 2009

How to get list of all resolution of client monitor and check with resolution passed by application

View 2 Replies

Make An Application Look As Though It Has Been Set To A Screen Resolution Of 1024 X 768 When The True Resolution Different?

Oct 2, 2009

1. Is there anyway to make an application look as though it has been set to a screen resolution of 1024 x 768 when the true resolution different?

2. I am developing my app using a widescreen monitor. What dimensions does the form need to be set to so that it looks exactly the same on a normal & widescreen monitor?

View 1 Replies

Change User Control Resolution According To Screen Resolution?

Dec 29, 2010

In my application,I placed the user control on a panel,I want to resize that control on a panel automatically according to different screen resolution.

View 6 Replies

Getting Error 91 Trying To Use A Fixed-length Arrray In A Windows Form

Mar 31, 2010

in Visual Studio 2008 Visual Basic, keep getting error 91 trying to use a fixed-length arrray in a windows form. am importing System,System.IO,System.Data,Microsoft.VisualBasic,System.Data.SqlClient. declared at start of class entry for form . have tried both Dim and Public, as Values(0 to 50) As String. then referenced in a procedure as Values(1) = I have read do not indicate that I need to use a Set or New function.

View 4 Replies

Adjusting Form For Any Resolution?

Jul 8, 2010

i have made 3 projects in vb.net.for all those three projects i have used this code

Me.WindowState = FormWindowState.Maximized

my laptop resolution is 1366x768.for my resolution i'm getting the desired output but for any other resolution i'm finding the objects being misplaced.

is there any way by which i can make my forms adjust for any particular resolution.

View 1 Replies

Form Resizing As Per System Resolution?

Apr 11, 2010

How to maintain form aspect ratio so that form looks same in different resolutions

View 2 Replies

Make The Form As Resolution Independent?

Jun 9, 2011

Can anyone throw idea to make the form as Resolution Independent?

View 5 Replies

Max Form Size Changes With Screen Resolution

Sep 1, 2009

Wondering if there was a way around the seemingly nonsensical editor changing of the maximum size form you can edit/create to some value approaching the screen resolution you are working on. This is a P.I.T.A. as I often edit pages on a laptop with a smaller max resolution than the monitors I typically do layouts for.Any way to by pass this to let me edit larger screen sizes on my laptop?

View 1 Replies

Resize Form / Controls According To Resolution?

Nov 23, 2009

I was an idiot and designed my VB app on a 17inch monitor in a 1280X1024 resolution completely forgetting about what it would like on another machine. This might be a long shot, but is there an easy way to get the resolution of the users monitor and re-size the controls and form accordingly?

View 4 Replies

VS 2010 Form And Screen Resolution?

Sep 16, 2010

I've got a problem with vb 2010: If I make a new form and add every button and make a background for the application and built my app, I can't open normal on a other pc. It change the ordening of my buttons and the other pictur boxes I've add. My screen resolution is 1920x1080. The other pc has a screen resolution off 1024 X 768. What I wanna ask is: whitch code must I add on "form1"?

View 2 Replies

What Is The Standard Win Form Screen Resolution

May 3, 2010

how to enable the scroll ..

View 5 Replies

Adapting Form And Its Controls To Screen Resolution

May 26, 2012

I was wondering if, using API, there is a simple way to adapt exactly a form and its controls to the screen resolution.

View 12 Replies

Find Resolution Of Screen Form Is Currently Sitting In

Feb 2, 2012

I know I can find the screen resolution of the Primary screen easily, but I want to find the resolution of the screen that my form is currently sitting in (this is not the same on my setup I have three screens with two different resolutions)the form could span more than one screen so I would be happy with finding the screen that contains the most area of the form/the top left corner.Is there a simple way to do this? I can enumerate the screens, but then working out where my form is sitting within this is tricky:[code]

View 1 Replies

How To Make A Form Larger Than Screen Resolution

May 21, 2011

I'm making an application in vb.net and during the development has arisen the need to make a form greater than the screen resolution.For example:

Screen resolution: 1280x800 and 2560x1600 sizes form
Obviously, the form should
not have scrollbars.

View 2 Replies

Re-size All Control Within Form To Fit Different Screen Resolution?

Jul 21, 2010

How to re-size all control within form to fit different screen resolution?

any solution on this? my control always run out of the screen size... can it re-size every control before the user can see the form load..?

View 4 Replies

Scaling Form Controls According To Screen Resolution

Dec 2, 2011

I am trying to write program in vb 2010 that is independent of screen resolution. I am designing the program in 1920*1080 and when I change the resolution to e.g. 800*600 everything blows up and the program won't fit the screen. I have tried three different approaches:

loop through all controls and scale their position and dimensions
Friend Sub ResizeControl(ByRef ctl As Control)
'---------------------------- GET SCALES -------------------------
Dim DesignScreenWidth As Integer = 1920
Dim DesignScreenHeight As Integer = 1080
[Code] .....

None of these methods has worked for me. One thing I figured out was that my main form is larger than 800*600 pixels so when I run the designer in 800*600 resolution VS cut down the with to 812px so my calculations of with and thus scaling ratio becomes wrong. This error goes applies for all three methods.

View 1 Replies

Auto Resize Form / Image And Controls On Different Resolution

Aug 5, 2009

How to auto resize form, image and controls on different resolution using visual basic dotnet code.

View 1 Replies

Made A Mistake In Design My Form E.G Screen Resolution

Aug 2, 2011

I have designed a complaints form for my work (free of charge just for my cv). I designed the form for the resolution 1280 x 1024. My problem is when a user with a smaller resolution say 800 x 600 uses it. The form will be out of sync with the screen as shown below (tested on my on computer). So I am wondering is there a way to test the screen size of the users computer then readjust the size of my controls according to the size of the screen. By the way all of my controls are anchored so that they stay in the same place.

[Code]...

View 14 Replies







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