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

Search:

Type: Posts; User: tomatolover

Search: Search took 0.02 seconds.

  1. Re: page in frame how to talk to controls in window?

    Alright, thanks. I searched "ViewModel" and "Data Model" and I think I came up with something related to WPF...

    http://blogs.msdn.com/dancre/archive/2006/07/23/676300.aspx

    I think this is...
  2. Re: page in frame how to talk to controls in window?

    I think you misunderstand me. I am asking how to manipulate a control that is not in the scope of the button.

    void onClick(object sender, EventArgs args) {
    control.DoSomething();
    }

    I...
  3. page in frame how to talk to controls in window?

    Sometimes I can't think of the correct google searches, so please forgive me for asking such a basic question.

    I have a MainWindow from the Window class. It contains a Frame control. The frame...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured