Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to simulate the mspaint... Pin
dousao12-May-11 17:08
dousao12-May-11 17:08 
AnswerRe: how to simulate the mspaint... Pin
KingsGambit12-May-11 18:38
KingsGambit12-May-11 18:38 
AnswerRe: how to simulate the mspaint... Pin
«_Superman_»12-May-11 20:20
professional«_Superman_»12-May-11 20:20 
AnswerRe: how to simulate the mspaint... Pin
Amarnath S12-May-11 22:34
professionalAmarnath S12-May-11 22:34 
QuestionCPropertySheet/CPropertyPage Pin
Bram van Kampen12-May-11 15:29
Bram van Kampen12-May-11 15:29 
QuestionRe: CPropertySheet/CPropertyPage Pin
JohnCz14-May-11 11:37
JohnCz14-May-11 11:37 
QuestionProblem with ActiveX: 0x80020005 (DISP_E_TYPEMISMATCH) Pin
XIpsYloNZ12-May-11 3:43
XIpsYloNZ12-May-11 3:43 
QuestionMS Flex Grid using VC++ Merge Cells not working... Pin
spalanivel12-May-11 3:10
spalanivel12-May-11 3:10 
Hi,
I am using MS Flexgrid 6.0 in my MFC VC++ application. Trying to merge cells when the adjacent cells having same value.

Input:

------------------
Col1 Col2 Col3
------------------
ABC BBC CCD
BBV BBV DDC
CCD CCD RRD


And need the Outcome as;

------------------
Col1 Col2 Col3
------------------
ABC BBC CCD
BBV DDC
CCD RRD


From above 2nd and 3rd row the adjacent cells having the same value(BBV and CCD) and its merged. I tried with m_Grid.SetmergeCells(4) but its not working. How to acheive? Any sample code..

Reg,
Palav.
Questionhow to get the file icon if this file doesnot have type name[solved] Pin
yu-jian12-May-11 3:01
yu-jian12-May-11 3:01 
AnswerRe: how to get the file icon if this file doesnot have type name Pin
Richard MacCutchan12-May-11 3:35
mveRichard MacCutchan12-May-11 3:35 
QuestionOwner draw button's font problem. [modified] Pin
Malli_S12-May-11 2:33
Malli_S12-May-11 2:33 
AnswerRe: Owner draw button's font problem. Pin
Richard MacCutchan12-May-11 3:32
mveRichard MacCutchan12-May-11 3:32 
GeneralRe: Owner draw button's font problem. Pin
Malli_S13-May-11 3:22
Malli_S13-May-11 3:22 
GeneralRe: Owner draw button's font problem. Pin
Richard MacCutchan13-May-11 4:04
mveRichard MacCutchan13-May-11 4:04 
GeneralRe: Owner draw button's font problem. Pin
Richard MacCutchan13-May-11 4:46
mveRichard MacCutchan13-May-11 4:46 
Questionhow to move images in same list control Pin
rjkg12-May-11 0:52
rjkg12-May-11 0:52 
AnswerRe: how to move images in same list control Pin
Richard MacCutchan12-May-11 3:28
mveRichard MacCutchan12-May-11 3:28 
QuestionHow can I know which item was selected in TreeCtrl ? Pin
_Flaviu12-May-11 0:45
_Flaviu12-May-11 0:45 
AnswerRe: How can I know which item was selected in TreeCtrl ? Pin
Niklas L12-May-11 2:16
Niklas L12-May-11 2:16 
GeneralRe: How can I know which item was selected in TreeCtrl ? Pin
_Flaviu12-May-11 2:26
_Flaviu12-May-11 2:26 
QuestionRe: How can I know which item was selected in TreeCtrl ? Pin
David Crow12-May-11 3:06
David Crow12-May-11 3:06 
AnswerRe: How can I know which item was selected in TreeCtrl ? Pin
_Flaviu12-May-11 3:12
_Flaviu12-May-11 3:12 
GeneralRe: How can I know which item was selected in TreeCtrl ? Pin
Richard MacCutchan12-May-11 3:27
mveRichard MacCutchan12-May-11 3:27 
GeneralRe: How can I know which item was selected in TreeCtrl ? Pin
David Crow12-May-11 3:42
David Crow12-May-11 3:42 
GeneralRe: How can I know which item was selected in TreeCtrl ? Pin
_Flaviu12-May-11 6:57
_Flaviu12-May-11 6:57 

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.