Click here to Skip to main content
15,892,517 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPlease help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron25-May-09 23:21
ptr_Electron25-May-09 23:21 
AnswerRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
Stuart Dootson25-May-09 23:42
professionalStuart Dootson25-May-09 23:42 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 0:00
ptr_Electron26-May-09 0:00 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 0:17
ptr_Electron26-May-09 0:17 
GeneralRe: Some onePlease help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 0:51
ptr_Electron26-May-09 0:51 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
Stuart Dootson26-May-09 0:51
professionalStuart Dootson26-May-09 0:51 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 1:09
ptr_Electron26-May-09 1:09 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
Stuart Dootson26-May-09 2:24
professionalStuart Dootson26-May-09 2:24 
OK...you need to add a WM_SETCURSOR message handler to the window where you want your special cursor to be shown. This handler should use SetCursor to change the cursor to the one you want and return TRUE.

The form of the message handler obviously depends on what Windows framework (if any you're using) - here's an example using MFC[^].

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 2:26
ptr_Electron26-May-09 2:26 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
ptr_Electron26-May-09 21:46
ptr_Electron26-May-09 21:46 
GeneralRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
Stuart Dootson26-May-09 21:49
professionalStuart Dootson26-May-09 21:49 
QuestionRe: Please help me regarding :LoadCursorFromFile with .ani file Pin
David Crow26-May-09 3:09
David Crow26-May-09 3:09 
QuestionOperator [] Overloading Pin
Mikey_H25-May-09 22:19
Mikey_H25-May-09 22:19 
AnswerRe: Operator [] Overloading Pin
CPallini25-May-09 22:43
mveCPallini25-May-09 22:43 
GeneralRe: Operator [] Overloading Pin
Mikey_H25-May-09 23:19
Mikey_H25-May-09 23:19 
AnswerRe: Operator [] Overloading Pin
Stuart Dootson25-May-09 22:49
professionalStuart Dootson25-May-09 22:49 
GeneralRe: Operator [] Overloading [modified] Pin
Mikey_H25-May-09 23:17
Mikey_H25-May-09 23:17 
GeneralRe: Operator [] Overloading Pin
Stuart Dootson25-May-09 23:35
professionalStuart Dootson25-May-09 23:35 
GeneralRe: Operator [] Overloading Pin
Mikey_H26-May-09 0:35
Mikey_H26-May-09 0:35 
AnswerRe: Operator [] Overloading Pin
Cedric Moonen25-May-09 23:31
Cedric Moonen25-May-09 23:31 
GeneralRe: Operator [] Overloading Pin
Mikey_H26-May-09 0:36
Mikey_H26-May-09 0:36 
QuestionDoes anyone know about "MSUIM.Msg.Private"? Pin
fitatc25-May-09 22:00
fitatc25-May-09 22:00 
QuestionVC++ 6.0 + Processor Pack + Service Pack 5 cause stack overflow ? Pin
felixfan81925-May-09 21:57
felixfan81925-May-09 21:57 
QuestionHow to handle time delays Pin
V K 225-May-09 20:32
V K 225-May-09 20:32 
AnswerRe: How to handle time delays Pin
CPallini25-May-09 20:45
mveCPallini25-May-09 20: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.