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

Search:

Type: Posts; User: Mahesha999

Search: Search took 0.02 seconds.

  1. Binding Fill property to value of node with particular id in XML

    Hi there, I have this XML file:

    <?xml version="1.0" encoding="utf-8"?>
    <Wpf>
    <wpfctrl id="NavBtnTemplate">#FFCFDEFF</wpfctrl>
    </Wpf>

    and i want to bind Fill property of My Rectangle to...
  2. Re: Allow user customizing styles of WPF controls and retaining them

    Some small direction also appreciated.
  3. Allow user customizing styles of WPF controls and retaining them

    Hi there, in my app, I want to allow user to change the style of the individual WPF element, say Button, Label etc and when it is changed, the app should show the modified style for that element....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured