Half screen resolution - Visual Basic

Associate
Joined
30 Dec 2003
Posts
2,254
Hi,

After completing my A2 Computing project in Visual Basic my teacher has asked if it would be possible to run it on the school computers as he would like to keep a version of it. Currently it works best on a 1024x768 screen res however school computers only run at 800x600 so half of the program gets cut off - Is there anyway I can half all dimensions of the program so that it will run on the lower resolution? Any other ways to resolve the problem?

Many Thanks.

Dan.
 

sfx

sfx

Associate
Joined
13 Dec 2004
Posts
926
Nope running in 800x600 you are going to struggle with form design. Only suggestion I can think of is design it small and set the real sizes by code, this will be a right pain in the arse though.

sfx
 
Back
Top Bottom