Results 1 to 7 of 7

Thread: [RESOLVED] how to get the wanted resolution if it's not supported in the list

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Posts
    778

    Resolved [RESOLVED] how to get the wanted resolution if it's not supported in the list

    Hello,

    Is there any way to get 1440x900 resolution even if it is not supported by my graphic card? This is due to my application’s requirements, basically users that can't get this resolution are not fully able to use it (can't see the buttons in the right corner or the bottom). Selecting a bigger resolution which would be something like (1600x1200) looks horrible (too big) as well and some monitors might not be able to put that on a normal screen. So if there is any way please advise me on how to set up the wanted resolution (maybe some third party application or other?) I searched google but couldn't find anything. If it is not possible I’ll just try another graphic card, that's the only way I can think of

    Thank you

  2. #2
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how to get the wanted resolution if it's not supported in the list

    Most likely, it's supported by your graphics card, it's just not supported by your monitor. Did you create this application? What application is this that needs such an oddball resolution?
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: how to get the wanted resolution if it's not supported in the list

    Think about what you are asking for a moment.... if it was cars it would have sounded like this: "How can I get my VW Bug to perform like a Maserati? My driver's can't get to the store fast enough. I want to make my VW faster like the Maserati."

    Find out what the smallest resolution you have to support is.... and build the app from there. dont' be goofing around with the user's resolution, especially if it's not going to be supported by the hardware.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Posts
    778

    Re: how to get the wanted resolution if it's not supported in the list

    ok, I see you're saying that there's no other way to do it. What's the best way of adjusting controls to move depending on the size of the screen. I'll try using anchor and see what I can do.
    (VB.net 2008)
    Thanks
    Last edited by MrtforCode; Jan 18th, 2010 at 04:37 AM.

  5. #5
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how to get the wanted resolution if it's not supported in the list

    Absolutely. Use anchor and docking. I build my applications to 1024x768. Make sure everything scales according to DPI as well.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  6. #6
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: how to get the wanted resolution if it's not supported in the list

    i usually build my applications to 1280x1024 px since most of the applications i make are for own use but if its not for own use i make it as Jenner does: 1024x768 px, since thats kind of the default other then 800x600 px, but thats a size i really don't want to use, and i believe most people change it to either 1280x1024 or 1024x768 px..

  7. #7
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: how to get the wanted resolution if it's not supported in the list

    Quote Originally Posted by Justa Lol View Post
    i usually build my applications to 1280x1024 px since most of the applications i make are for own use but if its not for own use i make it as Jenner does: 1024x768 px, since thats kind of the default other then 800x600 px, but thats a size i really don't want to use, and i believe most people change it to either 1280x1024 or 1024x768 px..
    This isn't just a "user preferences" issue. A large percentage of lcd monitors native res is 1024x768 and anything over that it supports is interpolated and blurry. I have three flatscreens and the only one that will even turn on with a 1440 resolution is my projector and it is actually running at 1024 as well.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width