Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Resolution Problem in Vb.net 2005

Resolution Problem in Vb.net 2005

Scheduled Pinned Locked Moved Visual Basic
tutorialcsharphelp
5 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    compad
    wrote on last edited by
    #1

    Hello Friends. How to set resolution of our vb.net application. for example. i have developed application in low resolution means 800 x600 then it not looking good in 1024 x 768 how to solve this problem. Thanks in advance. Adarsh

    S T 2 Replies Last reply
    0
    • C compad

      Hello Friends. How to set resolution of our vb.net application. for example. i have developed application in low resolution means 800 x600 then it not looking good in 1024 x 768 how to solve this problem. Thanks in advance. Adarsh

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      Get it

      SSK. Anyone who says sunshine brings happiness has never danced in the rain.

      C 1 Reply Last reply
      0
      • S Sathesh Sakthivel

        Get it

        SSK. Anyone who says sunshine brings happiness has never danced in the rain.

        C Offline
        C Offline
        compad
        wrote on last edited by
        #3

        Thanks for your reply. But i am asking for vb.net 2005. If u have any solution please help me. Adarsh

        1 Reply Last reply
        0
        • C compad

          Hello Friends. How to set resolution of our vb.net application. for example. i have developed application in low resolution means 800 x600 then it not looking good in 1024 x 768 how to solve this problem. Thanks in advance. Adarsh

          T Offline
          T Offline
          Tom Deketelaere
          wrote on last edited by
          #4

          several possible options: set you'r forms (or just mdi parent) width and height to 800x600 and don't allow the user to maximise the programme (property maximizebox = false, and property windowstate = normal) you can also check the screen's resulotion (you can use the my.computer.screen. ... methodes for this) and do the above only for resulotions higher than 800x600 Better way is to make you'r programme look good on all resolutions (if possible) using the anchor and dock property's of the controls

          C 1 Reply Last reply
          0
          • T Tom Deketelaere

            several possible options: set you'r forms (or just mdi parent) width and height to 800x600 and don't allow the user to maximise the programme (property maximizebox = false, and property windowstate = normal) you can also check the screen's resulotion (you can use the my.computer.screen. ... methodes for this) and do the above only for resulotions higher than 800x600 Better way is to make you'r programme look good on all resolutions (if possible) using the anchor and dock property's of the controls

            C Offline
            C Offline
            compad
            wrote on last edited by
            #5

            Thanks for your reply. I got my solution. Adarsh

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups