Click here to Skip to main content
16,016,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: printf and commas Pin
25-May-02 0:45
suss25-May-02 0:45 
GeneralNewbie Need Help : Set font color, style, etc... Pin
22-May-02 6:13
suss22-May-02 6:13 
GeneralRe: Newbie Need Help : Set font color, style, etc... Pin
Jason Henderson22-May-02 6:18
Jason Henderson22-May-02 6:18 
GeneralRe: Newbie Need Help : Set font color, style, etc... Pin
22-May-02 6:18
suss22-May-02 6:18 
GeneralVC++ and Database Pin
Shayna22-May-02 5:36
Shayna22-May-02 5:36 
GeneralCSpinButtonCtrl Pin
Rage22-May-02 4:53
professionalRage22-May-02 4:53 
GeneralRe: CSpinButtonCtrl Pin
Rage22-May-02 5:15
professionalRage22-May-02 5:15 
GeneralRe: CSpinButtonCtrl Pin
Alex Cramer22-May-02 16:46
Alex Cramer22-May-02 16:46 
Just place Spin near edit in the dialog editor, invoke "Layout->Tab Order" menu command, and set spin tab number after edit tab number. Then select "AutoBuddy" property of spin and it will be automatically attached to edit control. In OnInitDilog function set the spin behavior, for example:
<br />
CSpinButtonCtrl* pSpin = (CSpinButtonCtrl*) GetDlgItem(IDC_FREQ_SPIN);<br />
	pSpin->SetRange(0, 20000);<br />

GeneralRe: CSpinButtonCtrl Pin
Michael Dunn22-May-02 19:11
sitebuilderMichael Dunn22-May-02 19:11 
GeneralRe: CSpinButtonCtrl Pin
Alex Cramer22-May-02 20:34
Alex Cramer22-May-02 20:34 
GeneralDialog Box Precise Location. Pin
DeepBlue22-May-02 4:44
DeepBlue22-May-02 4:44 
GeneralRe: Dialog Box Precise Location. Pin
Chris Losinger22-May-02 4:53
professionalChris Losinger22-May-02 4:53 
GeneralRe: Dialog Box Precise Location. Pin
DeepBlue22-May-02 4:52
DeepBlue22-May-02 4:52 
GeneralRe: Dialog Box Precise Location. Pin
Chris Losinger22-May-02 5:08
professionalChris Losinger22-May-02 5:08 
GeneralRe: Dialog Box Precise Location. Pin
Carlos Antollini22-May-02 5:14
Carlos Antollini22-May-02 5:14 
GeneralRe: Dialog Box Precise Location. Pin
Rage22-May-02 5:20
professionalRage22-May-02 5:20 
GeneralRe: Dialog Box Precise Location. Pin
Carlos Antollini22-May-02 5:32
Carlos Antollini22-May-02 5:32 
GeneralRe: Dialog Box Precise Location. Pin
Rage22-May-02 4:58
professionalRage22-May-02 4:58 
GeneralRe: Dialog Box Precise Location. Pin
Renjith Ramachandran22-May-02 7:11
Renjith Ramachandran22-May-02 7:11 
GeneralRe: Dialog Box Precise Location. Pin
Michael Dunn22-May-02 19:13
sitebuilderMichael Dunn22-May-02 19:13 
GeneralRe: Dialog Box Precise Location. Pin
25-May-02 0:49
suss25-May-02 0:49 
GeneralDeveloping for Exchange 2000 Pin
Michael P Butler22-May-02 4:38
Michael P Butler22-May-02 4:38 
GeneralMemory Leaks Pin
JohnnyG22-May-02 4:30
JohnnyG22-May-02 4:30 
GeneralRe: Memory Leaks Pin
Chris Losinger22-May-02 4:44
professionalChris Losinger22-May-02 4:44 
GeneralRe: Memory Leaks Pin
Tim Smith22-May-02 4:49
Tim Smith22-May-02 4:49 

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.