Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: String and wstring question Pin
CPallini27-Jul-08 21:13
mveCPallini27-Jul-08 21:13 
GeneralRe: String and wstring question Pin
monsieur_jj27-Jul-08 21:15
monsieur_jj27-Jul-08 21:15 
GeneralRe: String and wstring question Pin
CPallini27-Jul-08 21:25
mveCPallini27-Jul-08 21:25 
AnswerRe: String and wstring question Pin
Jijo.Raj28-Jul-08 3:13
Jijo.Raj28-Jul-08 3:13 
QuestionHow can I get the Index of a tree control Item ? Pin
SherTeks27-Jul-08 20:34
SherTeks27-Jul-08 20:34 
AnswerRe: How can I get the Index of a tree control Item ? Pin
CPallini27-Jul-08 21:45
mveCPallini27-Jul-08 21:45 
AnswerRe: How can I get the Index of a tree control Item ? Pin
SherTeks27-Jul-08 23:29
SherTeks27-Jul-08 23:29 
QuestionCListCtrl(Report Style) Pin
bravoone27-Jul-08 20:09
bravoone27-Jul-08 20:09 
how can i select all rows in report?
ex:

m_list my CListCtrl.

for(int i=0; i<m_list.getitemcount();i++)>
{
if(m_list.GetCheck(i))
{


CString s1 = m_list.GetItemText(i++,4);


m_rezult.SetWindowText(s1);


}
}


this not work ...
i whant to do somenting like this :

col1|col2|col3|
--------------
1 | 1 | 1 |
--------------
2 | 2 | 2 |
--------------
3 | 3 | 3 |
--------------

lets say i have checked row 2 and 3 and i have this :
row 2 (col3) + row3(col3) = m_result.SetWindowText(...);
How can i do that?
AnswerRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 21:07
mveCPallini27-Jul-08 21:07 
JokeRe: CListCtrl(Report Style) Pin
Rajesh R Subramanian27-Jul-08 21:55
professionalRajesh R Subramanian27-Jul-08 21:55 
GeneralRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 22:13
mveCPallini27-Jul-08 22:13 
GeneralRe: CListCtrl(Report Style) [modified] Pin
Rajesh R Subramanian27-Jul-08 22:22
professionalRajesh R Subramanian27-Jul-08 22:22 
GeneralRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 22:49
mveCPallini27-Jul-08 22:49 
AnswerRe: CListCtrl(Report Style) Pin
_AnsHUMAN_ 27-Jul-08 21:39
_AnsHUMAN_ 27-Jul-08 21:39 
GeneralRe: CListCtrl(Report Style) Pin
bravoone27-Jul-08 21:43
bravoone27-Jul-08 21:43 
GeneralRe: CListCtrl(Report Style) Pin
_AnsHUMAN_ 27-Jul-08 22:25
_AnsHUMAN_ 27-Jul-08 22:25 
GeneralRe: CListCtrl(Report Style) Pin
bravoone30-Jul-08 3:59
bravoone30-Jul-08 3:59 
QuestionCComboCompletion problem Pin
Anu_Bala27-Jul-08 18:39
Anu_Bala27-Jul-08 18:39 
AnswerRe: CComboCompletion problem Pin
_AnsHUMAN_ 27-Jul-08 19:05
_AnsHUMAN_ 27-Jul-08 19:05 
GeneralRe: CComboCompletion problem Pin
Anu_Bala27-Jul-08 19:16
Anu_Bala27-Jul-08 19:16 
GeneralRe: CComboCompletion problem Pin
_AnsHUMAN_ 27-Jul-08 20:08
_AnsHUMAN_ 27-Jul-08 20:08 
QuestionHide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Priya_Sundar27-Jul-08 18:31
Priya_Sundar27-Jul-08 18:31 
AnswerRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Nibu babu thomas27-Jul-08 19:08
Nibu babu thomas27-Jul-08 19:08 
GeneralRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Priya_Sundar27-Jul-08 19:57
Priya_Sundar27-Jul-08 19:57 
AnswerRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
beko27-Jul-08 23:24
beko27-Jul-08 23:24 

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.