Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change the appearence of mouse pointer to sand Time Pin
David Crow8-Dec-08 3:10
David Crow8-Dec-08 3:10 
QuestionMicrosoft Enhanced Cryptographic Provider question Pin
monsieur_jj7-Dec-08 23:02
monsieur_jj7-Dec-08 23:02 
AnswerRe: Microsoft Enhanced Cryptographic Provider question Pin
Chris Losinger8-Dec-08 1:14
professionalChris Losinger8-Dec-08 1:14 
QuestionHow to link the edit box and spin control Pin
Member 46517417-Dec-08 22:19
Member 46517417-Dec-08 22:19 
AnswerRe: How to link the edit box and spin control Pin
Rajesh R Subramanian7-Dec-08 22:36
professionalRajesh R Subramanian7-Dec-08 22:36 
AnswerRe: How to link the edit box and spin control Pin
Code-o-mat7-Dec-08 22:42
Code-o-mat7-Dec-08 22:42 
GeneralRe: How to link the edit box and spin control Pin
Member 46517417-Dec-08 23:03
Member 46517417-Dec-08 23:03 
GeneralRe: How to link the edit box and spin control [modified] Pin
Code-o-mat7-Dec-08 23:12
Code-o-mat7-Dec-08 23:12 
You have at least 3 possibilities:
1. as someone already mentioned, use the auto-buddy feature (set that to true in the dialog editor for your spin button and make sure the spin comes right after the edit in tab order)
2. specify a control variable too for your edit button (CEdit) and pass that to SetBuddy
3. use GetDlgItem() to get a pointer for your edit control and feed that to the SetBuddy call (presuming you already have a CSPinButtonCtrl type member assigned to your spin control.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

modified on Monday, December 8, 2008 5:37 AM

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 
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 

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.