Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDisplay GIF Image(Smiley) With Animation in RichEditBox In MFC Pin
Mitul Golakiya25-Jun-09 19:34
Mitul Golakiya25-Jun-09 19:34 
QuestionReading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 19:34
krishnakumartm25-Jun-09 19:34 
AnswerRe: Reading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 19:35
krishnakumartm25-Jun-09 19:35 
AnswerRe: Reading Unicode Values from INI file Pin
norish25-Jun-09 19:42
norish25-Jun-09 19:42 
GeneralRe: Reading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 20:22
krishnakumartm25-Jun-09 20:22 
QuestionRe: Reading Unicode Values from INI file Pin
norish25-Jun-09 21:34
norish25-Jun-09 21:34 
QuestionHow to implement Copy - Paste functionality in FlexGrid Pin
pandit8425-Jun-09 19:31
pandit8425-Jun-09 19:31 
AnswerRe: How to implement Copy - Paste functionality in FlexGrid Pin
Chandrasekharan P25-Jun-09 19:44
Chandrasekharan P25-Jun-09 19:44 
You can show a cut/paste menu reacting to the OnMouseDown event. The message handler has a parameter "short Button" =1 for Left button =2 for right button. You can get the range of selected cells with GetCol() GetRow() GetCellSel() GetRowSel() The two first gives you a corner of selected cells and the two last gives you the opposite corner. You only need to call GetTextMatrix in order to obtain the cell's text and store them in some structure or array or the clipboard. To paste you only have to follow the inverse procedure. I hope this can help you

Source: CodeGuru
GeneralRe: How to implement Copy - Paste functionality in FlexGrid Pin
pandit8425-Jun-09 20:02
pandit8425-Jun-09 20:02 
QuestionWritefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 19:02
C++myLife25-Jun-09 19:02 
QuestionRe: Writefile() fun fails in OS drive of vista. Pin
norish25-Jun-09 19:13
norish25-Jun-09 19:13 
AnswerRe: Writefile() fun fails in OS drive of vista. Pin
«_Superman_»25-Jun-09 19:26
professional«_Superman_»25-Jun-09 19:26 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 19:57
C++myLife25-Jun-09 19:57 
AnswerRe: Writefile() fun fails in OS drive of vista. Pin
KarstenK25-Jun-09 21:10
mveKarstenK25-Jun-09 21:10 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
Michael Dunn25-Jun-09 21:49
sitebuilderMichael Dunn25-Jun-09 21:49 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 23:25
C++myLife25-Jun-09 23:25 
Questionhow to save image from webBrowser Control Pin
voo doo1225-Jun-09 18:24
voo doo1225-Jun-09 18:24 
QuestionConvert Byte[64] to CSTRIng Pin
p_196025-Jun-09 18:12
p_196025-Jun-09 18:12 
AnswerRe: Convert Byte[64] to CSTRIng Pin
norish25-Jun-09 19:21
norish25-Jun-09 19:21 
GeneralRe: Convert Byte[64] to CSTRIng Pin
norish25-Jun-09 19:25
norish25-Jun-09 19:25 
GeneralRe: Convert Byte[64] to CSTRIng Pin
Pavan_Putra25-Jun-09 19:37
Pavan_Putra25-Jun-09 19:37 
AnswerRe: Convert Byte[64] to CSTRIng Pin
«_Superman_»25-Jun-09 19:24
professional«_Superman_»25-Jun-09 19:24 
GeneralRe: Convert Byte[64] to CSTRIng Pin
p_196025-Jun-09 19:58
p_196025-Jun-09 19:58 
GeneralRe: Convert Byte[64] to CSTRIng Pin
«_Superman_»25-Jun-09 20:02
professional«_Superman_»25-Jun-09 20:02 
QuestionRe: Convert Byte[64] to CSTRIng Pin
Rajesh R Subramanian25-Jun-09 20:10
professionalRajesh R Subramanian25-Jun-09 20:10 

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.