CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Ui

  1. #1
    Join Date
    Mar 2006
    Posts
    3

    Ui

    Hi All,

    I am currently experimenting in UI Design in C# and VB.NET. I'm currently trying to override the style of the titlebar, close, minimise button etc etc and ultimatly trying to end up with an interface similar to Microsoft Money 2006

    http://www.microsoft.com/money/image...n1_stand-a.jpg

    If anyone has any links to articles, or any pointers on how to create such a design then please let me know. I'm only really interested in the top half of the screenshot.

    Regards,
    Stuart

  2. #2
    Join Date
    Dec 2003
    Location
    http://map.search.ch/zuerich.en.html
    Posts
    1,074

    Re: Ui

    Set your Form's FormBorderStyle property to "None" and draw / add whatever you need.
    Useful? Then click on (Rate This Post) at the top of this post.

  3. #3
    Join Date
    Mar 2006
    Posts
    3

    Re: Ui

    Thanks Norfy, I was already going down that route now. Should have really replied to my own thread saying I've found a solution. Have a nice day and thanks for the help

  4. #4
    Join Date
    Jan 2004
    Location
    Upper Austria
    Posts
    215

    Re: Ui

    depending on how much time you have and what you're planning for the future of your app, you could also override the controls used (windows, menubar, etc.). this isn't a too hard task in c# and there are plenty of examples on the web.
    i'd really give it a thought!
    reboot, and everything is good

    visit my website at hochleistung.at

  5. #5
    Join Date
    Mar 2006
    Posts
    3

    Re: Ui

    yep, that's what I've done in the past and what I'll continue to do in the future

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured