Click here to Skip to main content
15,907,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Should be simple CEdit Pin
toxcct15-Apr-05 1:40
toxcct15-Apr-05 1:40 
GeneralRe: (Modified)Should be simple CEdit Pin
namaskaaram15-Apr-05 2:50
namaskaaram15-Apr-05 2:50 
GeneralRe: Should be simple CEdit Pin
David Crow15-Apr-05 3:48
David Crow15-Apr-05 3:48 
GeneralRe: Should be simple CEdit Pin
Ravi Bhavnani15-Apr-05 4:10
professionalRavi Bhavnani15-Apr-05 4:10 
GeneralRe: Should be simple CEdit Pin
David Crow15-Apr-05 5:26
David Crow15-Apr-05 5:26 
QuestionHow to load picture to FlexGrid cell in MFC? Pin
jahfer14-Apr-05 23:51
jahfer14-Apr-05 23:51 
AnswerRe: How to load picture to FlexGrid cell in MFC? Pin
22491715-Apr-05 0:42
22491715-Apr-05 0:42 
GeneralRe: How to load picture to FlexGrid cell in MFC? Pin
jahfer15-Apr-05 1:42
jahfer15-Apr-05 1:42 
Dear Suhredayan,

Thank You for your great help.

The sample you pointed out helped me to reach the destination.

Here is the way that I implemented it. It is very simple.

/******************************/
CPictureHolder picHdr;
picHdr.CreateFromBitmap(IDB_BITMAP1);
m_FlexGrid.SetCol(2);
m_FlexGrid.SetRow(1);
m_FlexGrid.SetRefCellPicture(picHdr.GetPictureDispatch());
/******************************/

Thanks & Regards,
Jahfer V P

GeneralRe: How to load picture to FlexGrid cell in MFC? Pin
22491715-Apr-05 1:45
22491715-Apr-05 1:45 
GeneralGet line index of cursor in CRichEditCtrl Pin
Juanpast14-Apr-05 23:43
Juanpast14-Apr-05 23:43 
GeneralRe: Get line index of cursor in CRichEditCtrl Pin
22491715-Apr-05 0:00
22491715-Apr-05 0:00 
GeneralWM_MBUTTONDBLCLK please help me Pin
Member 68936114-Apr-05 23:08
Member 68936114-Apr-05 23:08 
GeneralRe: WM_MBUTTONDBLCLK please help me Pin
22491715-Apr-05 0:01
22491715-Apr-05 0:01 
GeneralRe: WM_MBUTTONDBLCLK please help me Pin
Member 68936115-Apr-05 8:45
Member 68936115-Apr-05 8:45 
GeneralProblem with CListCtrl Pin
Neeranjan14-Apr-05 22:52
Neeranjan14-Apr-05 22:52 
GeneralCant use Ctrl+C like commands with CFormView Pin
ugur_basak14-Apr-05 21:54
ugur_basak14-Apr-05 21:54 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
22491714-Apr-05 22:55
22491714-Apr-05 22:55 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
ugur_basak14-Apr-05 23:15
ugur_basak14-Apr-05 23:15 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
Michael Dunn15-Apr-05 6:05
sitebuilderMichael Dunn15-Apr-05 6:05 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
ugur_basak15-Apr-05 20:36
ugur_basak15-Apr-05 20:36 
GeneralLine Selection Pin
javi_jmc14-Apr-05 21:51
javi_jmc14-Apr-05 21:51 
GeneralRe: Line Selection Pin
Cedric Moonen14-Apr-05 22:12
Cedric Moonen14-Apr-05 22:12 
GeneralRe: Line Selection Pin
javi_jmc14-Apr-05 23:28
javi_jmc14-Apr-05 23:28 
GeneralRe: Line Selection Pin
Cedric Moonen14-Apr-05 23:38
Cedric Moonen14-Apr-05 23:38 
GeneralRe: Line Selection Pin
22491714-Apr-05 23:00
22491714-Apr-05 23:00 

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.