Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDev-Studio Add in question Pin
YaronNir17-Aug-03 23:41
YaronNir17-Aug-03 23:41 
GeneralRe: Dev-Studio Add in question Pin
Rage18-Aug-03 5:13
professionalRage18-Aug-03 5:13 
GeneralRe: Dev-Studio Add in question Pin
YaronNir18-Aug-03 5:15
YaronNir18-Aug-03 5:15 
GeneralRe: Dev-Studio Add in question Pin
Rage18-Aug-03 5:42
professionalRage18-Aug-03 5:42 
GeneralChanging cursor Pin
Cedric Moonen17-Aug-03 23:19
Cedric Moonen17-Aug-03 23:19 
GeneralRe: Changing cursor Pin
Fredrik Skog18-Aug-03 0:40
Fredrik Skog18-Aug-03 0:40 
GeneralRe: Changing cursor Pin
Cedric Moonen18-Aug-03 1:05
Cedric Moonen18-Aug-03 1:05 
GeneralRe: Changing cursor Pin
Iain Clarke, Warrior Programmer18-Aug-03 1:05
Iain Clarke, Warrior Programmer18-Aug-03 1:05 
The docs are right. You need to set the cursor for the window class to NULL. You also need to handle
the WM_SETCURSOR message too. This message is called by the OS when the mouse is moved.

If you want to immediately change the cursor, you use SetCursor as you have already seen.

So its a combination of all three things.

Iain.

GeneralRe: Changing cursor Pin
Cedric Moonen18-Aug-03 1:14
Cedric Moonen18-Aug-03 1:14 
GeneralRe: Changing cursor Pin
Iain Clarke, Warrior Programmer18-Aug-03 1:28
Iain Clarke, Warrior Programmer18-Aug-03 1:28 
GeneralRe: Changing cursor Pin
Cedric Moonen18-Aug-03 1:48
Cedric Moonen18-Aug-03 1:48 
GeneralRe: Changing cursor Pin
Rage18-Aug-03 5:15
professionalRage18-Aug-03 5:15 
QuestionIs there timer immediately can be killed in ATL ? Pin
vgrigor17-Aug-03 23:12
vgrigor17-Aug-03 23:12 
AnswerRe: Is there timer immediately can be killed in ATL ? Pin
Alexander M.,18-Aug-03 2:02
Alexander M.,18-Aug-03 2:02 
AnswerRe: Is there timer immediately can be killed in ATL ? Pin
John M. Drescher18-Aug-03 2:51
John M. Drescher18-Aug-03 2:51 
GeneralRe: Is there timer immediately can be killed in ATL ? Pin
vgrigor18-Aug-03 3:25
vgrigor18-Aug-03 3:25 
GeneralRe: Is there timer immediately can be killed in ATL ? Pin
vgrigor18-Aug-03 4:03
vgrigor18-Aug-03 4:03 
GeneralProblems closing the dialog box Pin
Deepak Samuel17-Aug-03 22:24
Deepak Samuel17-Aug-03 22:24 
GeneralRe: Problems closing the dialog box Pin
RChin17-Aug-03 22:56
RChin17-Aug-03 22:56 
Generalrange container Pin
peterchen17-Aug-03 21:56
peterchen17-Aug-03 21:56 
GeneralRe: range container Pin
Alexander M.,18-Aug-03 2:04
Alexander M.,18-Aug-03 2:04 
GeneralSOS!!!! Pin
jimsleon17-Aug-03 21:31
jimsleon17-Aug-03 21:31 
GeneralRe: SOS!!!! Pin
HPSI18-Aug-03 2:37
HPSI18-Aug-03 2:37 
GeneralRe: SOS!!!! Pin
parths18-Aug-03 17:50
parths18-Aug-03 17:50 
General%ws formatting option Pin
Tarundeep Singh Kalra17-Aug-03 20:32
Tarundeep Singh Kalra17-Aug-03 20:32 

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.