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

Search:

Type: Posts; User: Rhyous

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    626

    Re: Just wondering how you's remember stuff?

    I keep everything I learn on my blog. I also keep a list of small sample projects. I refer back to both all the time.
  2. Replies
    2
    Views
    16,338

    Re: TreeView- Dynamically Add Items

    Have a look at this page:
    http://www.codeproject.com/KB/WPF/TreeViewWithViewModel.aspx
  3. Replies
    1
    Views
    7,001

    Re: WPF binding with viewmodel property

    Can you post more code?

    If you can't post more, start a new project that you can post with the minimal code to duplicate the issue and post that code.
  4. Replies
    3
    Views
    22,086

    Re: Read 64-bit registry with 32-bit app

    I did extensive research on this and found that in .NET 4 it is handled easy with managed code, but prior to .NET 4, you have to load DLLIMport advapi32.dll.

    Here is my research.
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured