CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bgva2005

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    6,589

    Re: XAML + WPF namespace

    Yes I have it:

    I read at: http://msdn.microsoft.com/es-es/library/ms747086(v=vs.110).aspx : "In order to reference this custom class, you also need to include it as a reference for your...
  2. Replies
    2
    Views
    6,589

    XAML + WPF namespace

    I have this code:

    <Window x:Class="WpfSimple.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured