Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionerror 404 Pin
AnDev21-Sep-06 22:46
AnDev21-Sep-06 22:46 
AnswerRe: error 404 Pin
toxcct21-Sep-06 22:47
toxcct21-Sep-06 22:47 
QuestionSetting the Cursor Pin
Andy20221-Sep-06 22:18
Andy20221-Sep-06 22:18 
AnswerRe: Setting the Cursor Pin
Rinu_Raj21-Sep-06 22:21
Rinu_Raj21-Sep-06 22:21 
GeneralRe: Setting the Cursor Pin
Andy20222-Sep-06 0:37
Andy20222-Sep-06 0:37 
AnswerRe: Setting the Cursor Pin
prasad_som22-Sep-06 1:04
prasad_som22-Sep-06 1:04 
GeneralRe: Setting the Cursor [modified] Pin
krmed22-Sep-06 2:09
krmed22-Sep-06 2:09 
GeneralRe: Setting the Cursor Pin
prasad_som22-Sep-06 2:20
prasad_som22-Sep-06 2:20 
krmed wrote:
Although this code may well work, it's also possible that the ProcessMessages() call could cause the cursor to return to the standard arrow.

If that is happening, add a
wait.restore;
after the ProcessMessages() call.


I wanted to add this in my post,too. Which is mentioned in MSDN standard example.
But avoided, for sake of confusion.

Yes, you can always restore wait cursor with Restore call.


AnswerRe: Setting the Cursor Pin
_AnsHUMAN_ 21-Sep-06 22:26
_AnsHUMAN_ 21-Sep-06 22:26 
AnswerRe: Setting the Cursor Pin
Hamid_RT28-Sep-06 10:04
Hamid_RT28-Sep-06 10:04 
QuestionI did one small VISUAL c++ project. problem with VSS? Pin
G Haranadh21-Sep-06 21:55
G Haranadh21-Sep-06 21:55 
QuestionManipulating user input Pin
Cyclone0221-Sep-06 21:48
Cyclone0221-Sep-06 21:48 
AnswerRe: Manipulating user input Pin
Eytukan21-Sep-06 22:15
Eytukan21-Sep-06 22:15 
QuestionHiding rows using CListCtrl Pin
flippydeflippydebop21-Sep-06 21:39
flippydeflippydebop21-Sep-06 21:39 
AnswerRe: Hiding rows using CListCtrl Pin
Naveen21-Sep-06 21:56
Naveen21-Sep-06 21:56 
AnswerRe: Hiding rows using CListCtrl Pin
Hamid_RT26-Sep-06 23:40
Hamid_RT26-Sep-06 23:40 
Question[Message Deleted] Pin
Susanmat21-Sep-06 20:38
Susanmat21-Sep-06 20:38 
AnswerRe: CListCtrl Pin
Naveen21-Sep-06 21:38
Naveen21-Sep-06 21:38 
AnswerRe: CListCtrl Pin
Hamid_RT21-Sep-06 22:12
Hamid_RT21-Sep-06 22:12 
GeneralRe: CListCtrl Pin
Hamid_RT26-Sep-06 23:40
Hamid_RT26-Sep-06 23:40 
Questionwindow properties Pin
Vissu8921-Sep-06 20:32
Vissu8921-Sep-06 20:32 
AnswerRe: window properties [modified] Pin
_AnsHUMAN_ 21-Sep-06 20:36
_AnsHUMAN_ 21-Sep-06 20:36 
GeneralRe: window properties Pin
Vissu8921-Sep-06 21:03
Vissu8921-Sep-06 21:03 
AnswerRe: window properties Pin
Eytukan21-Sep-06 21:57
Eytukan21-Sep-06 21:57 
Questioncstring to char * conversion Pin
namy121-Sep-06 20:11
namy121-Sep-06 20:11 

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.