Search:

Type: Posts; User: The Architect

Search: Search took 0.01 seconds.

  1. I have solved this problem now. And in case...

    I have solved this problem now. And in case anyone has the same problem, here is how I did it. I am sure there are more elegant ways of coding this, but this is what I came up with:

    First, I...
  2. It would also make my life easier if I can find...

    It would also make my life easier if I can find out what the name of the selected treeview node is.
  3. Replies
    2
    Views
    2,612

    From what I know, there is no option to be able...

    From what I know, there is no option to be able to perform this operation on build.
  4. C++ - Win32 - Finding out selected treeview item

    The following is the code I have managed to write so far for my GUI:


    #include "QSDCHub.h"
    #include "stdafx.h"

    LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
    {
    ...
Results 1 to 4 of 4