Creating an XAML Browser Application (XBAP) in Visual Studio
To create a new XAML Browser Application (XBAP) in Visual Studio 2008, complete the following steps:
1. From the File menu in Microsoft Visual Studio 2008, select New Project. The New Project dialog box opens.
2. Choose the appropriate .NET Framework from the Framework drop-down box in the top-right of the dialog box.
3. Under Project types, select either Visual Basic or Visual C#.
4. Choose WPF Browser Application from the list of Templates in the right pane.
Note: If using Visual Studio 2005, you may need to select XAML Browser Application (WPF) after selecting NET Framework 3.0 under Visual Basic or Visual C# in the left-side menu.
5. Enter a name for your application in the Name field and click OK.
A new Microsoft Visual Studio .NET WPF Browser Application project is created with a XAML file that will be used to define your user interface and commands in the application.
|