Search:

Type: Posts; User: alzado

Search: Search took 0.01 seconds.

  1. Thread: MFC Question

    by alzado
    Replies
    2
    Views
    1,178

    This is similiar to a question I posted last...

    This is similiar to a question I posted last week. This is the line of code I ended up using. Do a search in Help for an explanation on how to use it.

    m_ptrCEdit =...
  2. Replies
    2
    Views
    6,014

    For anyone interested Marting from Clear Creek...

    For anyone interested Marting from Clear Creek Software came up with what got me out of the hole. It was a matter of going to the acceleration tables (under resources) and catching the keystroke as...
  3. Replies
    2
    Views
    6,014

    MFC reacting to arrow keys

    Greetings and such,
    Can anyone tell me how to catch the keyboard input of up and down arrows in an MFC dialog box?
    Keydown doesn't seem to work;

    void CRCISDlg::OnKeyDown(UINT nChar,...
  4. Replies
    2
    Views
    2,250

    Thanks for the support. I'm not sure what MFC...

    Thanks for the support.

    I'm not sure what MFC class / function can be used to monitor keystrokes without interferring with the data input.

    Also now to simulate the tab key.

    I'm now looking...
  5. Replies
    2
    Views
    2,250

    V C++; dialog box; tab order; advancing thru

    Greetings and such,
    I finally got my first sale of custom coding. :D Unfortunately, the client wants a "minor" change... :confused:

    In the standard dialog boxes the tab order can be...
Results 1 to 5 of 5