Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created application that retrieves data from Web Services that is created within same project. Since my application is running, it run and place above taskbar and its width exactly same as the width of laptop's screen. I can run application properly with my laptop and other friend's pc. But it can't run with university's pc. The application show its width just half of that screen. And its position isn't placed above taskbar. I don't know how I can solve this problem. Please help me.
Posted

1 solution

try to change the resolution of the university's PC.
otherwise try to resize your application dynamically by getting screen resolution.
http://msdn.microsoft.com/en-us/library/aa984427(v=vs.71).aspx[^]
http://stackoverflow.com/questions/5074917/how-to-fit-windows-form-to-any-screen-resolution[^]

go through these links, it may help you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900