Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Standalone GUI Designer Tool?
 

Standalone GUI Designer Tool?

Hello,

A few months ago I went to a Microsoft presentation on Visual Studio 2008. One of the new tools mentioned was a GUI designer that completely separates programming from the GUI -- almost like a drawing program. It generates a form definition file that can then be plugged in to a coding environment.

Now Idon't remember the name of the tool. Can anyone help me out with the name?

Regards,

Aaron Stewart

Aaron S_  Friday, May 16, 2008 3:30 PM

Hi Aaron Stewart,

It seems you are talking about Windows Presentation Foundation (WPF). It is the graphical subsystem and is directly related to XAML. It provides a consistent programming model for building applications and provides a clear separation between the UI and the business logic. A WPF application can be deployed on the desktop or hosted in a web browser. It also enables rich control, design, and development of the visual aspects of Windows programs. It aims to unify a host of application services: user interface, 2D and 3D drawing, fixed and adaptive documents, advanced typography, vector graphics, raster graphics, animation, data binding, audio and video. You can use Visual Studio 2008 and Expression Blend to design a WPF application.

Hope this helps.
Best regards.
Rong-Chun Zhang

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Rong-Chun Zhang  Wednesday, May 21, 2008 8:19 AM

Hi Aaron Stewart,

It seems you are talking about Windows Presentation Foundation (WPF). It is the graphical subsystem and is directly related to XAML. It provides a consistent programming model for building applications and provides a clear separation between the UI and the business logic. A WPF application can be deployed on the desktop or hosted in a web browser. It also enables rich control, design, and development of the visual aspects of Windows programs. It aims to unify a host of application services: user interface, 2D and 3D drawing, fixed and adaptive documents, advanced typography, vector graphics, raster graphics, animation, data binding, audio and video. You can use Visual Studio 2008 and Expression Blend to design a WPF application.

Hope this helps.
Best regards.
Rong-Chun Zhang

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Rong-Chun Zhang  Wednesday, May 21, 2008 8:19 AM

You can use google to search for other answers

Custom Search

More Threads

• DataGridView column separator can't move beyond window limits.
• Custom Forms Designer Serializer Issue
• Designer can't find user control when dragged off toolbox
• Docking Windows in .NET
• Collection Editor
• Programatically setting the column widths in a TableLayoutPanel.
• Form dispaly area to bitmap?
• Registry editor type design(treeview control??)
• Panel with design-time support
• how can we have Image and corresponding text in ListBox