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

Search:

Type: Posts; User: piedpiper

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    5,751

    Re: Detect Keyboard Input

    How much Windows programming do you know? Can you display a form and is it just keyboard input which is new?

    What tools are you using?
  2. Replies
    2
    Views
    1,359

    Re: CHeaderCtrl w/ HDN_DIVIDERDBLCLICK

    I also want to know this; more than 10 years after you.
  3. Replies
    4
    Views
    5,060

    Re: Sequence of Window Events in MFC

    You mean that I implement all the overridable methods, and then set breakpoints on each of them, and then take notes which one got called first, and which one was second, and so on?

    Shouldn't this...
  4. Re: Passing Parameters to a View from CMDIFrameWnd

    which means that there is no way to pass the parameter?

    Would this approach of accessing back the main window thread-safe? Is there any way a second view is created by the time I access the main...
  5. Replies
    4
    Views
    5,060

    Sequence of Window Events in MFC

    Hi,

    Can someone point to a resource which explains the sequence in which various events are fired when a Window is created? I am specially interested in the events fired for creation/ showing a ...
  6. Passing Parameters to a View from CMDIFrameWnd

    Hi,

    When I create a document in an MDI app from CMDIFrameWnd, the associated view is automatically created. Now, I want to pass the View (a subclass of CMDIChildWnd) some parameters from...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured