• 0

Windows UI Mockups - How?


Question

Sorry, but I can't find the MS aquivalent for MacOS' "InterfaceBuilder". I need to create an application mockup for an IT course, complete with menus.

P.S. What tools does a windows programmer use for actual programming? I'm coming from MacOS and Apple distributed their programmingtool on their website, but I cant find anything like that on MS' site.

Link to comment
https://www.neowin.net/forum/topic/775358-windows-ui-mockups-how/
Share on other sites

11 answers to this question

Recommended Posts

  • 0

For native Windows development, there is no GUI editor. It is all done in code.

If you just want to make a mockup, the easiest way is to download Visual C# 2008 Express and create a Windows Forms Application project. This will let you make a complete GUI just by pointing and clicking without writing a single line of code. It is managed though, which means the machine you intend to run the mockup program on has to have the version of the .NET framework you target it for (top right corner of the new project dialog).

  • 0
  BGM said:
haha, keep preaching hdood, i curse wpf every day at work... POS

WPF isn't THAT bad. It's got some issues, mainly the fact that Microsoft designed it to work without using hardware, but if they keep working on it, it'll be extremely useful in the near future. Programmers that aren't all that skilled, like myself, find packages like that much easier to work with than DirectX.

  • 0
  mrmckeb said:
WPF isn't THAT bad. It's got some issues, mainly the fact that Microsoft designed it to work without using hardware, but if they keep working on it, it'll be extremely useful in the near future. Programmers that aren't all that skilled, like myself, find packages like that much easier to work with than DirectX.

Although I do agree it isn't THAT bad, there is nothing compelling (bar the fancy graphics) me to switch up from windows forms..

The plethora of nested elements to design the UI is difficult to work with / remember

The text rendering is ropey at best (although looks slightly better on Vista and Win7)

The platform is slow on older systems, I don't know if this is related to graphics acceleration

I believe there is plenty of potential, but it is far too immature at the moment.. I look forward to future versions. :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.