Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: On Edit box Pin
Nelek20-Nov-07 21:31
protectorNelek20-Nov-07 21:31 
GeneralRe: On Edit box Pin
toxcct20-Nov-07 21:38
toxcct20-Nov-07 21:38 
GeneralRe: On Edit box Pin
Nelek21-Nov-07 0:45
protectorNelek21-Nov-07 0:45 
GeneralRe: On Edit box Pin
David Crow20-Nov-07 2:42
David Crow20-Nov-07 2:42 
GeneralRe: On Edit box Pin
toxcct20-Nov-07 2:51
toxcct20-Nov-07 2:51 
AnswerRe: On Edit box Pin
Haroon Sarwar20-Nov-07 0:18
Haroon Sarwar20-Nov-07 0:18 
GeneralRe: On Edit box Pin
David Crow20-Nov-07 2:49
David Crow20-Nov-07 2:49 
GeneralRe: On Edit box Pin
Chandrasekharan P20-Nov-07 19:02
Chandrasekharan P20-Nov-07 19:02 
thanks for the piece of code.. now i have another doubt.. can i use this piece of code multiple times in the DoDataExchange Function..

something like this,
<br />
        DDX_Control(pDX, IDC_EDIT1, m_edit1);<br />
	DDX_Text(pDX, IDC_EDIT2, m_edit2);<br />
	DDX_Text(pDX, IDC_EDIT3, m_edit3);<br />
	DDV_MinMaxInt(pDX, IDC_EDIT1, 1, 10);<br />
	DDV_MinMaxInt(pDX, IDC_EDIT2, 1, 20);<br />
	DDV_MinMaxInt(pDX, IDC_EDIT3, 20, 30); <br />

GeneralRe: On Edit box Pin
David Crow21-Nov-07 3:04
David Crow21-Nov-07 3:04 
QuestionRe: On Edit box Pin
David Crow20-Nov-07 2:45
David Crow20-Nov-07 2:45 
AnswerRe: On Edit box Pin
Chandrasekharan P20-Nov-07 18:11
Chandrasekharan P20-Nov-07 18:11 
GeneralRe: On Edit box Pin
David Crow21-Nov-07 3:06
David Crow21-Nov-07 3:06 
QuestionHow to insert an icon in dialogue box Pin
Shaiju Ayyappan19-Nov-07 22:52
Shaiju Ayyappan19-Nov-07 22:52 
AnswerRe: How to insert an icon in dialogue box Pin
Haroon Sarwar19-Nov-07 22:59
Haroon Sarwar19-Nov-07 22:59 
AnswerRe: How to insert an icon in dialogue box Pin
Hamid_RT20-Nov-07 0:40
Hamid_RT20-Nov-07 0:40 
QuestionHow to insert a Control Panel Icon in Edit box Pin
Shaiju Ayyappan19-Nov-07 22:44
Shaiju Ayyappan19-Nov-07 22:44 
QuestionRe: How to insert a Control Panel Icon in Edit box Pin
David Crow20-Nov-07 2:50
David Crow20-Nov-07 2:50 
QuestionHow to Access PropertSheet in MainFrame class Pin
Atul2319-Nov-07 22:39
Atul2319-Nov-07 22:39 
AnswerRe: How to Access PropertSheet in MainFrame class Pin
Roger Broomfield19-Nov-07 23:02
Roger Broomfield19-Nov-07 23:02 
AnswerRe: How to Access PropertSheet in MainFrame class Pin
David Crow20-Nov-07 2:53
David Crow20-Nov-07 2:53 
Questionhow to detect process termination Pin
harsha u19-Nov-07 22:09
harsha u19-Nov-07 22:09 
AnswerRe: how to detect process termination Pin
ThatsAlok20-Nov-07 19:57
ThatsAlok20-Nov-07 19:57 
GeneralRe: how to detect process termination Pin
harsha u20-Nov-07 21:55
harsha u20-Nov-07 21:55 
QuestionLoading *.mht files from a stream using CHTMLView Pin
sdancer7519-Nov-07 22:05
sdancer7519-Nov-07 22:05 
QuestionHow to avoid warning LNK4224: /COMMENT is no longer supported Pin
mohindar_kks19-Nov-07 22:02
mohindar_kks19-Nov-07 22:02 

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.