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

Search:

Type: Posts; User: user008

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. std::thread. How to check whether std::thread ended?

    How to check whether std::thread ended?
  2. Replies
    1
    Views
    375

    Is windows splitter

    How can I check is window under cursor splitter?
  3. Replies
    0
    Views
    259

    WTL. MouseWheel to child under cursor

    How to make that MouseWheel gets child under cursor instead of focused child?
  4. Replies
    0
    Views
    300

    WTL. CListViewCtrl. NOTIFY_CODE_HANDLER

    I try to use inherited from CListViewCtrl class. http://www.codeproject.com/Articles/1737/Lazy-Grid-WTL-implementation
    OnBeginEdit does not call. What did I do wrong?...
  5. Replies
    1
    Views
    315

    WTL. CTreeViewCtrl text

    Some parts of CTreeViewCtrl item text swap.
    For example I assign "[1](1)" and I see (1)[1].
  6. Replies
    3
    Views
    404

    Re: WTL. MDI. Get main frame.

    I need WTL function. I think AfxGetMainWnd is MFC function.
  7. Replies
    3
    Views
    404

    WTL. MDI. Get main frame.

    How to get main frame?
  8. Replies
    5
    Views
    569

    Re: WTL. MDI - close file

    Up
  9. Replies
    5
    Views
    569

    Re: WTL. MDI - close file

    Why not?

    class CMainFrame: ...
    {
    ...
    LPRESULT OnFileClose(WORD, WORD, HWND, BOOL&)
    {
    ...
    }
    ...
  10. Replies
    5
    Views
    569

    Re: WTL. MDI - close file

    I need to get method call when file close event happens. Currently breakpoint does not work in this method.
  11. Replies
    5
    Views
    569

    WTL. MDI - close file

    I added code in MainFrm for file closing like existing code for new file. But it does not work. What did I do wrong?

    COMMAND_ID_HANDLER(ID_FILE_CLOSE, OnFileClose)

    LPRESULT OnFileClose(WORD,...
  12. Thread: WTL splitter

    by user008
    Replies
    2
    Views
    383

    Re: WTL splitter

    Thanks
  13. Thread: WTL splitter

    by user008
    Replies
    2
    Views
    383

    WTL splitter

    I want to separate window by vertical splitter and separate left half of result by horizontal splitter. What did i do wrong?


    m_wndVertSplit.Create ( *this, rcDefault, NULL, 0, WS_EX_CLIENTEDGE...
  14. Replies
    1
    Views
    1,029

    Divide for rectangles. Minimize rectangles.

    There is the picture with cut rectangles.
    I need to divide the picture for rectangles. Count of rectangles must be minimum.
  15. Replies
    1
    Views
    1,157

    Spring mvc + Bootstrap

    How can I use Bootstrap in Spring mvc?
  16. Replies
    0
    Views
    378

    EnvDTE. Save document event

    How to make reaction for document saving event.
  17. Replies
    9
    Views
    1,157

    Re: Parse C++ function

    There would be preferably that result would be returned (success or fail) and incorrect code would be broken pretty quick. It is not difficult problem but if there is complete solution I would use it.
  18. Replies
    9
    Views
    1,157

    Re: Parse C++ function

    int f(int x, int y);
    parameter1 name x type int
    parameter2 name y type int
    return value int
  19. Replies
    9
    Views
    1,157

    Parse C++ function

    I am interested in C++ functions prototypes parsing. Are there solutions?
  20. Replies
    6
    Views
    1,131

    Re: EnvDTE. Get text

    I don't understand how to use EditPoint. Can anybody help?
  21. Replies
    6
    Views
    1,131

    Re: EnvDTE. Get text

    Is it necessary to use selection? It makes blinking.
  22. Replies
    6
    Views
    1,131

    EnvDTE. Get text

    I am editing vs add-in. I need to get text from the beginning of the document to the current position.
  23. Replies
    2
    Views
    448

    Re: MDI. Get current document name

    Thanks
  24. Replies
    2
    Views
    448

    MDI. Get current document name

    How to get current document name?
  25. Replies
    5
    Views
    583

    Re: CSplitter. Hide pane.

    Comments did not helped.
    The problem is the position of drawing region does not change. When I encrease the size of FrameWnd the new client area which beyond the old client does not painting :(....
Results 1 to 25 of 61
Page 1 of 3 1 2 3



HTML5 Development Center

Click Here to Expand Forum to Full Width