Click here to Skip to main content
15,920,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: char * to TCHAR Pin
Cedric Moonen18-Mar-08 2:14
Cedric Moonen18-Mar-08 2:14 
QuestionRe: char * to TCHAR Pin
David Crow18-Mar-08 3:36
David Crow18-Mar-08 3:36 
General[Message Deleted] Pin
preeti sharma18-Mar-08 0:30
preeti sharma18-Mar-08 0:30 
AnswerRe: toolbar on a dialog box Pin
Rajesh R Subramanian18-Mar-08 1:11
professionalRajesh R Subramanian18-Mar-08 1:11 
Generalhourglass cursor not showing in thread Pin
josip cagalj18-Mar-08 0:27
josip cagalj18-Mar-08 0:27 
GeneralRe: hourglass cursor not showing in thread Pin
CPallini18-Mar-08 0:46
mveCPallini18-Mar-08 0:46 
GeneralRe: hourglass cursor not showing in thread Pin
josip cagalj18-Mar-08 5:23
josip cagalj18-Mar-08 5:23 
GeneralRe: hourglass cursor not showing in thread Pin
CPallini18-Mar-08 5:31
mveCPallini18-Mar-08 5:31 
From MSDN, SetCursor reference

If your application must set the cursor while it is in a window, make sure the class cursor for the specified window's class is set to NULL. If the class cursor is not NULL, the system restores the class cursor each time the mouse is moved.

you may also change the class cursor of your window:
SetClassLong( hWnd, GCL_HCURSOR, (LONG)LoadCursor(NULL, IDC_ARROW));

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: hourglass cursor not showing in thread [modified] Pin
josip cagalj18-Mar-08 5:50
josip cagalj18-Mar-08 5:50 
GeneralRe: hourglass cursor not showing in thread Pin
CPallini18-Mar-08 6:46
mveCPallini18-Mar-08 6:46 
QuestionDifference between Windows Xp os and Windows Vista os? Pin
rowdy_vc++18-Mar-08 0:02
rowdy_vc++18-Mar-08 0:02 
AnswerRe: Difference between Windows Xp os and Windows Vista os? Pin
Maxwell Chen18-Mar-08 0:14
Maxwell Chen18-Mar-08 0:14 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
rowdy_vc++18-Mar-08 0:26
rowdy_vc++18-Mar-08 0:26 
AnswerRe: Difference between Windows Xp os and Windows Vista os? Pin
Rajesh R Subramanian18-Mar-08 1:15
professionalRajesh R Subramanian18-Mar-08 1:15 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
rowdy_vc++18-Mar-08 2:07
rowdy_vc++18-Mar-08 2:07 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
David Crow18-Mar-08 3:41
David Crow18-Mar-08 3:41 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
rowdy_vc++18-Mar-08 4:03
rowdy_vc++18-Mar-08 4:03 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
rowdy_vc++18-Mar-08 4:04
rowdy_vc++18-Mar-08 4:04 
GeneralRe: Difference between Windows Xp os and Windows Vista os? Pin
David Crow18-Mar-08 5:42
David Crow18-Mar-08 5:42 
QuestionSuppressing javascript error from MFC ?? Pin
Soumyadipta17-Mar-08 23:19
Soumyadipta17-Mar-08 23:19 
GeneralRe: Suppressing javascript error from MFC ?? Pin
Maxwell Chen18-Mar-08 0:12
Maxwell Chen18-Mar-08 0:12 
GeneralRAS Dial through Port Pin
PSLoh17-Mar-08 22:19
PSLoh17-Mar-08 22:19 
GeneralOpen button in MS office file Open dialog Pin
Nitheesh George17-Mar-08 20:27
Nitheesh George17-Mar-08 20:27 
GeneralLocal Variable Address off by 4 bytes Pin
ForNow17-Mar-08 20:18
ForNow17-Mar-08 20:18 
QuestionRe: Local Variable Address off by 4 bytes Pin
Maxwell Chen17-Mar-08 20:56
Maxwell Chen17-Mar-08 20:56 

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.