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

Search:

Type: Posts; User: ronald_yoh

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    3,348

    this is so strange with ICommand

    I have an implementation class of ICommand as follow:

    namespace WpfApplication1
    {
    public class commandBtn
    {
    private void DoSomething()
    {

    }
  2. Replies
    1
    Views
    8,654

    CommandConverter

    Hi there,

    I have a wpf application that contains a class (say ClassA) is implementing ICommand.

    Public GenericCommand:ICommand
    {
    ......
    }

    In the other class, I have the follow code:
  3. Cannot find the type 'local:CompanyViewModel'.

    I'm having this error while using HierarchicalDataTemplate control

    Error 275 Cannot find the type 'local:CompanyViewModel'. Note that type names are case sensitive. Line 12 Position...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured