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
ADVERTISEMENT
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
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
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
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
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
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
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
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
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
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
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
Jan 15, 2011
I have a MAC 24" wich I like because I have it working as a Microsoft XP.I make several programs in VB6 using most of the screen (about 80% width).But I have several others PCs from 20" to 11".I'm trying to find an automated system to adjust the form, listboxs, etc., to the smaller screens.
View 6 Replies
Mar 14, 2009
Is it possible to adjust monitor screen brightness [usually do via [fn]+F7/F8] via VB.NET?
View 9 Replies
Jan 15, 2010
I have noticed in a windows-based VB application I am working on when the "Automatically adjust clock for daylight saving changes" is de-selected, the time in the application is off by one hour. Is there anyway to make the application not sensitive to that and just display the date value that is retrieved from the database?
View 12 Replies
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
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
May 23, 2010
How would i make a program automatically align to one side of the screen, and fill the whole side? (Like windows sidebar).
View 9 Replies
Feb 9, 2012
I am using Visual studio 2008 and I need to be able to adjust a font size using an expression.So far I have,
IIf((Len(First(Fields!CardID.Value, "data"))> 30), "12 pt", "72 pt")
I know I have to reference the LEN variable to get the total character size, but I'm not sure how.
View 1 Replies
Aug 4, 2011
Can we adjust the size of a toolstripbar? I docked my toolstripbar on top of the form and been trying to resize cause I see it a little bit shorter and want to adjust its height and can't be adjusted.
View 1 Replies
May 11, 2010
I am trying to create a basic application that will allow me to open a .wav file and let me adjust the volume of the actual file: like raise the volume by 30% or 10% or some type of other measurement.
I'd like to then re-save the .wav file with the adjust volume.
View 4 Replies
Jan 31, 2012
My application communicates with DB's, images, etc. which are located on our company server/domain.
In real-world use, the app is used only by users on this server/domain. I have connection strings and various other settings which point to the sever for the user. While I'm developing/testing, I may or may not be connected/authenticated to the server/domain. There are many times when I am not.
Currently, I manually change each setting to point to a local address containing copies of needed items when I'm not on the server/domain.My goal is to develop a method to automatically determine whether that domain is available. If not, adjust settings as needed in code. This is for my benefit, while developing.
I'm fishing for various methods/techniques people have developed or use to accomplish this.
View 6 Replies
Jul 1, 2009
I send a message a while ago and no one answerd, how can I draw directly on the screen (not on a specific window) just on the screen, neither if it's on the desktop or anything else.Is there is any option to bring up the switch between applications window (Alt + Tab), I don't want to use sendkeys because the user need to keep the key down and I just want the user to select the application with his mouse.
View 3 Replies
Mar 28, 2009
I have a button btnRegEx that when pressed shows a ContextMenuStrip, similar to the '>' button in the Find/Replace dialog in Visual Studio when you are using Regular Expressions. I have a ContextMenuStrip cms which I show using its Show(x,y) method.
At first I was simply setting x and y (the location of the ContextMenuStrip) to some point next to the button, but I noticed that when the button is close to the edge of the screen it goes off screen. I wanted to prevent that so I built some logic into the x-y calculation. When the ContextMenuStrip width is larger than the 'remaining space left' I simply show it more to the left. Same for its Height of course. I am using the Screen.GetWorkingArea(point) method to determine the 'remaining space left'. As I understand it, it returns the working area closest to the point you specify (to which I pass the button's location).
As long as I stay on my first monitor, it is all working perfectly fine. The problem occurs when I move the form to my second monitor. The contextmenustrip is still showing on the first monitor for some reason...
Here is the code I am using:
vb.net Private Sub btnRegEx_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRegEx.Click
Dim p As Point = PointToScreen(New Point(btnRegEx.Left, btnRegEx.Top))
Dim x, y As Integer
[CODE]...
I have noticed that when I click the button when the form is on the second monitor, the buttons location (p) is calculated with the first monitor's top-left corner as (0,0), even though it is on the second monitor. This way, the GetWorkingArea function returns something like 1280, while the buttons x-location is something like 1700... So, how do I get the buttons coordinate relative to the actual screen it is on, rather than the entire dual monitor screens as a whole?
View 3 Replies
Apr 27, 2009
Is there any way to invert the screen. For example, making upside down or having mirror effect?
View 1 Replies
Jun 9, 2011
i've been coding a sidebar but i dont know how to make the size to aoutomatically fix the screen size..i mean if the screen resolution is 1000x789 or 890x678 s stilll fit to it I have find in google and youtube but still i didn't get any ides on how to do it And also if possible can we code s sidebar that automaticcally hide when we did not move our mouse to it?
View 1 Replies
Jun 29, 2011
BTW this issue occurs in any MS office program when the VB.Net (or even VBA) is processing information.Example: In Excel, a worksheet is displayed on the screen. I start either, a VB.Net or VBA procedure and within 30 seconds the Excel worksheet (previously displayed) blanks out. In both VB.Net and VBA,ScreenUpdating = False. My expectation is that the previously displayed screen would stay static as if I left my desk to get a cup of coffee; came back and the same ole Excel worksheet was still there?Of course, setting VBA Screen Updating = False accomplishes two goals: 1) speeds up processing and 2) saves the user from seeing unnecessary "garbage-processing" steps.Why does VBA or VB.Net ScreenUpdating = False not freeze the screen at the time of its invoking?
View 11 Replies
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
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
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