Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ComboBox Pin
«_Superman_»25-Jun-09 20:42
professional«_Superman_»25-Jun-09 20:42 
Question[Message Deleted] Pin
p_196025-Jun-09 20:02
p_196025-Jun-09 20:02 
AnswerRe: convert const * char to CString.. Pin
«_Superman_»25-Jun-09 20:03
professional«_Superman_»25-Jun-09 20:03 
JokeRe: convert const * char to CString.. Pin
Pavan_Putra25-Jun-09 20:06
Pavan_Putra25-Jun-09 20:06 
AnswerRe: convert const * char to CString.. Pin
Rajesh R Subramanian25-Jun-09 20:20
professionalRajesh R Subramanian25-Jun-09 20:20 
GeneralRe: convert const * char to CString.. Pin
p_196025-Jun-09 20:26
p_196025-Jun-09 20:26 
AnswerRe: convert const * char to CString.. Pin
Rajesh R Subramanian25-Jun-09 20:30
professionalRajesh R Subramanian25-Jun-09 20:30 
JokeRe: convert const * char to CString.. Pin
«_Superman_»25-Jun-09 20:43
professional«_Superman_»25-Jun-09 20:43 
JokeRe: convert const * char to CString.. Pin
CPallini25-Jun-09 21:36
mveCPallini25-Jun-09 21:36 
GeneralRe: convert const * char to CString.. Pin
Rajesh R Subramanian25-Jun-09 22:02
professionalRajesh R Subramanian25-Jun-09 22:02 
GeneralRe: convert const * char to CString.. Pin
pipaliya chirag6-Sep-11 23:51
pipaliya chirag6-Sep-11 23:51 
GeneralRe: convert const * char to CString.. Pin
Fatbuddha 125-Jun-09 21:59
Fatbuddha 125-Jun-09 21:59 
GeneralRe: convert const * char to CString.. Pin
Defender Scott20-Dec-10 6:04
Defender Scott20-Dec-10 6:04 
GeneralRe: convert const * char to CString.. Pin
kadvanimayur6-Sep-11 23:40
kadvanimayur6-Sep-11 23:40 
AnswerRe: convert const * char to CString.. Pin
norish25-Jun-09 20:21
norish25-Jun-09 20:21 
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 

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.