Click here to Skip to main content
15,867,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Two top most windows, one always above the other Pin
Member 449830414-Apr-09 7:13
Member 449830414-Apr-09 7:13 
GeneralRe: Two top most windows, one always above the other Pin
Iain Clarke, Warrior Programmer14-Apr-09 8:51
Iain Clarke, Warrior Programmer14-Apr-09 8:51 
GeneralRe: Two top most windows, one always above the other Pin
Member 449830414-Apr-09 9:01
Member 449830414-Apr-09 9:01 
Questionpower point automation. Pin
SRKSHOME14-Apr-09 2:49
SRKSHOME14-Apr-09 2:49 
AnswerRe: power point automation. Pin
VC++Maniac14-Apr-09 2:55
VC++Maniac14-Apr-09 2:55 
GeneralRe: power point automation. Pin
SRKSHOME14-Apr-09 3:12
SRKSHOME14-Apr-09 3:12 
QuestionNo copy paste support in editbox [modified] Pin
VC++Maniac14-Apr-09 2:37
VC++Maniac14-Apr-09 2:37 
AnswerRe: No copy paste support in editbox Pin
Iain Clarke, Warrior Programmer14-Apr-09 3:10
Iain Clarke, Warrior Programmer14-Apr-09 3:10 
This is an excellent article explaining all the nuts and bolts of MFC's command routing.
http://www.microsoft.com/msj/0795/dilascia/dilascia.aspx[^]
There will be an exam to make sure you've read it before you're allowed to have any more biscuits. Ever.

Once you've read it, the following will make sense:
I think you need to add an OnCmdMsg handler to your View class, to give the temporary edit box a quick bite at the cherry. Alternatively, use the CMyView::OnEditCopy handler to send a WM_COPY message to your edit box, if it exists. (and same for paste, cut...)

Good luck,

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

QuestionExternal Hard Disk Drive Temperature Pin
Abinash Mohanty14-Apr-09 1:59
Abinash Mohanty14-Apr-09 1:59 
QuestionRe: External Hard Disk Drive Temperature Pin
David Crow14-Apr-09 2:35
David Crow14-Apr-09 2:35 
AnswerRe: External Hard Disk Drive Temperature Pin
Michael Schubert14-Apr-09 6:49
Michael Schubert14-Apr-09 6:49 
GeneralRe: External Hard Disk Drive Temperature Pin
Abinash Mohanty15-Apr-09 18:17
Abinash Mohanty15-Apr-09 18:17 
QuestionAdd member variable taking forever... Pin
Rajesh R Subramanian14-Apr-09 1:41
professionalRajesh R Subramanian14-Apr-09 1:41 
AnswerRe: Add member variable taking forever... Pin
_AnsHUMAN_ 14-Apr-09 2:02
_AnsHUMAN_ 14-Apr-09 2:02 
GeneralRe: Add member variable taking forever... Pin
Rajesh R Subramanian14-Apr-09 2:51
professionalRajesh R Subramanian14-Apr-09 2:51 
GeneralRe: Add member variable taking forever... Pin
David Crow14-Apr-09 3:45
David Crow14-Apr-09 3:45 
GeneralRe: Add member variable taking forever... Pin
Rajesh R Subramanian14-Apr-09 4:22
professionalRajesh R Subramanian14-Apr-09 4:22 
AnswerRe: Add member variable taking forever... Pin
Iain Clarke, Warrior Programmer14-Apr-09 3:12
Iain Clarke, Warrior Programmer14-Apr-09 3:12 
GeneralRe: Add member variable taking forever... Pin
Rajesh R Subramanian14-Apr-09 4:25
professionalRajesh R Subramanian14-Apr-09 4:25 
GeneralRe: Add member variable taking forever... Pin
CPallini14-Apr-09 5:56
mveCPallini14-Apr-09 5:56 
AnswerRe: Add member variable taking forever... Pin
Eytukan14-Apr-09 8:28
Eytukan14-Apr-09 8:28 
QuestionHow to open a browse dialog with a specific folder in selected state Pin
V K 214-Apr-09 1:30
V K 214-Apr-09 1:30 
AnswerRe: How to open a browse dialog with a specific folder in selected state Pin
Hamid_RT14-Apr-09 1:35
Hamid_RT14-Apr-09 1:35 
GeneralRe: How to open a browse dialog with a specific folder in selected state Pin
V K 214-Apr-09 1:40
V K 214-Apr-09 1:40 
QuestionRe: How to open a browse dialog with a specific folder in selected state Pin
David Crow14-Apr-09 2:39
David Crow14-Apr-09 2:39 

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.