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

Search:

Type: Posts; User: jduff

Search: Search took 0.20 seconds.

  1. Replies
    0
    Views
    5,676

    Binding ListView to SortedList

    I have a ListView that I want to bind to a SortedList. The SortedList is a property of a class that is a static member of my App class.

    In my C# code, I can access the SortedList as shown below......
  2. Replies
    1
    Views
    9,909

    Re: Implementing a Wizard in WPF C#

    I have continued to search for answers while hoping for a reply (none yet).

    I believe the NavigationWindow is geared toward remembering the history of selected links ala Internet Explorer. It is...
  3. Replies
    1
    Views
    9,909

    Implementing a Wizard in WPF C#

    I am writing a WPF dialog app that contains a "Create" button that launches a wizard. (The app itself is not a wizard, but launches a wizard when a button is pressed.) The wizard will present a...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured