UI techniques
Hi all, just wondering if you anybody could give me some pointers as to where I could find a Microsoft tipsheet/how-to tutorial in terms of UI design (I know how to code it). Many thanks
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
What I really mean is layout tips and button label name standards etc.
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
The only one I know of is absolutely ancient, and it doesn't seem to be available on MSDN anymore. There are plenty of books on the subject, but if you want online freebies, you'll have to do some netdiving on google.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
ok thanks both of you, was hoping to find something of a framework or specification I could work from, you know to make my windows forms look like real microsoft ones. many thanks
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
They will look like real microsoft ones. When you create a Windows Application project in Visual Studio (I assume you're using one of the express editions ?) In the Program.cs file in the Main function is a line of code:
Application.EnableVisualStyles();
This means all the controls will inherit the current theme the user running your application has got set.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
thanks for your reply, I knew about that, trouble is when I create my windows forms they do not look anywhere near as professional as microsofts. do you see what I mean ?
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72