Click here to Skip to main content
15,914,322 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi, I want to design all the user interface screens for design document before implementing all the user interfaces in my application and also i will use the same UI for my application implementation. please suggest me how can i design the UI in Visual C++ Environment before implementing my application?
Posted

Really? You need help with this? I fail to understand how you could not intuitively just know how to do this. It's a matter of organizing your thoughts and ideas, and putting them into a document.
 
Share this answer
 
If you need some basic knowledge how to design GUI following commonly accepted rules, this MSDN article "The Basics of Interface Design" (though from 1998) describes the fundamental principles.
 
Share this answer
 
1. First make a rought diagram of ur screens.
2. It wont take much time to create a simple dialog resource and pasting the controls in it as per ur requirement screens.
3. You can take the screenshot of the same and use it in the document. Offcourse its the view of the UI not the functionality.
4. And save this as a project file so that on future on implementing the screens u can reuse the same!
 
Share this answer
 
see in codeprojectforums.com you can find solution
 
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