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

Search:

Type: Posts; User: avibiter

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,267

    XAML resources

    Hello
    can i define an existing instance of a custom datatype that i've created as an XAML resource?
    by existing i mean that it was insatantiated in the behind code and i cant init it using XAML...
  2. Replies
    1
    Views
    5,798

    Update TextBox with data binding

    i made data binding between a textbox and an array
    my question is : when the array values change, does the value in the textbox changes immediately?
    and if not how could i make it change.
  3. Replies
    1
    Views
    5,242

    Re: Menu and Content not working.

    you must put the menu and the grid with the button (or just the button) in a single main grid so the main window will have only one child
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured