Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalchecking outlook's inbox Pin
BlackDice29-Apr-04 9:51
BlackDice29-Apr-04 9:51 
GeneralRe: checking outlook's inbox Pin
David Crow29-Apr-04 10:25
David Crow29-Apr-04 10:25 
GeneralRe: checking outlook's inbox Pin
BlackDice29-Apr-04 10:49
BlackDice29-Apr-04 10:49 
GeneralRe: checking outlook's inbox Pin
David Crow29-Apr-04 11:02
David Crow29-Apr-04 11:02 
GeneralRe: checking outlook's inbox Pin
BlackDice29-Apr-04 10:55
BlackDice29-Apr-04 10:55 
QuestionCheck if mouse button is pressed? Pin
Maarten Kools29-Apr-04 9:43
professionalMaarten Kools29-Apr-04 9:43 
AnswerRe: Check if mouse button is pressed? Pin
David Crow29-Apr-04 9:46
David Crow29-Apr-04 9:46 
GeneralRe: Check if mouse button is pressed? Pin
Maarten Kools29-Apr-04 9:50
professionalMaarten Kools29-Apr-04 9:50 
GeneralRe: Check if mouse button is pressed? Pin
Ravi Bhavnani29-Apr-04 9:57
professionalRavi Bhavnani29-Apr-04 9:57 
GeneralRe: Check if mouse button is pressed? Pin
Maarten Kools29-Apr-04 10:01
professionalMaarten Kools29-Apr-04 10:01 
GeneralRe: Check if mouse button is pressed? Pin
Ravi Bhavnani29-Apr-04 10:04
professionalRavi Bhavnani29-Apr-04 10:04 
GeneralRe: Check if mouse button is pressed? Pin
Joe Woodbury29-Apr-04 11:09
professionalJoe Woodbury29-Apr-04 11:09 
Under several circumstances that will fail. The only reliable way of tracking when the mouse button is released is by capturing in on the down message.

One failure point is if you have an overlapping window or the user very quickly drags the mouse to another application.

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: Check if mouse button is pressed? Pin
Maarten Kools29-Apr-04 11:31
professionalMaarten Kools29-Apr-04 11:31 
GeneralRe: Check if mouse button is pressed? Pin
Joe Woodbury29-Apr-04 15:10
professionalJoe Woodbury29-Apr-04 15:10 
GeneralActiveX Pin
Demian Panello29-Apr-04 8:43
Demian Panello29-Apr-04 8:43 
GeneralRe: ActiveX Pin
David Crow29-Apr-04 9:47
David Crow29-Apr-04 9:47 
GeneralPulling Integers from a Binary file.... Pin
mike-o29-Apr-04 8:12
mike-o29-Apr-04 8:12 
GeneralRe: Pulling Integers from a Binary file.... Pin
PJ Arends29-Apr-04 9:05
professionalPJ Arends29-Apr-04 9:05 
GeneralRe: Pulling Integers from a Binary file.... Pin
David Crow29-Apr-04 9:44
David Crow29-Apr-04 9:44 
GeneralWin32 Consol Apps Pin
Anonymous29-Apr-04 7:43
Anonymous29-Apr-04 7:43 
GeneralPassing username/pwd in WebBrowser request Pin
Ravi Bhavnani29-Apr-04 7:07
professionalRavi Bhavnani29-Apr-04 7:07 
GeneralRe: Passing username/pwd in WebBrowser request Pin
l a u r e n29-Apr-04 8:28
l a u r e n29-Apr-04 8:28 
GeneralRe: Passing username/pwd in WebBrowser request Pin
Ravi Bhavnani29-Apr-04 8:38
professionalRavi Bhavnani29-Apr-04 8:38 
GeneralRe: Passing username/pwd in WebBrowser request Pin
l a u r e n29-Apr-04 8:39
l a u r e n29-Apr-04 8:39 
GeneralRe: Passing username/pwd in WebBrowser request Pin
David Crow29-Apr-04 9:27
David Crow29-Apr-04 9:27 

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.