Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
resolution
- Page 1
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by Zachary_6
… service. The right paper type, finish (glossy vs. matte), and
resolution
can make a huge difference in the final product. What…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Actually, I take it back. I assume that, using Chrome on a fast Internet connection, and a super high screen
resolution
, none of the images are actually being lazy loaded.
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
2 Months Ago
by Dani
Good question. We have multiple web servers that are load balanced, and only 2 database servers in a master/slave setup. I know there are ways to shard the database so you could essentially put different records of a table on different servers, but I personally have no experience with that. I am pretty sure you can shard by row or by column. We …
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
1 Month Ago
by Miles_0
Thanks for overwhelming response. How do you ensure efficient cache management with Memcached in such a distributed system, especially when fetching multiple items per page while minimizing cache misses?
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Re: resolution
Programming
Software Development
12 Years Ago
by Jx_Man
…Restart Now ¿", _ vbYesNo, "Screen
Resolution
") If intAnsw = vbYes Then 'Restart … 'Notify all the windows of the screen
resolution
change SendMessage HWND_BROADCAST, WM_DISPLAYCHANGE, ByVal BitsPerPixel, ByVal…
resolution
Programming
Software Development
12 Years Ago
by LeNenne
Hello How to change the
resolution
in VB6 ??? If one have 1200x900 and other have 800x 600 how can VB6 change or know what
resolution
the user have. Thanks Lenny
Resolution
Digital Media
UI / UX Design
17 Years Ago
by Alv45525
Hi there, i need to make my webpage working on different
resolution
from 640x480 up to 1024x768 and also to open on different browser....can anyone help me in this??:'(
Re: Resolution
Digital Media
UI / UX Design
17 Years Ago
by macneato
… (sometimes a bit of hacking) does the trick. As for
resolution
, 480 is being a lil wierd, I'd say 600…
Resolution
Programming
Software Development
15 Years Ago
by Perveance
Hello. Can someone tell me please how can I find out monitor
resolution
from my Java code? Thanks in advance
Resolution change by vb.net code
Programming
Software Development
14 Years Ago
by Kingcoder210
… problem is that when I run my program it changes
resolution
(1280*1024) & show form which doesnt fit the … things together like when I run my program it changes
resolution
& fit my form with screen & when I …close it it will get back its previous
resolution
. Please help me. Code : [CODE]Imports System.Runtime.InteropServices …
resolution problems
Hardware and Software
Linux and Unix
18 Years Ago
by Sturm
… and some other stuff I booted up with fluxbox. The
resolution
for my laptop was 1024x768. How do I change the…
resolution
? I looked at the xorg.conf file and it says … I only have 1024x768. How do I change my
resolution
to a widescreen
resolution
? (NOTE: I did not have this problem on…
Resolution 1440 * 900 (Acer Monitor)
Hardware and Software
Hardware
17 Years Ago
by virendra_sw
… reinstalled the graphic drivers but not able to get that
resolution
(1440 * 900). I have also changed the screen refresh …monitor from display properties but not able to get that
resolution
. Please tell me what are the way through possible way… through which i can able to set that
resolution
. Reply from earliest will really appreciated
Re: resolution setting vb.net
Community Center
18 Years Ago
by John A
… works fine .when i run same form at 800*600
resolution
,size of all tools r incresing.i want size of… box,text box) to remain same even if i change
resolution
.is it possible. do i need to code for each…] It's normal for things to increase size as screen
resolution
decreases. That's because there's less pixels to use…
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by iamnoangel26
… exactly what I meant. I want my program to change
resolution
when run in a pc that's using different…
resolution
when the program was created. For example run a maximized …form in for pc, then closed it and lower your
resolution
let say 800X900. then run again the maximize form. See…
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by Drycola
I think (actually hope) I've got what you mean. You want your program to change the screen
resolution
into a specific
resolution
that is most suitable for your program. So that you can be sure the program is displayed optimally in spite of what the user's
resolution
was. Is that what you need? If so; I'll post the code.
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by fairdes
… mean. You want your program to change the screen
resolution
into a specific
resolution
that is most suitable for your program. So… is displayed optimally in spite of what the user's
resolution
was. Is that what you need? If so; I'll…
Resolution problems
Hardware and Software
Hardware
19 Years Ago
by threetrey
… earlier, and when i logged back into my account my
resolution
was all messed up. it used to be at 1280… dont know what made it happen. I can change my
resolution
to anything now, except to 1280 x 1024 whenever i…
Re: resolution problem in Suse
Hardware and Software
Linux and Unix
18 Years Ago
by pty
[QUOTE=Dark_Omen]I am having a problem with the
resolution
of my suse. I just installed it and everything seemed … this? or should I try reinstalling it? Thanks[/QUOTE] what
resolution
should you have? if you go into (off the top… should launch SAX2 which is has options to change your
resolution
settings.
resolution setting vb.net
Community Center
18 Years Ago
by raghavan
… works fine .when i run same form at 800*600
resolution
,size of all tools r incresing.i want size of… box,text box) to remain same even if i change
resolution
.is it possible. do i need to code for each…
resolution setting vb.net
Programming
Software Development
18 Years Ago
by raghavan
… works fine .when i run same form at 800*600
resolution
,size of all tools r incresing.i want size of… box,text box) to remain same even if i change
resolution
.is it possible. do i need to code for each…
Resolution Problem
Programming
Software Development
16 Years Ago
by iamnoangel26
… forms that are maximized will re size according to the
resolution
of the pc? So the form will looks the same…
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by Drycola
…) As Boolean 'Call this function on Form_Load to change the
resolution
. If it returns TRUE then the function is successful. Restore_Resolution… () 'Call this function on Form_Unload to restore original
resolution
when the program close. [/CODE] Greets from your IRAQi new…
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by fairdes
…) As Boolean 'Call this function on Form_Load to change the
resolution
. If it returns TRUE then the function is successful. Restore_Resolution… () 'Call this function on Form_Unload to restore original
resolution
when the program close. [/CODE] Greets from your IRAQi new…
Re: Resolution Problem
Programming
Software Development
16 Years Ago
by fairdes
Thanks Drycola. Works brilliantly! Not wanting to push my luck any further, I don't suppose you would be able to help with a similar problem. Rather than changing the
resolution
, how can you resize a form and its controls based on whatever
resolution
the user has. Thanks again for your help.
Resolution problem intel 855 gm video card
Hardware and Software
Hardware
15 Years Ago
by madadubr
… the graphics 855 driver: I was unable to increase the
resolution
of the display...I just had two low option. After… can't do the same (to update the driver without
resolution
problem)?? I will appreciate any help.. Manuel but the think…
Resolution Problem
Programming
Software Development
14 Years Ago
by chandruswami
In C#.net Application, When i change the
resolution
, the application won't adjust its windows Size corresponding to Borders of Monitor,.. Even though we change the
resolution
, the whole application should visible,.. Please help me with ideas,...!
resolution problem
Programming
Web Development
14 Years Ago
by rizwah
Dear all I am facing a problem of
resolution
in website in asp.net. when i Open my website in ie it is ok but when i change the
resolution
or open the website in firefox etc it gives problems how to resolve it. please help
Resolution Issue
Hardware and Software
Microsoft Windows
13 Years Ago
by rotemorb
Hello When I'm dont playing starCraft 2 on my pc, I quit the game, and my Screen
Resolution
is changed to 1360X768, and I have to change it back to 1920X1080 (My monitor
resolution
). Why does this happen? Thanks a lot, Rotem
Resolution in texas Instrument Energy-meters (Calibration)
Programming
Software Development
11 Years Ago
by henrimontreal
… and the has the following code (C files). The current
resolution
for kWhs is .01 but I need higher than this…;fileType=zip By any chance has anyone worked on the
resolution
and calibration part of an energy meter?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC