Click here to Skip to main content
15,908,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Browse Informaiton (BSC) Files Pin
Neville Franks9-Jul-03 12:23
Neville Franks9-Jul-03 12:23 
GeneralRe: Browse Informaiton (BSC) Files Pin
compiler10-Jul-03 6:38
compiler10-Jul-03 6:38 
Generalmouse event Pin
andyg.1019-Jul-03 7:26
andyg.1019-Jul-03 7:26 
GeneralRe: mouse event Pin
Keith D9-Jul-03 7:33
Keith D9-Jul-03 7:33 
GeneralRe: mouse event Pin
andyg.1019-Jul-03 8:39
andyg.1019-Jul-03 8:39 
GeneralRe: mouse event Pin
Cedric Moonen9-Jul-03 20:17
Cedric Moonen9-Jul-03 20:17 
GeneralRe: mouse event Pin
andyg.1019-Jul-03 22:35
andyg.1019-Jul-03 22:35 
GeneralRe: mouse event Pin
Cedric Moonen9-Jul-03 22:58
Cedric Moonen9-Jul-03 22:58 
Another suggsetion is to add handlers for the WM_LBUTTONDOWN and WM_LBUTTONUP messages in your dialog (or view) class. In these functions, test if the position (the point parameter) is on the button.
For this you can use CWnd::ChildWindowFromPoint (take a look at the documentation) and then call GetDlgCtrlID for the CWnd that is returned to see if this is your button.
You can also use flags to keep trace if the button is pressed or not.

Hope this helps
GeneralODBC; Multiple rows updated. Pin
RalfPeter9-Jul-03 7:13
RalfPeter9-Jul-03 7:13 
GeneralRe: ODBC; Multiple rows updated. Pin
perlmunger9-Jul-03 7:32
perlmunger9-Jul-03 7:32 
GeneralRe: ODBC; Multiple rows updated. Pin
Anonymous9-Jul-03 10:57
Anonymous9-Jul-03 10:57 
GeneralRe: ODBC; Multiple rows updated. Pin
Toni789-Jul-03 13:14
Toni789-Jul-03 13:14 
GeneralRe: ODBC; Multiple rows updated. Pin
Anonymous10-Jul-03 4:13
Anonymous10-Jul-03 4:13 
GeneralRe: ODBC; Multiple rows updated. Pin
Toni7810-Jul-03 18:07
Toni7810-Jul-03 18:07 
Generalcannot display BMP when resolution is 0 Pin
Satyaki9-Jul-03 7:03
Satyaki9-Jul-03 7:03 
GeneralRe: cannot display BMP when resolution is 0 Pin
John M. Drescher9-Jul-03 8:10
John M. Drescher9-Jul-03 8:10 
GeneralRe: cannot display BMP when resolution is 0 Pin
Ryan Binns9-Jul-03 17:10
Ryan Binns9-Jul-03 17:10 
GeneralRe: cannot display BMP when resolution is 0 Pin
John M. Drescher9-Jul-03 17:17
John M. Drescher9-Jul-03 17:17 
GeneralRe: cannot display BMP when resolution is 0 Pin
Satyaki9-Jul-03 22:14
Satyaki9-Jul-03 22:14 
GeneralRe: cannot display BMP when resolution is 0 Pin
John M. Drescher10-Jul-03 3:36
John M. Drescher10-Jul-03 3:36 
GeneralWindows media format 9 Pin
Emiliano9-Jul-03 7:03
Emiliano9-Jul-03 7:03 
GeneralRe: Windows media format 9 Pin
Led9-Jul-03 11:30
Led9-Jul-03 11:30 
GeneralWindows Media Format sdk :confused: Pin
Anonymous9-Jul-03 7:01
Anonymous9-Jul-03 7:01 
GeneralRe: Windows Media Format sdk :confused: Pin
David Crow9-Jul-03 9:02
David Crow9-Jul-03 9:02 
GeneralExtracting RGB values from a color Pin
IGeorgeI9-Jul-03 6:44
IGeorgeI9-Jul-03 6:44 

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.