Search:

Type: Posts; User: rangalo

Search: Search took 0.00 seconds.

  1. Changing color of a pushbutton in a dialog box

    Hi,

    I want to change the color of my button during runtime..

    i am writing the following code inthe OnCtlColor of my dialog box


    HBRUSH CPIVSyncDlg::OnCtlColor(CDC *pdc,CWnd *pwnd,UINT...
  2. Replies
    2
    Views
    17,817

    thanks novacain, I searched in the msdn and...

    thanks novacain,

    I searched in the msdn and found one function

    NextDlgCtrl()

    which shifts control to the next control and this works fine for me ...there is also a functino
    ...
  3. Replies
    2
    Views
    17,817

    Changing focus in an MFC Application

    Hi all,

    In my MFC application, the whole application is a modal dialog box and on the press of enter key I want to change focus from one control to the other ..in short I want to sinulate the tab...
Results 1 to 3 of 3