Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get text selected from other running programs Pin
josip cagalj13-Aug-07 23:33
josip cagalj13-Aug-07 23:33 
AnswerRe: Get text selected from other running programs Pin
Iain Clarke, Warrior Programmer13-Aug-07 22:29
Iain Clarke, Warrior Programmer13-Aug-07 22:29 
GeneralRe: Get text selected from other running programs Pin
josip cagalj13-Aug-07 23:30
josip cagalj13-Aug-07 23:30 
QuestionHow to Change the Cursor Pin
santhoshv8413-Aug-07 21:19
santhoshv8413-Aug-07 21:19 
AnswerRe: How to Change the Cursor Pin
Hamid_RT13-Aug-07 21:40
Hamid_RT13-Aug-07 21:40 
GeneralRe: How to Change the Cursor Pin
santhoshv8413-Aug-07 22:04
santhoshv8413-Aug-07 22:04 
QuestionRe: How to Change the Cursor Pin
David Crow14-Aug-07 3:06
David Crow14-Aug-07 3:06 
AnswerRe: How to Change the Cursor Pin
Iain Clarke, Warrior Programmer13-Aug-07 22:31
Iain Clarke, Warrior Programmer13-Aug-07 22:31 
It sounds like you need to handle WM_SETCURSOR in your sliding dialogs. But this would only handle the cursor on the dialog itself, not on any buttons, static controls etc. To handle all those cases would be possible by using subclassed controls also, but it sounds like rather a lot of work...

You also have the separate problem of turning an arbitary bitmap into a cursor!

Iain.



AnswerRe: How to Change the Cursor Pin
Nelek13-Aug-07 23:20
protectorNelek13-Aug-07 23:20 
QuestionWord Automation Pin
vicky0000013-Aug-07 21:19
vicky0000013-Aug-07 21:19 
AnswerRe: Word Automation Pin
Hamid_RT13-Aug-07 21:41
Hamid_RT13-Aug-07 21:41 
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 
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 

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.