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

Search:

Type: Posts; User: EagleSparrow

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    16,825

    Re: Changing Lists in WPF problem

    Ho do I make sure of that? the viewmodel is tied to the main window. I will need other viewmodels as well for other controls and do not know the best way to do that. Most people make a collection of...
  2. Replies
    5
    Views
    16,825

    Re: Changing Lists in WPF problem

    Ok. I will try it. However it has not worked in the past. The OnFinishDownloadMeterUpdate event is part of the view model and the hardware item is an object of that model right now. Trying to figure...
  3. Replies
    5
    Views
    16,825

    Changing Lists in WPF problem

    I am populating a list out of entity framework from a database. However I have to get live data from a piece of hardware and then selectively add the data to the database. I have the itemsource set...
  4. WPF Binding Problem with ObservableCollection

    I am having a problem binding a log file to a WPF list control.
    My list is ObservableCollection<string>

    My data changes through an even under the hood. My list should change in the window. I do...
  5. Replies
    1
    Views
    19,041

    WPF and virtual Mouse Click

    Hi
    I need to generate a mouse click for any control themed or not on a Window from the view model. I need to to a Click Programmatically because I am gating on a flag coming from a a hardware...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured