Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems with Edit controls in MFC(help please) Pin
David Crow12-Jan-11 2:07
David Crow12-Jan-11 2:07 
GeneralRe: Problems with Edit controls in MFC(help please) Pin
MoOoOd12-Jan-11 19:31
MoOoOd12-Jan-11 19:31 
GeneralRe: Problems with Edit controls in MFC(help please) Pin
David Crow13-Jan-11 6:48
David Crow13-Jan-11 6:48 
QuestionDynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
Larry Mills Sr1-Nov-09 4:42
Larry Mills Sr1-Nov-09 4:42 
AnswerRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
CPallini1-Nov-09 7:23
mveCPallini1-Nov-09 7:23 
AnswerRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
«_Superman_»1-Nov-09 7:34
professional«_Superman_»1-Nov-09 7:34 
GeneralRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
Larry Mills Sr1-Nov-09 17:03
Larry Mills Sr1-Nov-09 17:03 
GeneralRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
«_Superman_»1-Nov-09 17:05
professional«_Superman_»1-Nov-09 17:05 
Yes, you can change what is displayed on the dialog without closing and reopening.
For example -

The following will hide the list box and show the edit box.
GetDlgItem(IDC_LIST1)->ShowWindow(SW_HIDE);
GetDlgItem(IDC_EDIT1)->ShowWindow(SW_SHOW);


«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
Larry Mills Sr2-Nov-09 3:27
Larry Mills Sr2-Nov-09 3:27 
AnswerRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
David Crow2-Nov-09 3:50
David Crow2-Nov-09 3:50 
GeneralRe: Dynamic Loading Of Portions of Controls(List Boxes, List Controls, Edit Boxes) in a Dialog Pin
Larry Mills Sr2-Nov-09 14:05
Larry Mills Sr2-Nov-09 14:05 
QuestionI need the answer of these Question soooo much plz Pin
shafea1-Nov-09 3:59
shafea1-Nov-09 3:59 
AnswerRe: I need the answer of these Question soooo much plz Pin
Maximilien1-Nov-09 4:25
Maximilien1-Nov-09 4:25 
QuestionHow can I avoid "Socket Notification Sink" error? Pin
rambojanggoon1-Nov-09 1:19
rambojanggoon1-Nov-09 1:19 
AnswerRe: How can I avoid "Socket Notification Sink" error? Pin
Moak2-Nov-09 9:22
Moak2-Nov-09 9:22 
QuestionTo convert a DAT file to a BMP file Pin
sgd.ind31-Oct-09 20:55
sgd.ind31-Oct-09 20:55 
AnswerRe: To convert a DAT file to a BMP file Pin
Code-o-mat1-Nov-09 3:00
Code-o-mat1-Nov-09 3:00 
GeneralRe: To convert a DAT file to a BMP file Pin
sgd.ind1-Nov-09 3:21
sgd.ind1-Nov-09 3:21 
GeneralRe: To convert a DAT file to a BMP file Pin
Code-o-mat1-Nov-09 3:46
Code-o-mat1-Nov-09 3:46 
Questionconvert md5 values to decimal Pin
nuttynibbles31-Oct-09 20:14
nuttynibbles31-Oct-09 20:14 
AnswerRe: convert md5 values to decimal Pin
CPallini31-Oct-09 21:20
mveCPallini31-Oct-09 21:20 
Questionreverse division to convert decimals to dinary Pin
Omegaclass31-Oct-09 19:57
Omegaclass31-Oct-09 19:57 
AnswerRe: reverse division to convert decimals to dinary Pin
CPallini31-Oct-09 21:04
mveCPallini31-Oct-09 21:04 
GeneralRe: reverse division to convert decimals to dinary Pin
Omegaclass31-Oct-09 21:36
Omegaclass31-Oct-09 21:36 
GeneralRe: reverse division to convert decimals to dinary Pin
CPallini1-Nov-09 6:32
mveCPallini1-Nov-09 6:32 

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.