Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileDialog Pin
JKallen29-Jan-05 0:58
JKallen29-Jan-05 0:58 
QuestionUnsized array of tokens??? Pin
r3dqu33n28-Jan-05 10:20
r3dqu33n28-Jan-05 10:20 
AnswerRe: Unsized array of tokens??? Pin
PJ Arends28-Jan-05 14:47
professionalPJ Arends28-Jan-05 14:47 
GeneralRe: Unsized array of tokens??? Pin
r3dqu33n31-Jan-05 4:42
r3dqu33n31-Jan-05 4:42 
GeneralFind the process that send the print job Pin
Wander Costa28-Jan-05 10:17
Wander Costa28-Jan-05 10:17 
GeneralOnKeyDown Pin
Anonymous28-Jan-05 9:10
Anonymous28-Jan-05 9:10 
GeneralRe: onkeydown Pin
Shog928-Jan-05 9:17
sitebuilderShog928-Jan-05 9:17 
GeneralRe: onkeydown Pin
Iain Clarke, Warrior Programmer28-Jan-05 12:33
Iain Clarke, Warrior Programmer28-Jan-05 12:33 
GetCursorPos gives you a POINT/CPoint where the cursor is currently.
This is tyically good enough though.

Being purist, you should use GetMessagePos which tells you where the mouse
was when the message you are dealing with got into the message queue. But it is a little
more fiddly to work with.

Iain.
Questionjava in c code? Pin
porac6928-Jan-05 7:26
porac6928-Jan-05 7:26 
AnswerRe: java in c code? Pin
includeh1028-Jan-05 7:37
includeh1028-Jan-05 7:37 
AnswerRe: java in c code? Pin
David Crow28-Jan-05 7:44
David Crow28-Jan-05 7:44 
GeneralRe: java in c code? Pin
porac6928-Jan-05 7:51
porac6928-Jan-05 7:51 
GeneralRe: java in c code? Pin
David Crow28-Jan-05 8:30
David Crow28-Jan-05 8:30 
GeneralSetupDiGetClassDevs fails with -1 Pin
John R. Shaw28-Jan-05 7:25
John R. Shaw28-Jan-05 7:25 
GeneralRe: SetupDiGetClassDevs fails with -1 Pin
Wander Costa28-Jan-05 10:26
Wander Costa28-Jan-05 10:26 
GeneralRe: SetupDiGetClassDevs fails with -1 Pin
John R. Shaw29-Jan-05 10:27
John R. Shaw29-Jan-05 10:27 
Generaladd a pop-up menu to shell menu Pin
includeh1028-Jan-05 7:07
includeh1028-Jan-05 7:07 
GeneralRe: add a pop-up menu to shell menu Pin
Michael Dunn28-Jan-05 12:16
sitebuilderMichael Dunn28-Jan-05 12:16 
GeneralRe: add a pop-up menu to shell menu Pin
includeh1028-Jan-05 18:59
includeh1028-Jan-05 18:59 
GeneralRe: add a pop-up menu to shell menu Pin
Iain Clarke, Warrior Programmer28-Jan-05 12:38
Iain Clarke, Warrior Programmer28-Jan-05 12:38 
GeneralRe: add a pop-up menu to shell menu Pin
includeh1028-Jan-05 19:03
includeh1028-Jan-05 19:03 
QuestionCreate AutoRun.Exe Without .NET FrameWork? Pin
Khang Nguyen28-Jan-05 5:20
Khang Nguyen28-Jan-05 5:20 
AnswerRe: Create AutoRun.Exe Without .NET FrameWork? Pin
David Crow28-Jan-05 5:23
David Crow28-Jan-05 5:23 
GeneralRe: Create AutoRun.Exe Without .NET FrameWork? Pin
Khang Nguyen28-Jan-05 6:02
Khang Nguyen28-Jan-05 6:02 
GeneralRe: Create AutoRun.Exe Without .NET FrameWork? Pin
David Crow28-Jan-05 7:39
David Crow28-Jan-05 7:39 

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.