Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to link the edit box and spin control Pin
Member 46517417-Dec-08 23:33
Member 46517417-Dec-08 23:33 
GeneralRe: How to link the edit box and spin control Pin
Code-o-mat7-Dec-08 23:37
Code-o-mat7-Dec-08 23:37 
GeneralRe: How to link the edit box and spin control Pin
Member 46517417-Dec-08 23:46
Member 46517417-Dec-08 23:46 
GeneralRe: How to link the edit box and spin control Pin
Code-o-mat8-Dec-08 0:14
Code-o-mat8-Dec-08 0:14 
GeneralRe: How to link the edit box and spin control Pin
Member 46517418-Dec-08 0:16
Member 46517418-Dec-08 0:16 
GeneralRe: How to link the edit box and spin control Pin
Member 46517417-Dec-08 23:48
Member 46517417-Dec-08 23:48 
AnswerRe: How to link the edit box and spin control Pin
SandipG 7-Dec-08 22:46
SandipG 7-Dec-08 22:46 
AnswerRe: How to link the edit box and spin control Pin
David Crow8-Dec-08 3:25
David Crow8-Dec-08 3:25 
In the resource editor:

  • set the spin control's tab order immediately after the edit control
  • set the spin control's alignment property to Right (or Left)
  • check both the "Auto buddy" and "Set buddy integer" checkboxes

    In the dialog's OnInitDialog() method, set the value via the edit control's SetWindowText() method.

    "Love people and use things, not love things and use people." - Unknown

    "The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


  • QuestionDraw image on other bitmap image in pocket pc Pin
    ~Khatri Mitesh~7-Dec-08 20:26
    ~Khatri Mitesh~7-Dec-08 20:26 
    AnswerRe: Draw image on other bitmap image in pocket pc Pin
    Code-o-mat7-Dec-08 22:12
    Code-o-mat7-Dec-08 22:12 
    Questioncreating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 19:23
    K. Sushilkumar7-Dec-08 19:23 
    AnswerRe: creating dialogs in a loop Pin
    sushrut837-Dec-08 19:43
    sushrut837-Dec-08 19:43 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 20:17
    K. Sushilkumar7-Dec-08 20:17 
    AnswerRe: creating dialogs in a loop Pin
    Randor 7-Dec-08 20:16
    professional Randor 7-Dec-08 20:16 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 20:21
    K. Sushilkumar7-Dec-08 20:21 
    GeneralRe: creating dialogs in a loop Pin
    KarstenK7-Dec-08 21:02
    mveKarstenK7-Dec-08 21:02 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 22:19
    K. Sushilkumar7-Dec-08 22:19 
    GeneralRe: creating dialogs in a loop Pin
    Randor 7-Dec-08 21:28
    professional Randor 7-Dec-08 21:28 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 21:35
    K. Sushilkumar7-Dec-08 21:35 
    GeneralRe: creating dialogs in a loop Pin
    Randor 7-Dec-08 22:38
    professional Randor 7-Dec-08 22:38 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar7-Dec-08 22:58
    K. Sushilkumar7-Dec-08 22:58 
    AnswerRe: creating dialogs in a loop Pin
    Iain Clarke, Warrior Programmer8-Dec-08 0:42
    Iain Clarke, Warrior Programmer8-Dec-08 0:42 
    GeneralRe: creating dialogs in a loop Pin
    K. Sushilkumar8-Dec-08 1:46
    K. Sushilkumar8-Dec-08 1:46 
    GeneralRe: creating dialogs in a loop Pin
    Iain Clarke, Warrior Programmer8-Dec-08 2:11
    Iain Clarke, Warrior Programmer8-Dec-08 2:11 
    AnswerRe: creating dialogs in a loop Pin
    David Crow8-Dec-08 3:51
    David Crow8-Dec-08 3:51 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.