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

Search:

Type: Posts; User: andyinlondon

Search: Search took 0.04 seconds.

  1. This seems to be heading along the right track,...

    This seems to be heading along the right track, but I now have a further problem: when do I use the SetFocus() method so that the CEdit control retains the focus.

    I've now got a control called...
  2. I want it so that when ANY key is pressed, the...

    I want it so that when ANY key is pressed, the dialog gets a crack at it.
    In the dialog, I have buttons which represent the keys on my simulated device (which could be a calculator or a mobile phone...
  3. MFC: How do I receive WM_KEYDOWN message in a complicated dialog

    My dialog box has many different controls - buttons, list-boxes, radios etc. (but no edit controls). It is designed to be part of a hand-held device simulator (it looks like a calculator).
    I have...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured