Click here to Skip to main content
15,895,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
Is there any tool to develop a resolution based windows application development, Please help me to solve this requirement.

Thanks,
Sarathkumar Palanisamy.
Posted
Comments
phil.o 21-Oct-15 5:38am    
Totally unclear. Please define what you call 'resolution based windows application development', because this does not make any sense on its own.
Sarathkumar Palanisamy 21-Oct-15 6:13am    
Which means the user controls should fit(occupy) based on screen resolution(size).
BillWoodruff 21-Oct-15 6:00am    
If you mean an application that maintains proportional sizes, positions, of user-interface elements indepedent of screen-resolution, you should look at WPF.

In any case, clarify your question.
Sarathkumar Palanisamy 21-Oct-15 6:13am    
Which means the user controls should fit(occupy) based on screen resolution(size).

to fill the screen

1 solution

Filling the screen with one Form, or one UserControl is easy in either WinForms, or WPF, or ASP.NET. You need to clarify whether you are talking about re-scaling the container (Form, UserControl, etc.) proportionally to arbitrary sizes as well as moving, or re-sizing.

Because WPF uses vector-based rendering of all UI elements, including fonts, you are in a different "universe" there in terms of easily re-scaling so proportions are retained.

In WinForms, you are in a very different graphic reality; many UI elements (like the default MS supplied Controls) will not scale proportionally.

Please tag your original post with whether this WinForms, WPF, or a Webbrowser based App. If you're not sure about that yet, that's okay.

Tell us your goal: what your application requires, and does.

Remember, we can't read your mind.
 
Share this answer
 
Comments
Sarathkumar Palanisamy 22-Oct-15 2:06am    
Only winfroms, In that winforms having many user controls like grid,textbox, buttons images and etc.

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