Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to determine the CListCtrl item height ? Pin
paper6723-Dec-07 2:18
paper6723-Dec-07 2:18 
AnswerRe: How to determine the CListCtrl item height ? Pin
Doc Lobster23-Dec-07 8:18
Doc Lobster23-Dec-07 8:18 
AnswerRe: How to determine the CListCtrl item height ? Pin
only coding23-Dec-07 21:22
only coding23-Dec-07 21:22 
GeneralBjarne's exception safe sample [modified] Pin
George_George23-Dec-07 1:05
George_George23-Dec-07 1:05 
GeneralRe: Bjarne's exception safe sample Pin
CPallini23-Dec-07 3:52
mveCPallini23-Dec-07 3:52 
GeneralRe: Bjarne's exception safe sample Pin
George_George23-Dec-07 16:42
George_George23-Dec-07 16:42 
GeneralNope Pin
CPallini23-Dec-07 20:50
mveCPallini23-Dec-07 20:50 
GeneralRe: Nope Pin
George_George23-Dec-07 21:04
George_George23-Dec-07 21:04 
GeneralRe: Nope Pin
CPallini23-Dec-07 21:18
mveCPallini23-Dec-07 21:18 
GeneralRe: Nope Pin
George_George23-Dec-07 21:25
George_George23-Dec-07 21:25 
GeneralRe: Nope Pin
CPallini23-Dec-07 21:41
mveCPallini23-Dec-07 21:41 
GeneralRe: Nope Pin
George_George23-Dec-07 23:17
George_George23-Dec-07 23:17 
General[Message Deleted] Pin
belle22-Dec-07 21:29
belle22-Dec-07 21:29 
GeneralRe: how to manipulate database? Pin
Paul Conrad23-Dec-07 14:30
professionalPaul Conrad23-Dec-07 14:30 
QuestionHow can i query application start ? Pin
Developer61122-Dec-07 18:10
Developer61122-Dec-07 18:10 
AnswerRe: How can i query application start ? Pin
Hamid_RT22-Dec-07 18:25
Hamid_RT22-Dec-07 18:25 
GeneralRe: How can i query application start ? Pin
Developer61122-Dec-07 19:26
Developer61122-Dec-07 19:26 
GeneralRe: How can i query application start ? Pin
Hamid_RT22-Dec-07 19:48
Hamid_RT22-Dec-07 19:48 
GeneralRe: How can i query application start ? Pin
Developer61122-Dec-07 20:56
Developer61122-Dec-07 20:56 
GeneralRe: How can i query application start ? Pin
Lim Bio Liong22-Dec-07 23:06
Lim Bio Liong22-Dec-07 23:06 
GeneralRe: How can i query application start ? Pin
Mark Salsbery23-Dec-07 8:22
Mark Salsbery23-Dec-07 8:22 
QuestionCDialog - make control invisible at run time asserts Pin
Vaclav_22-Dec-07 10:22
Vaclav_22-Dec-07 10:22 
GeneralRe: CDialog - make control invisible at run time asserts Pin
Hamid_RT22-Dec-07 18:34
Hamid_RT22-Dec-07 18:34 
QuestionRe: CDialog - make control invisible at run time asserts Pin
David Crow23-Dec-07 3:02
David Crow23-Dec-07 3:02 
GeneralRe: CDialog - make control invisible at run time asserts Pin
Vaclav_23-Dec-07 4:33
Vaclav_23-Dec-07 4:33 
Ok,
I am totally confused here. I am obviously missing some basic.
It compiles just fine and partially works - wihtout doing OnInitDialog();
The actual dialog is used in CListView as a "pop up" dialog.
I can access and change the dialog CEdit "control" variable if it is assigned as a text.
I changed it to control and tryed SetDlgItemText(IDC_EDIT1,strText);
and it did not change the text of the control. I cannot figure out how to trace this SetDlgItemText because it does not return anything.

I checked CodePoject and found good tutorial on CDialog but it stated that the "controls" must be created again at run time to change some of the states.That does not make sense to me.
Thanks for your help.I'll keep working on it.
Vaclav

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.