Click here to Skip to main content
15,894,539 members
Everything / Resolution

Resolution

resolution

Great Reads

by Ayush Vijaywargi
Enhancing Android app stability by integrating LeakCanary with RxJava for efficient memory leak detection and resolution.
by Mehedi Shams
Design to scale automatically to different screen resolutions
by ToughDev
How to use picojpeg library on a PIC with ILI9341 320×240 LCD module

Latest Articles

by Ayush Vijaywargi
Enhancing Android app stability by integrating LeakCanary with RxJava for efficient memory leak detection and resolution.
by ToughDev
How to use picojpeg library on a PIC with ILI9341 320×240 LCD module
by Mehedi Shams
Design to scale automatically to different screen resolutions

All Articles

Sort by Score

Resolution 

12 Mar 2024 by Ayush Vijaywargi
Enhancing Android app stability by integrating LeakCanary with RxJava for efficient memory leak detection and resolution.
25 Jul 2016 by OriginalGriff
The trouble is that you've designed it to fit a single resolution - your screen - and the user doesn't have that large a display. While it's possible to make controls grow and shrink automatically in WinForms via the Anchor and Dock properties, it generally isn't very successful on a large scale...
25 Jul 2016 by BillWoodruff
If your screen resolution is the same as your client's, and you are both using monitors with the same standard aspect ratio (typically, today, 16:9 for desktop monitors) ... the client should have no problem.Welcome to the great puzzle of dealing with different display device sizes, screen...
9 May 2015 by Richard MacCutchan
A number of suggestions to be considered at https://www.google.com/search?q=dpi+aware+c%23[^].
1 Dec 2016 by OriginalGriff
Despite what you see on the TV and in movies - especially NCIS and CSI - you cannot "enhance" low resolution video to get high resolution video and "read a number plate". That requires inventing information that doesn't exist: a low resolution image that has (say) 10 x 10 pixels per square inch...
27 Jul 2018 by Jochen Arndt
You have to call a Windows API function: ChangeDisplaySettingsA function | Microsoft Docs[^] This requires using invoke or writing a wrapper. But such has been done already: Changing Display Settings Programmatically[^] Dynamic Screen Resolution[^] Change Resolution Before Starting Application[^]
11 Nov 2018 by Richard MacCutchan
ScreenResolution class vb.net - Google Search[^]
11 Nov 2018 by Dave Kreskowiak
The better question is why would you want to? Do that on my machine and I'll uninstall your app before you can even begin to ask why. Changing screen resolution is up to the user, not your app. If you change the resolution, you also change the layout of every icon on the users desktop, forcing...
21 Oct 2015 by BillWoodruff
Filling the screen with one Form, or one UserControl is easy in either WinForms, or WPF, or ASP.NET. You need to clarify whether you are talking about re-scaling the container (Form, UserControl, etc.) proportionally to arbitrary sizes as well as moving, or re-sizing.Because WPF uses...
31 Mar 2016 by Richard MacCutchan
It is Impossible to answer such a question. The only way to become expert at anything is to work hard at it. Study, practice and practice.
6 Apr 2016 by Ratul Thakur
I started lerning opengl a week ago. I am not using glut. I use the "NeHe" opengl tutorials. Those were written in 2000 so they're quite old. The first chapter teaches to initialize an opengl window. I copied the entire code and proceeded to the next chapter. But the problem is that when i...
4 Jul 2016 by JordyS
I solved my problem.Looked like my image settings were changed for some reason, stretching them solved this issue. For the fonts and text I had to scale my display settings back to the recommended size and log off and back on.
21 Apr 2017 by Member 13142869
Is there any css property that help in fixing how chrome handles the image? I designed a logo for my website in adobe illustrator and when i uploaded to my website. it loads nicely on IE but very low resolution on chrome. the more i increase the dimension of the image on adobe illustrator (and...
19 Oct 2017 by Member 13474534
Well, the thing is that in Linux with the Terminal I use nano to create a plain text file with the content "GIF89a2017" and I save it as rare and I know that due to that header the file is detected as a GIF image. The thing is that four bytes that I put next to the header, 2017 in this case,...
19 Oct 2017 by Richard MacCutchan
0x3032 is the hex representation of the characters '02' stored in a short. And (assuming this is on an x86 system) that will actually be seen as the two characters '20' when addressed as bytes. Similarly 0x3731 is the characters 71, or 17 in normal order. To store those two values as integers...
15 Mar 2018 by John Nay
Hey need advice here!! I need to be able to change from different 1 resolution to another but only my windows form application I am using visual studio and I have a menustrip control so Is there a way to do this I know how to change the resolution of my desktop in c# but not my windows form...
12 Nov 2018 by George Papamichael
Hi everyone, I've been searching for days for this and I still don't know how to go about it. Internet search results to bits and pieces possibly in other languages.. That is a common task, no? So it should be trivial! Can anyone post source code of an example working under vb 2010 ? Please...
15 Nov 2018 by Richard MacCutchan
Why have you reposted this question? I have already provided you with links to the answer.
2 Apr 2021 by bunnyali2013
Hi, I have a website lets[DELETED].com. The logo is on the top and the size of the image logo is 80x50. However, when I open the webpage on mobile and even desktop, it seems the image is blurry a little. I added the size of the image in my tag...
2 Apr 2021 by OriginalGriff
FIrst off, don't post your domain name unless you want to be taken as a spammer and kicked off the site. Especially with a name like that which looks very spammy - I have edited it to hide the address so you don't get kicked of as we really don't...
12 Sep 2021 by jamesg3
Hi there, So I am trying to make a little utility for managing my screens, I want to add a screen rearrangement system like in windows, see here: https://i.imgur.com/eUzlWdr.png, I already have code worked out for getting and setting the exact...
23 Jan 2023 by Nikunj Bhoi
I'm currently working on the MFC application in Visual Studio 2017 which is having the dialogs designed for resolution 1920 x 1080, but now I want to modify it and make it scalable for all resolution. What changes should I make to the...
22 Jan 2023 by OriginalGriff
Unless your app is designed from the ground up to work well in all resolutions, you pretty much can't - it's just too much work. If your app is designed like VS (workspace in the middle with variable font and font size with "dockable" toolboxes...
23 Jan 2023 by merano99
Since Windows 10, an application can be notified about dpi changes via its HWNDs. In addition, automatic DPI scaling of non-client area, bitmaps in controls and dialog boxes is provided. Desktop applications must notify Windows if they support...
4 Jul 2016 by JordyS
I recently bought a fancy 4k monitor because well, it's just amazing. The colors and details are so much better than my 1080p monitors.But, I have a (minor) problem while trying to code my applications.For some reason my resolution within the IDE's has changed, all my apps look messed up,...
17 Oct 2016 by Mehedi Shams
Design to scale automatically to different screen resolutions
27 Jul 2018 by Richard MacCutchan
change the screen resolution C# - Google Search[^]
7 May 2023 by ToughDev
How to use picojpeg library on a PIC with ILI9341 320×240 LCD module
25 Jul 2016 by pt1401
There are solutions, but only commecial ones as far as I'm aware. Take a look at Larcom and Young Resizer[^]. The blurb says it's VB.Net only but it works for any .Net language. We used to use it in a previous company for EPOS interfaces & it worked well.
6 Apr 2016 by leon de boer
In most of the NeHe examples there will be this sort of blockif (!CreateGLWindow("NeHe's Solid Object Tutorial",640,480,16,fullscreen))See the width and height values there you can directly set them to 1360 and 768 and a colour depth There is however a more elegant way to do it which is...
9 May 2015 by dabbourabd
Hi every oneI need to build windows application work on every screen resolutionnow I am using following codepublic Form1() { InitializeComponent(); DPI_test(); }public void DPI_test() { //Specify Here the Resolution...
25 Jul 2016 by Member 9983063
Hello guys! i want to know how to fit c# application in every Resolution my c# application open in my computer is perfect but when i install this application on my client machine so it's show half application.What I have tried:this.WindowState = FormWindowState.Maximized;this.Location...
20 Oct 2015 by Sarathkumar Palanisamy
Hi, Is there any tool to develop a resolution based windows application development, Please help me to solve this requirement.Thanks,Sarathkumar Palanisamy.
1 Dec 2016 by Amr.Mohammad87
DearsI know that my question or request may be odd. My friend's car stolen and he is using it for his living :(. Fortunately we got a video from a cam that showing the crime and the thieves, the video shows another car used by the thieves, some of them ride my friend's car and others ride...
14 Mar 2018 by John Nay
I figured it out All you have to do is this for a menustrip private void toolStripMenuItem2_Click(object sender, EventArgs e) { this.Size = new System.Drawing.Size(1024, 768); } this will change the size of the windows form application...
27 Jul 2018 by Ayrton Yagami
I want to create a program that allows the user to set the resolution of their screen. But I can not find someone who can help me in this challenge. Please help me guys! What I have tried: I know how to execute in C # prompt commands, so I also looked for some commands that would allow me to...
12 Nov 2018 by George Papamichael
Do you know m.a.m.e. ? Multiple arcade machine emulator. It has a big bunch of video games. I want to make something like that, and so I need to change to a custom resolution, color mapping and frequency and capture the mouse.
15 Nov 2018 by George Papamichael
Hi all, What I need to do is get a list of all supported screen resolutions of my primary monitor, in order to change the resolution to one of the supported modes. Anyone know how to do that ? I am building this in VB 2010 express. pls help, thanks in advance. What I have tried: ...