Click here to Skip to main content
15,927,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Word Automation Pin
vicky0000013-Aug-07 22:28
vicky0000013-Aug-07 22:28 
AnswerRe: Word Automation Pin
Roger Broomfield13-Aug-07 23:45
Roger Broomfield13-Aug-07 23:45 
QuestionRTF of a Text Pin
Jhony george13-Aug-07 21:00
Jhony george13-Aug-07 21:00 
AnswerRe: RTF of a Text Pin
karle13-Aug-07 22:40
karle13-Aug-07 22:40 
AnswerRe: RTF of a Text Pin
normanS15-Aug-07 10:08
normanS15-Aug-07 10:08 
QuestionVisual Studio crashed with using java.exe to load DLL Pin
George_George13-Aug-07 20:35
George_George13-Aug-07 20:35 
QuestionHow to handle WM_NCLBUTTONUP in my window. Pin
ss43113-Aug-07 19:13
ss43113-Aug-07 19:13 
AnswerRe: How to handle WM_NCLBUTTONUP in my window. Pin
Iain Clarke, Warrior Programmer13-Aug-07 22:36
Iain Clarke, Warrior Programmer13-Aug-07 22:36 
First thing I would do is handle (at least as a test) WM_NCLBUTTONDOWN. Its quite possible that something is grabbing the down button, and then capturing the mouse until an UP comes along, bypassing you.

If you can't see the DOWN message, then you've probably not added the handler properly.

Another possibility...

The view itself doesn't actually *have* a caption bar - its provided by the CChildFrame in a non-maximised MDI frame, or the CMainFrame in a SDI app, or a maximised view. So you may be subclassing the wrong window!

Iain.



Questionshutdown system on a particular time using vc++ Pin
p_13-Aug-07 19:06
p_13-Aug-07 19:06 
AnswerRe: shutdown system on a particular time using vc++ Pin
Hamid_RT13-Aug-07 19:58
Hamid_RT13-Aug-07 19:58 
Questionarray -- foo, &foo and &foo[0] Pin
George_George13-Aug-07 18:36
George_George13-Aug-07 18:36 
AnswerRe: array -- foo, &foo and &foo[0] Pin
jimfisher13-Aug-07 18:55
jimfisher13-Aug-07 18:55 
GeneralRe: array -- foo, &foo and &foo[0] Pin
George_George13-Aug-07 20:04
George_George13-Aug-07 20:04 
GeneralRe: array -- foo, &foo and &foo[0] Pin
jimfisher14-Aug-07 5:45
jimfisher14-Aug-07 5:45 
GeneralRe: array -- foo, &foo and &foo[0] Pin
George_George14-Aug-07 16:11
George_George14-Aug-07 16:11 
AnswerRe: array -- foo, &foo and &foo[0] Pin
Iain Clarke, Warrior Programmer13-Aug-07 22:46
Iain Clarke, Warrior Programmer13-Aug-07 22:46 
GeneralRe: array -- foo, &foo and &foo[0] Pin
George_George13-Aug-07 23:23
George_George13-Aug-07 23:23 
GeneralRe: array -- foo, &foo and &foo[0] Pin
Iain Clarke, Warrior Programmer13-Aug-07 23:36
Iain Clarke, Warrior Programmer13-Aug-07 23:36 
GeneralRe: array -- foo, &foo and &foo[0] Pin
George_George13-Aug-07 23:50
George_George13-Aug-07 23:50 
QuestionDisabling shortcut in Visual C++ [modified] Pin
jimfisher13-Aug-07 18:15
jimfisher13-Aug-07 18:15 
AnswerRe: Disabling shortcut in Visual C++ Pin
Iain Clarke, Warrior Programmer13-Aug-07 22:56
Iain Clarke, Warrior Programmer13-Aug-07 22:56 
QuestionRe: Disabling shortcut in Visual C++ Pin
David Crow14-Aug-07 3:12
David Crow14-Aug-07 3:12 
AnswerRe: Disabling shortcut in Visual C++ Pin
jimfisher14-Aug-07 5:20
jimfisher14-Aug-07 5:20 
Questionfatal error C1001: INTERNAL COMPILER ERROR Pin
itkid13-Aug-07 18:11
itkid13-Aug-07 18:11 
AnswerRe: fatal error C1001: INTERNAL COMPILER ERROR Pin
jimfisher13-Aug-07 18:20
jimfisher13-Aug-07 18:20 

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.