Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WinHttp help with Request Headers Pls.. Pin
montiee28-Mar-07 6:35
montiee28-Mar-07 6:35 
QuestionTab control Pin
prathuraj28-Mar-07 4:21
prathuraj28-Mar-07 4:21 
QuestionRe: Tab control Pin
David Crow28-Mar-07 4:47
David Crow28-Mar-07 4:47 
AnswerRe: Tab control Pin
prathuraj28-Mar-07 18:31
prathuraj28-Mar-07 18:31 
GeneralRe: Tab control Pin
David Crow29-Mar-07 2:32
David Crow29-Mar-07 2:32 
Questioncapture mouse move Pin
deeps_cute28-Mar-07 3:24
deeps_cute28-Mar-07 3:24 
AnswerRe: capture mouse move [modified] Pin
prasad_som28-Mar-07 3:46
prasad_som28-Mar-07 3:46 
AnswerRe: capture mouse move Pin
James R. Twine28-Mar-07 4:01
James R. Twine28-Mar-07 4:01 
   Capturing the mouse means that all of its movement and click-related messages gets sent to a particular window/control even if the mouse is not over that control.  For example, if you click and hold down the mouse button on a normal button control, and while holding it down, move the mouse over an edit control, the mouse cursor will not (or is not supposed to) change to an "I-Bar".  This is because the button control has "captured the mouse" when you clicked-down on it, so the other controls will not react to it.

   (As an aside, correct mouse capture is a hard thing to get working correctly in some 3rd-party GUI libraries.)

   It sounds like you want to just know when the mouse of over your image?  If so, the control used to display the image (if you are not drawing it indirectly yourself) should get WM_MOUSEMOVE messages when the mouse moves over the control, and you can get the cursor location at that point to determine where in the image the mouse is located at.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionCan a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 0:35
param_nirvana28-Mar-07 0:35 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 0:59
param_nirvana28-Mar-07 0:59 
AnswerRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
James R. Twine28-Mar-07 2:33
James R. Twine28-Mar-07 2:33 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
Nibu babu thomas28-Mar-07 2:41
Nibu babu thomas28-Mar-07 2:41 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
James R. Twine28-Mar-07 3:02
James R. Twine28-Mar-07 3:02 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 3:25
param_nirvana28-Mar-07 3:25 
GeneralRe: Can a console application use Message IPC for broadcasting to other process(Not windows) Pin
param_nirvana28-Mar-07 3:27
param_nirvana28-Mar-07 3:27 
Questionhow to load bit map Pin
birajendu28-Mar-07 0:16
birajendu28-Mar-07 0:16 
AnswerRe: how to load bit map [modified] Pin
_AnsHUMAN_ 28-Mar-07 2:10
_AnsHUMAN_ 28-Mar-07 2:10 
QuestionHow to display CRW files as thumbnails on List View Pin
vasu_sri27-Mar-07 23:07
vasu_sri27-Mar-07 23:07 
AnswerRe: How to display CRW files as thumbnails on List View Pin
James R. Twine28-Mar-07 2:34
James R. Twine28-Mar-07 2:34 
Question"adding tones" Pin
harsh_296127-Mar-07 23:06
harsh_296127-Mar-07 23:06 
AnswerRe: "adding tones" Pin
James R. Twine28-Mar-07 2:37
James R. Twine28-Mar-07 2:37 
GeneralRe: "adding tones" Pin
harsh_296128-Mar-07 19:52
harsh_296128-Mar-07 19:52 
AnswerRe: "adding tones" Pin
prasad_som28-Mar-07 20:30
prasad_som28-Mar-07 20:30 
GeneralRe: "adding tones" Pin
harsh_296128-Mar-07 21:13
harsh_296128-Mar-07 21:13 
AnswerRe: &quot;adding tones&quot; Pin
prasad_som28-Mar-07 21:31
prasad_som28-Mar-07 21:31 

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.