Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalselection tool for raster images Pin
Blaq18-Feb-08 7:31
Blaq18-Feb-08 7:31 
Generalimport library Pin
George_George18-Feb-08 2:55
George_George18-Feb-08 2:55 
GeneralRe: import library Pin
Randor 18-Feb-08 5:15
professional Randor 18-Feb-08 5:15 
GeneralRe: import library Pin
George_George18-Feb-08 15:44
George_George18-Feb-08 15:44 
GeneralRe: import library Pin
Mike Dimmick18-Feb-08 7:51
Mike Dimmick18-Feb-08 7:51 
GeneralRe: import library Pin
George_George18-Feb-08 15:42
George_George18-Feb-08 15:42 
QuestionHiding mouse ? Pin
kk.tvm18-Feb-08 2:17
kk.tvm18-Feb-08 2:17 
AnswerRe: Hiding mouse ? Pin
Iain Clarke, Warrior Programmer18-Feb-08 2:41
Iain Clarke, Warrior Programmer18-Feb-08 2:41 
Nothing to do with MFC, but still correct:

SetCursor (NULL);


Be warned though - this is prone to problems. If your message pump is still working, then you may get messages like WM_SETCURSOR, which could cause another part of your program to put the cursor back to something useful again.

And if you can cure that, you can't stop other programs setting the cursor when you go over them. And it would be a TERRIBLE thing if you could.

But if you're full screen, and well written. you can get rid of the cursor. Or if you have no mouse, and therefore no mouse movement!

Iain.

Iain Clarke appearing in spite of being begged not to by CPallini.

AnswerRe: Hiding mouse ? Pin
Rajkumar R18-Feb-08 2:46
Rajkumar R18-Feb-08 2:46 
GeneralQuestion about connection with FTP server ( What wrong with my code .... ? ) [modified] Pin
Yanshof18-Feb-08 1:33
Yanshof18-Feb-08 1:33 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
Rajkumar R18-Feb-08 1:54
Rajkumar R18-Feb-08 1:54 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
Yanshof18-Feb-08 2:08
Yanshof18-Feb-08 2:08 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
David Crow18-Feb-08 2:54
David Crow18-Feb-08 2:54 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
Yanshof18-Feb-08 3:06
Yanshof18-Feb-08 3:06 
QuestionRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
David Crow18-Feb-08 3:15
David Crow18-Feb-08 3:15 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) [modified] Pin
Yanshof18-Feb-08 3:21
Yanshof18-Feb-08 3:21 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
David Crow18-Feb-08 4:43
David Crow18-Feb-08 4:43 
GeneralRe: Question about connection with FTP server ( What wrong with my code .... ? ) Pin
Yanshof18-Feb-08 4:57
Yanshof18-Feb-08 4:57 
QuestionHow can I check the exsistence of a Registry Key? Pin
J_E_D_I18-Feb-08 1:21
J_E_D_I18-Feb-08 1:21 
AnswerRe: How can I check the exsistence of a Registry Key? Pin
Rajkumar R18-Feb-08 1:26
Rajkumar R18-Feb-08 1:26 
GeneralRe: How can I check the exsistence of a Registry Key? Pin
J_E_D_I18-Feb-08 2:42
J_E_D_I18-Feb-08 2:42 
AnswerRe: How can I check the exsistence of a Registry Key? [modified] Pin
Rajkumar R18-Feb-08 2:54
Rajkumar R18-Feb-08 2:54 
GeneralRe: How can I check the exsistence of a Registry Key? Pin
J_E_D_I18-Feb-08 7:10
J_E_D_I18-Feb-08 7:10 
QuestionRe: How can I check the exsistence of a Registry Key? [modified] Pin
Rajkumar R18-Feb-08 7:38
Rajkumar R18-Feb-08 7:38 
GeneralRe: How can I check the exsistence of a Registry Value? Pin
J_E_D_I18-Feb-08 10:07
J_E_D_I18-Feb-08 10:07 

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.