Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to code a menu un a browser
Message
 
 
À
24/02/2010 03:26:27
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Environment:
VB 9.0
Divers
Thread ID:
01450668
Message ID:
01450860
Vues:
40
here is the code where i have and error in "!Menu" adn other parts and i pste it from a book of microsoft
<Window x:Class="Browser"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="My Own Wpf Browser" Height="480" Width="640" Name="Browser"
    Icon="face02.ico" SizeToContent="WidthAndHeight"
    WindowStartupLocation="CenterScreen"   >
    
   <Grid Name="grid1">
    <DockPanel x:Uid="DockPanel_1">
        < !Menu Bar>
        <Menu x:Uid="Menu_1" Background="White" Name="_MainMenu" DockPanel.Dock="Top">
            <! Navigate Menu>
            <MenuItem x:Uid="NavigateMenu" Header="_Navigate" />
                <! Help Menu>
                <MenuItem x:Uid="HelpMenu" Header="_Help">
                    <MenuItem x:Uid="AboutMenu" Header="_About" />
                    </MenuItem>
        </Menu>
    </DockPanel>
    </Grid>

</Window>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform