User Interface or GUI Software Tool

JC0724

Weaksauce
Joined
Oct 11, 2008
Messages
105
So I am working on a research project where I am trying to create a User Interface that will Run on Windows. I don't have a lot of experience programming. I am working on getting my degree in computer science. Every class I have had programming I have used like Eclipse or Visual Studio to write my code in. The output shows in a terminal.

So there are going to be 2 grad students writing the code on the back end. I am suppose to find a Software Tool where I can like create the Layout of the UI. Like a tool where I can drag and drop a button here or put a table there, etc.

Any suggestions on what I can use?
 
If you're just prototyping: Visio, blend/sketchflow, powerpoint, pen and paper, etc.

For actual layout: Blend/Visual Studio
 
WPF editing (for example) will show a GUI editor view like this (in Visual Studio, completely drag and drop or manually editing the XAML):
IC372313.png

http://msdn.microsoft.com/en-us/library/vstudio/bb514553(v=vs.100).aspx
 
Back
Top