C
Chris Dunaway
I have been tasked with creating an application that will be run on a
PC with an LCD touch screen at a resolution of 1280x1024.
Unfortunately, the development machine given to me only goes up to
1024x768 . The IDE will not allow me to set the form's size higher
than the resolution of my machine.
I have requested new video hardware, but we're a fairly large company
and I don't know if my request will be granted.
How can I develop for larger screen sizes? I know I can design it at
1024x768 and try to change the size in code, but this makes the design
process tedious.
Is there anything that can be done? Why did Microsoft impose this
limit?
Thanks,
Chris
PC with an LCD touch screen at a resolution of 1280x1024.
Unfortunately, the development machine given to me only goes up to
1024x768 . The IDE will not allow me to set the form's size higher
than the resolution of my machine.
I have requested new video hardware, but we're a fairly large company
and I don't know if my request will be granted.
How can I develop for larger screen sizes? I know I can design it at
1024x768 and try to change the size in code, but this makes the design
process tedious.
Is there anything that can be done? Why did Microsoft impose this
limit?
Thanks,
Chris