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

C / C++ / MFC

 
GeneralRe: How to get the coordinates of a CMenu item Pin
Neville Franks2-Sep-04 9:48
Neville Franks2-Sep-04 9:48 
GeneralCWnd::SetIcon - icon size Pin
BlackDice1-Sep-04 7:00
BlackDice1-Sep-04 7:00 
GeneralRe: CWnd::SetIcon - icon size Pin
alex.barylski1-Sep-04 9:02
alex.barylski1-Sep-04 9:02 
GeneralRe: CWnd::SetIcon - icon size Pin
Michael Dunn1-Sep-04 18:06
sitebuilderMichael Dunn1-Sep-04 18:06 
GeneralRe: CWnd::SetIcon - icon size Pin
BlackDice2-Sep-04 2:41
BlackDice2-Sep-04 2:41 
GeneralRe: CWnd::SetIcon - icon size Pin
Michael Dunn2-Sep-04 4:06
sitebuilderMichael Dunn2-Sep-04 4:06 
GeneralRe: CWnd::SetIcon - icon size Pin
BlackDice2-Sep-04 4:32
BlackDice2-Sep-04 4:32 
Generalnotebook touchpad and windows mouse messages Pin
mickelliot1-Sep-04 6:54
mickelliot1-Sep-04 6:54 
Hi,

I have a bug related to mouse messages in my mfc app. I have lbuttondown and rbuttondown handlers for my cscrollview, and the scroll wheel on a mouse seems to be automatically hooked up to the scroll position of the view, so everything works fine when using a regular mouse.

When using a notebook touchpad the lbuttondown and rbuttondown handlers work as expected, but I get a problem when both BOTH left and mouse buttons are pressed simultaneously. This causes neither the lbuttondown nor rbuttondown messages to be sent, nor does it send the mbuttondown message. But it is obviously sending some sort of message to the program because the cursor changes to an icon similar (but not identical) to the one that appears when you use the scroll wheel on a normal mouse. Unfortunately the program immediately crashes when both buttons are pressed simultaneously on a notebook touchpad. This behaviour doesn't occur if you press both buttons simultaneously on a normal mouse.

Does anybody know what message handler I should be using the capture the problem behaviour?

Thanks for any help!

Mick
GeneralCListCtrl and images Pin
Zizilamoroso1-Sep-04 6:27
Zizilamoroso1-Sep-04 6:27 
Generalcopy files from virtual folders Pin
sieppl1-Sep-04 5:58
sieppl1-Sep-04 5:58 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 7:39
David Crow1-Sep-04 7:39 
GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 8:32
sieppl1-Sep-04 8:32 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 8:41
David Crow1-Sep-04 8:41 
GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 21:15
sieppl1-Sep-04 21:15 
Generalusing Timer Pin
pnpfriend1-Sep-04 5:49
pnpfriend1-Sep-04 5:49 
GeneralRe: using Timer Pin
David Crow1-Sep-04 7:51
David Crow1-Sep-04 7:51 
GeneralUsing STL with Visual C++ Pin
M_A1-Sep-04 4:42
M_A1-Sep-04 4:42 
GeneralRe: Using STL with Visual C++ Pin
Joaquín M López Muñoz1-Sep-04 8:43
Joaquín M López Muñoz1-Sep-04 8:43 
GeneralRe: Using STL with Visual C++ Pin
Chris Losinger1-Sep-04 10:19
professionalChris Losinger1-Sep-04 10:19 
GeneralRe: Using STL with Visual C++ Pin
Lim Bio Liong1-Sep-04 18:23
Lim Bio Liong1-Sep-04 18:23 
GeneralRe: Using STL with Visual C++ Pin
M_A1-Sep-04 21:32
M_A1-Sep-04 21:32 
QuestionCan I declare a path with a single "\" Pin
nigma_x1-Sep-04 4:07
nigma_x1-Sep-04 4:07 
AnswerRe: Can I declare a path with a single "\" Pin
David Crow1-Sep-04 4:12
David Crow1-Sep-04 4:12 
GeneralRe: Can I declare a path with a single "\" Pin
Mika Larramo2-Sep-04 12:31
Mika Larramo2-Sep-04 12:31 
AnswerRe: Can I declare a path with a single "\" Pin
V.1-Sep-04 4:23
professionalV.1-Sep-04 4:23 

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.